mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Revert file to string.
Fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306474 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
cd905ff9ba
commit
886c5c639f
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
<methodparam choice="opt"><type>array</type><parameter role="reference">index</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
This function parses an XML file into 2 parallel array structures, one
|
||||
This function parses an XML string into 2 parallel array structures, one
|
||||
(<parameter>index</parameter>) containing pointers to the location of the
|
||||
appropriate values in the <parameter>values</parameter> array. These last
|
||||
two parameters must be passed by reference.
|
||||
|
@ -39,7 +39,7 @@
|
|||
<term><parameter>data</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
An string containing the XML data.
|
||||
A string containing the XML data.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue