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:
Kalle Sommer Nielsen 2009-03-26 01:29:48 +00:00
parent 447833324f
commit fb1be857d3
2 changed files with 6 additions and 4 deletions

View file

@ -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>

View file

@ -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>