Last updated on December 28th, 2013 at 07:11 am
This is the dirty and fast way to convert XML file to Array.
$array = json_decode(json_encode((array)simplexml_load_string($xml)),1);
Last updated on December 28th, 2013 at 07:11 am
This is the dirty and fast way to convert XML file to Array.
$array = json_decode(json_encode((array)simplexml_load_string($xml)),1);