mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
- Update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181591 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
83727d47a9
commit
140fbe25df
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue