diff --git a/functions/filesystem.xml b/functions/filesystem.xml index 0d4d627bc1..9debe79b44 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -1,5 +1,5 @@ - + Filesystem functions Filesystem @@ -585,7 +585,7 @@ fclose ($fp); Returns a string of up to length - 1 bytes read from the file pointed to by fp. Reading ends when length - 1 bytes have been read, on a newline (which is included in the return value), or on - EOF (whichever comes first). f no length is specified, the length + EOF (whichever comes first). If no length is specified, the length defaults to 1k, or 1024 bytes. @@ -2893,7 +2893,7 @@ fclose($temp); // this removes the file Attempts to set the access and modification time of the file named by - filename to the value given by time. If the option time is not + filename to the value given by time. If the option time is not given, uses the present time. This is equivalent to what utime (sometimes referred to as utimes) does.