php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55161 [DE] Return value of rmdir declared as int
Submitted: 2011-07-08 12:09 UTC Modified: 2011-07-11 13:02 UTC
From: floripipo at hotmail dot com Assigned: nikic (profile)
Status: Closed Package: Translation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2011-07-08 12:09 UTC] floripipo at hotmail dot com
Description:
------------
In the german documentation, the return value of rmdir is declared as "int", but 
the description says "returns true on success or false on error".

int rmdir ( string $dirname )

"....Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben...."

Expected result:
----------------
Documentation gets fixes ("bool rmdir ( string $dirname )").


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-07-11 13:00 UTC] nikic@php.net
Automatic comment from SVN on behalf of nikic
Revision: http://svn.php.net/viewvc/?view=revision&revision=313143
Log: Sync DE rmdir docs with EN (fixes bug #55161)
 [2011-07-11 13:02 UTC] nikic@php.net
-Summary: Return value of rmdir declared as int in german documentation +Summary: [DE] Return value of rmdir declared as int -Status: Open +Status: Closed -Package: Documentation problem +Package: Translation problem -Assigned To: +Assigned To: nikic
 [2011-07-11 13:02 UTC] nikic@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC