Complete PHP XML Reference
The xml_parse_into_struct() function parses XML data into an array.
This function parses the XML data into 2 arrays:
This function returns 1 on success, or 0 on failure.
| Parameter | Description |
|---|---|
| parser | Required. Specifies XML parser to use |
| xml | Required. Specifies XML data to parse |
| value_arr | Required. Specifies the target array for the XML data |
| index_arr | Optional. Specifies the target array for index data |
Note: The xml_parse_into_struct() function returns 1 for success and 0 for failure. This is not the same as TRUE and FALSE.
XML File
PHP Code
The output of the code above will be:
Complete PHP XML Reference
The perfect solution for professionals who need to balance work, family, and career building.
More than 10 000 certificates already issued!
The HTML Certificate documents your knowledge of HTML.
The HTML5 Certificate documents your knowledge of advanced HTML5.
The CSS Certificate documents your knowledge of advanced CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The jQuery Certificate documents your knowledge of jQuery.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
Your message has been sent to W3Schools.