mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Added info about the default value of enclosure parameter
Removed "enclosure cannot be null" notice as it now rejects such a wrong parameter git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124900 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
18da3e3dc6
commit
8c50bb6737
1 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.fgetcsv">
|
||||
<refnamediv>
|
||||
|
@ -20,10 +20,10 @@
|
|||
<function>fgetcsv</function> parses the line it reads for fields
|
||||
in <acronym>CSV</acronym> format and returns an array containing
|
||||
the fields read. The optional third <parameter>delimiter</parameter>
|
||||
parameter defaults as a comma. The optional <parameter>enclosure</parameter>
|
||||
cannot be <type>null</type>, and is limited to one character. If
|
||||
<parameter>enclosure</parameter> is more than one character, only the
|
||||
first character is used.
|
||||
parameter defaults as a comma, and the optional <parameter>enclosure</parameter>
|
||||
defaults as a double quotation mark. Both <parameter>delimiter</parameter>
|
||||
and <parameter>enclosure</parameter> are limited to one character. If
|
||||
either is more than one character, only the first character is used.
|
||||
</simpara>
|
||||
<note>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue