From efcd17fdad6a041c1f5813fa5b35d29d22c93260 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Tue, 26 Mar 2002 00:00:18 +0000 Subject: [PATCH] adding parameter into DocBook tag git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75223 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.