mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
15925a594d
commit
45f23b0d1a
2 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue