its php5.0.4

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181592 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2005-03-07 19:09:37 +00:00
parent 140fbe25df
commit fa0ef737c5

View file

@ -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>