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:
Mehdi Achour 2010-12-19 23:46:27 +00:00
parent cd905ff9ba
commit 886c5c639f

View file

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