mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Document all options (bug #33240)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187765 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c2834ae072
commit
2bdce9ba0c
1 changed files with 16 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.xml-parser-set-option">
|
||||
<refnamediv>
|
||||
|
@ -69,6 +69,21 @@
|
|||
XML parser. Enabled by default.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>XML_OPTION_SKIP_TAGSTART</entry>
|
||||
<entry>integer</entry>
|
||||
<entry>
|
||||
Specify how many characters should be skipped in the beginning of a
|
||||
tag name.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>XML_OPTION_SKIP_WHITE</entry>
|
||||
<entry>integer</entry>
|
||||
<entry>
|
||||
Whether to skip whitespace.
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>XML_OPTION_TARGET_ENCODING</entry>
|
||||
<entry>string</entry>
|
||||
|
|
Loading…
Reference in a new issue