mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Clarify behavior of $enclosure wrt. $escape_char
Cf. <http://svn.php.net/viewvc?view=revision&revision=344264>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344267 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d2707fbf04
commit
47da3a2a8a
1 changed files with 7 additions and 0 deletions
|
@ -60,6 +60,13 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<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