nicos Fri Jan 3 15:53:01 2003 EDT Modified files: /phpdoc/en/reference/xml/functions xml-parse-into-struct.xml Log: 4th argument of xml-parse-into-struct is optional (0 by default). Index: phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml diff -u phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml:1.3 phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml:1.4 --- phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml:1.3 Fri Apr 19 07:11:21 2002 +++ phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml Fri Jan 3 15:53:01 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/xml.xml, last change in rev 1.11 --> <refentry id="function.xml-parse-into-struct"> <refnamediv> @@ -13,7 +13,7 @@ <methodparam><type>resource</type><parameter>parser</parameter></methodparam> <methodparam><type>string</type><parameter>data</parameter></methodparam> <methodparam><type>array</type><parameter>&values</parameter></methodparam> - <methodparam><type>array</type><parameter>&index</parameter></methodparam> + <methodparam +choice="opt"><type>array</type><parameter>&index</parameter></methodparam> </methodsynopsis> <para> This function parses an XML file into 2 parallel array
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php