mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixes #47706 (XMLReader open() and xml() $options parameter description inaccurate)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277796 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
447833324f
commit
fb1be857d3
2 changed files with 6 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry xml:id="xmlreader.open" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>XMLReader::open</refname>
|
||||
|
@ -44,7 +44,8 @@
|
|||
<term><parameter>options</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A bitmask of the XMLReader Options constants.
|
||||
A bitmask of the <link linkend="libxml.constants">LIBXML_*</link>
|
||||
constants.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<refentry xml:id="xmlreader.xml" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>XMLReader::XML</refname>
|
||||
|
@ -44,7 +44,8 @@
|
|||
<term><parameter>options</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
A bitmask of the XMLReader Options constants.
|
||||
A bitmask of the <link linkend="libxml.constants">LIBXML_*</link>
|
||||
constants.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue