nlopess Mon Mar 7 14:09:37 2005 EDT
Modified files: /phpdoc/en/reference/filesystem/functions fgetcsv.xml Log: its php5.0.4 http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/fgetcsv.xml?r1=1.18&r2=1.19&ty=u Index: phpdoc/en/reference/filesystem/functions/fgetcsv.xml diff -u phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.18 phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.19 --- phpdoc/en/reference/filesystem/functions/fgetcsv.xml:1.18 Mon Mar 7 13:47:12 2005 +++ phpdoc/en/reference/filesystem/functions/fgetcsv.xml Mon Mar 7 14:09:37 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.18 $ --> +<!-- $Revision: 1.19 $ --> <!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --> <refentry id="function.fgetcsv"> <refnamediv> @@ -33,7 +33,7 @@ <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. Omitting - this parameter (or setting it to 0 in PHP 5.0.3 and later) the maximum line length + this parameter (or setting it to 0 in PHP 5.0.4 and later) the maximum line length is not limited, which is slighlty slower. </simpara> </listitem>