xml2array() - XML Parser for PHP - Demo

xml2array() is a easy to use PHP function that will convert the given XML text to an array in the XML structure. This is a demo for that function...

Results

See the XML file used.

With Attributes


xml2array($xml_string);

Without Attributes


xml2array($xml_string,0);
Subscribe to Feed