diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 8c9b494d4b..5130414a55 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -70,11 +70,10 @@ $file = basename ($path,".php"); // $file is set to "index" - Attempts to change the group of the file - filename to - group. Only the superuser may change the - group of a file arbitrarily; other users may change the group of - a file to any group of which that user is a member. + Attempts to change the group of the file filename + to group (specified by name or number). Only the + superuser may change the group of a file arbitrarily; other users may + change the group of a file to any group of which that user is a member. Returns &true; on success; otherwise returns &false;. @@ -83,11 +82,7 @@ $file = basename ($path,".php"); // $file is set to "index" See also chown and chmod. - - - This function does not work on Windows systems - - + ¬e.no-windows; @@ -132,11 +127,7 @@ chmod ("/somedir/somefile", 0755); // octal; correct value of mode See also chown and chgrp. - - - This function does not work on Windows systems - - + ¬e.no-windows; @@ -155,8 +146,9 @@ chmod ("/somedir/somefile", 0755); // octal; correct value of mode - Attempts to change the owner of the file filename to user - user. Only the superuser may change the owner of a file. + Attempts to change the owner of the file filename + to user user (specified by name or number). Only + the superuser may change the owner of a file. Returns &true; on success; otherwise returns &false;. @@ -165,11 +157,7 @@ chmod ("/somedir/somefile", 0755); // octal; correct value of mode See also chown and chmod. - - - This function does not work on Windows systems - - + ¬e.no-windows; @@ -894,15 +882,13 @@ $fcontents = join ('', file ('http://www.php.net/')); The results of this function are cached. See clearstatcache for more details. + ¬e.no-windows; - This function does not work on Windows systems + This function will not work on remote files; the file to + be examined must be accessible via the server's filesystem. - - This function will not work on remote files; the file to - be examined must be accessible via the server's filesystem. - @@ -932,11 +918,7 @@ $fcontents = join ('', file ('http://www.php.net/')); linkend="features.remote-files">remote files; the file to be examined must be accessible via the server's filesystem. - - - This function does not work on Windows systems - - + ¬e.no-windows; @@ -1002,11 +984,7 @@ $fcontents = join ('', file ('http://www.php.net/')); linkend="features.remote-files">remote files; the file to be examined must be accessible via the server's filesystem. - - - This function does not work on Windows systems - - + ¬e.no-windows; @@ -1943,11 +1921,7 @@ if($fp){ linkend="features.remote-files">remote files; the file to be examined must be accessible via the server's filesystem. - - - This function does not work on Windows systems - - + ¬e.no-windows; @@ -2109,11 +2083,7 @@ if($fp){ and readlink along with linkinfo. - - - This function does not work on Windows systems - - + ¬e.no-windows; @@ -2142,11 +2112,7 @@ if($fp){ See also symlink, link, and readlink. - - - This function does not work on Windows systems - - + ¬e.no-windows; @@ -2575,11 +2541,7 @@ $fp = popen ("/bin/ls", "r"); readlink and linkinfo. - - - This function does not work on Windows systems - - + ¬e.no-windows; @@ -2818,11 +2780,7 @@ $real_path = realpath ("../../index.php"); and readlink along with linkinfo. - - - This function does not work on Windows systems. - - + ¬e.no-windows; @@ -3003,11 +2961,7 @@ if (touch ($FileName)) { umask without arguments simply returns the current umask. - - - This function may not work on Windows systems. - - + ¬e.no-windows; @@ -3034,11 +2988,6 @@ if (touch ($FileName)) { See also rmdir for removing directories. - - - This function may not work on Windows systems. - -