From 886c5c639f2f33a01278d61c1d72ef39af880714 Mon Sep 17 00:00:00 2001 From: Mehdi Achour Date: Sun, 19 Dec 2010 23:46:27 +0000 Subject: [PATCH] Revert file to string. Fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306474 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/xml/functions/xml-parse-into-struct.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/xml/functions/xml-parse-into-struct.xml b/reference/xml/functions/xml-parse-into-struct.xml index 40c3ce6df2..4a4ccec52a 100644 --- a/reference/xml/functions/xml-parse-into-struct.xml +++ b/reference/xml/functions/xml-parse-into-struct.xml @@ -16,7 +16,7 @@ arrayindex - This function parses an XML file into 2 parallel array structures, one + This function parses an XML string into 2 parallel array structures, one (index) containing pointers to the location of the appropriate values in the values array. These last two parameters must be passed by reference. @@ -39,7 +39,7 @@ data - An string containing the XML data. + A string containing the XML data.