mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Proper markup for method references in XMLReader::setParserProperty
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319264 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0d24add1c6
commit
7feda568ba
1 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
<refentry xml:id="xmlreader.setparserproperty" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>XMLReader::setParserProperty</refname>
|
||||
<refpurpose>Set or Unset parser options</refpurpose>
|
||||
<refpurpose>Set parser options</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
|
@ -14,10 +14,10 @@
|
|||
<methodparam><type>bool</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Set or Unset parser option for the parser. The options must be set
|
||||
after <function>xmlreader-open</function> or
|
||||
<function>xmlreader-xml</function> are called and before
|
||||
the first <function>xmlreader-read</function> call.
|
||||
Set parser options. The options must be set after
|
||||
<methodname>XMLReader::open</methodname> or
|
||||
<methodname>XMLReader::xml</methodname> are called and before
|
||||
the first <methodname>XMLReader::read</methodname> call.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
|
|
Loading…
Reference in a new issue