mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
unlink: &return.success;
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65803 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
aaf015874c
commit
08aea2b73f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.105 $ -->
|
||||
<!-- $Revision: 1.106 $ -->
|
||||
<reference id="ref.filesystem">
|
||||
<title>Filesystem functions</title>
|
||||
<titleabbrev>Filesystem</titleabbrev>
|
||||
|
@ -2991,7 +2991,7 @@ if (touch ($FileName)) {
|
|||
unlink() function.
|
||||
</para>
|
||||
<para>
|
||||
Returns 0 or &false; on an error.
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
See also <function>rmdir</function> for removing directories.
|
||||
|
|
Loading…
Reference in a new issue