From 19f61d1cf8d0f5385fa2d9f8584c7bdb1ebbe280 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Mon, 25 Mar 2002 13:06:07 +0000 Subject: [PATCH] REFPURPOSE on the same line like on other files and removing some periods git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75146 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 55 +++++++++++++--------------------------- 1 file changed, 17 insertions(+), 38 deletions(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 2cc0576391..56470284f1 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -14,9 +14,7 @@ basename - - Returns filename component of path - + Returns filename component of path Description @@ -511,9 +509,7 @@ $df = disk_total_space("/"); // $df contains the total number of fgetcsv - - Gets line from file pointer and parse for CSV fields - + Gets line from file pointer and parse for CSV fields Description @@ -642,9 +638,7 @@ fclose ($fd); fgetss - - Gets line from file pointer and strip HTML tags - + Gets line from file pointer and strip HTML tags Description @@ -1358,9 +1352,7 @@ $fp = fopen ("c:\\data\\info.txt", "r"); fpassthru - - Output all remaining data on a file pointer - + Output all remaining data on a file pointer Description @@ -1605,9 +1597,7 @@ luigi florist it fstat - - Gets information about a file using an open file pointer - + Gets information about a file using an open file pointer Description @@ -1680,9 +1670,7 @@ luigi florist it ftruncate - - Truncates a file to a given length. - + Truncates a file to a given length Description @@ -1692,8 +1680,9 @@ luigi florist it intsize - Takes the filepointer, fp, and truncates the file to length, size. - This function returns &true; on success and &false; on failure. + Takes the filepointer, fp, and truncates the file to + length, size. This function returns &true; on + success and &false; on failure. @@ -1751,9 +1740,7 @@ luigi florist it set_file_buffer - - Sets file buffering on the given file pointer - + Sets file buffering on the given file pointer Description @@ -1865,9 +1852,7 @@ if($fp){ is_file - - Tells whether the filename is a regular file - + Tells whether the filename is a regular file Description @@ -1892,9 +1877,7 @@ if($fp){ is_link - - Tells whether the filename is a symbolic link - + Tells whether the filename is a symbolic link Description @@ -1925,9 +1908,7 @@ if($fp){ is_readable - - Tells whether the filename is readable - + Tells whether the filename is readable Description @@ -2014,7 +1995,7 @@ if($fp){ is_uploaded_file - Tells whether the file was uploaded via HTTP POST. + Tells whether the file was uploaded via HTTP POST Description @@ -2173,7 +2154,7 @@ mkdir ("/path/to/my/dir", 0700); move_uploaded_file - Moves an uploaded file to a new location. + Moves an uploaded file to a new location Description @@ -2699,9 +2680,7 @@ pclose($fp); lstat - - Gives information about a file or symbolic link - + Gives information about a file or symbolic link Description