adding parameter into DocBook tag

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75223 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simone Cortesi 2002-03-26 00:00:18 +00:00
parent 281c6d10b3
commit efcd17fdad

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.133 $ -->
<!-- $Revision: 1.134 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@ -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.
</para>
<para>
@ -2893,7 +2893,7 @@ fclose($temp); // this removes the file
</methodsynopsis>
<para>
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 <parameter>time</parameter> is not
given, uses the present time. This is equivalent to what utime
(sometimes referred to as utimes) does.
</para>