From 927fea530d7b1a55a7d326b95190592341de3f49 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Mon, 8 Apr 2002 13:59:33 +0000 Subject: [PATCH] more entities: &return.success; git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77177 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 07ab278126..c350b89f53 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -77,7 +77,7 @@ $file = basename ($path,".php"); // $file is set to "index" change the group of a file to any group of which that user is a member. - Returns &true; on success; otherwise returns &false;. + &return.success; See also chown and @@ -120,7 +120,7 @@ chmod ("/somedir/somefile", 0755); // octal; correct value of mode - Returns &true; on success and &false; otherwise. + &return.success; See also chown and @@ -148,7 +148,7 @@ chmod ("/somedir/somefile", 0755); // octal; correct value of mode the superuser may change the owner of a file. - Returns &true; on success; otherwise returns &false;. + &return.success; See also chown and @@ -420,8 +420,7 @@ $df = disk_total_space("/"); // $df contains the total number of The file pointed to by fp is closed. - Returns &true; on success and &false; - on failure. + &return.success; The file pointer must be valid, and must point to a file @@ -2134,7 +2133,7 @@ mkdir ("/path/to/my/dir", 0700); - Returns &true; on success and &false; on failure. + &return.success; See also rmdir. @@ -2556,7 +2555,7 @@ pclose($fp); newname. - Returns &true; on success and &false; on failure. + &return.success; @@ -2908,7 +2907,7 @@ fclose($temp); // this removes the file If the file does not exist, it is created. - Returns &true; on success and &false; otherwise. + &return.success; <function>touch</function> example