I want to convert below XML to PHP array. Any suggestions on how I can do this?
$array = json_decode(json_encode((array)simplexml_load_string($xml)),true);