fgets: note that length parameter become optional in 4.2.0

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@66027 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2001-12-23 08:05:13 +00:00
parent f464940a9a
commit 55bc46cba4

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.106 $ -->
<!-- $Revision: 1.107 $ -->
<reference id="ref.filesystem">
<title>Filesystem functions</title>
<titleabbrev>Filesystem</titleabbrev>
@ -633,6 +633,11 @@ fclose ($fd);
</programlisting>
</example>
</para>
<note>
<para>
The <parameter>length</parameter> become optional in PHP 4.2.0
</para>
</note>
<para>
See also <function>fread</function>, <function>fopen</function>,
<function>popen</function>, <function>fgetc</function>,