helly           Mon Mar  7 13:47:13 2005 EDT

  Modified files:              
    /phpdoc/en/reference/filesystem/functions   fgetcsv.xml 
  Log:
  - Update
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fgetcsv.xml?r1=1.17&r2=1.18&ty=u
Index: phpdoc/en/reference/filesystem/functions/fgetcsv.xml
diff -u phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.17 
phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.18
--- phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.17   Fri Feb  4 
05:25:59 2005
+++ phpdoc/en/reference/filesystem/functions/fgetcsv.xml        Mon Mar  7 
13:47:12 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.17 $ -->
+<!-- $Revision: 1.18 $ -->
 <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
   <refentry id="function.fgetcsv">
    <refnamediv>
@@ -32,7 +32,9 @@
        <listitem>
         <simpara>
          Must be greater than the longest line (in characters) to be found in 
the CSV file
-         (allowing for trailing line-end characters). It became optional in 
PHP 5.
+         (allowing for trailing line-end characters). It became optional in 
PHP 5. Omitting
+         this parameter (or setting it to 0 in PHP 5.0.3 and later) the 
maximum line length
+         is not limited, which is slighlty slower.
         </simpara>
        </listitem>
       </varlistentry>

Reply via email to