mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Fix typo in methodname (Richard Q.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245201 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fab5d01ee3
commit
06fb5b2615
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry xml:id="function.xmlreader-xml" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>XMLReader::XML</refname>
|
||||
|
@ -12,7 +12,7 @@
|
|||
<ooclass><classname>XMLReader</classname></ooclass>
|
||||
<methodsynopsis>
|
||||
<type>bool</type>
|
||||
<methodname>open</methodname>
|
||||
<methodname>xml</methodname>
|
||||
<methodparam><type>string</type><parameter>source</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
|
||||
|
|
Loading…
Reference in a new issue