Fixed PHP bug #51497 (Missing informations for rmdir and unlink.)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297722 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Egeberg 2010-04-08 22:48:22 +00:00
parent 15925a594d
commit 45f23b0d1a
2 changed files with 3 additions and 1 deletions

View file

@ -16,6 +16,7 @@
<para>
Attempts to remove the directory named by <parameter>dirname</parameter>.
The directory must be empty, and the relevant permissions must permit this.
A <constant>E_WARNING</constant> level error will be generated on failure.
</para>
</refsect1>

View file

@ -15,7 +15,8 @@
</methodsynopsis>
<para>
Deletes <parameter>filename</parameter>. Similar to the Unix C unlink()
function.
function. A <constant>E_WARNING</constant> level error will be generated on
failure.
</para>
</refsect1>