mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed bug #53505 Wrong wording, the input must be passed as string not 'file'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306218 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
09353e6249
commit
2b0c6356d3
1 changed files with 1 additions and 1 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.
|
||||
|
|
Loading…
Reference in a new issue