mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document new options supported by xml_parser_get_option()
Cf. <https://github.com/php/php-src/pull/3594>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345822 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8358db82c0
commit
9ee6e26a20
1 changed files with 25 additions and 1 deletions
|
@ -34,7 +34,8 @@
|
|||
<term><parameter>option</parameter></term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Which option to fetch. <constant>XML_OPTION_CASE_FOLDING</constant>
|
||||
Which option to fetch. <constant>XML_OPTION_CASE_FOLDING</constant>,
|
||||
<constant>XML_OPTION_SKIP_TAGSTART</constant>, <constant>XML_OPTION_SKIP_WHITE</constant>
|
||||
and <constant>XML_OPTION_TARGET_ENCODING</constant> are available.
|
||||
See <function>xml_parser_set_option</function> for their description.
|
||||
</simpara>
|
||||
|
@ -54,6 +55,29 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="changelog">
|
||||
&reftitle.changelog;
|
||||
<informaltable>
|
||||
<tgroup cols="2">
|
||||
<thead>
|
||||
<row>
|
||||
<entry>&Version;</entry>
|
||||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>7.1.24, 7.2.12, 7.3.0</entry>
|
||||
<entry>
|
||||
<parameter>options</parameter> now supports <constant>XML_OPTION_SKIP_TAGSTART</constant>
|
||||
and <constant>XML_OPTION_SKIP_WHITE</constant>.
|
||||
</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
</refsect1>
|
||||
|
||||
</refentry>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue