From 08aea2b73f7ad509870f2365decefdea5d873b44 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Fri, 21 Dec 2001 00:57:43 +0000 Subject: [PATCH] unlink: &return.success; git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65803 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index fe521cfbcd..1f665d4784 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -2991,7 +2991,7 @@ if (touch ($FileName)) { unlink() function. - Returns 0 or &false; on an error. + &return.success; See also rmdir for removing directories.