mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Clarify behavior of $enclosure wrt. $escape_char
This also integrates user note 105110. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344264 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d822950df7
commit
d2707fbf04
1 changed files with 7 additions and 0 deletions
|
@ -70,6 +70,13 @@
|
|||
</varlistentry>
|
||||
</variablelist>
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
If an <parameter>enclosure</parameter> character is contained in a field,
|
||||
it will be escaped by doubling it, unless it is immediately preceded by an
|
||||
<parameter>escape_char</parameter>.
|
||||
</para>
|
||||
</note>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="returnvalues">
|
||||
|
|
Loading…
Reference in a new issue