alindeman               Sat Feb  9 19:18:53 2002 EDT

  Modified files:              
    /phpdoc/en/functions        filesystem.xml 
  Log:
  fgets() second param is not optional
  
  
Index: phpdoc/en/functions/filesystem.xml
diff -u phpdoc/en/functions/filesystem.xml:1.118 
phpdoc/en/functions/filesystem.xml:1.119
--- phpdoc/en/functions/filesystem.xml:1.118    Sat Feb  9 18:44:43 2002
+++ phpdoc/en/functions/filesystem.xml  Sat Feb  9 19:18:53 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.118 $ -->
+<!-- $Revision: 1.119 $ -->
  <reference id="ref.filesystem">
   <title>Filesystem functions</title>
   <titleabbrev>Filesystem</titleabbrev>
@@ -556,7 +556,7 @@
      <methodsynopsis>
       <type>string</type><methodname>fgets</methodname>
       <methodparam><type>int</type><parameter>fp</parameter></methodparam>
-      <methodparam 
choice="opt"><type>int</type><parameter>length</parameter></methodparam>
+      <methodparam><type>int</type><parameter>length</parameter></methodparam>
      </methodsynopsis>
     <para>
      Returns a string of up to length - 1 bytes read from the file


Reply via email to