philip          Sun Dec 23 03:05:14 2001 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  fgets: note that length parameter become optional in 4.2.0
  
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.106 
phpdoc/en/functions/filesystem.xml:1.107
--- phpdoc/en/functions/filesystem.xml:1.106    Thu Dec 20 19:57:43 2001
+++ phpdoc/en/functions/filesystem.xml  Sun Dec 23 03:05:13 2001
@@ -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 @@
       </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>,


Reply via email to