mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
140fbe25df
commit
fa0ef737c5
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue