$xml = simplexml_load_string($xmlstring);. $json = json_encode($xml); $array = json_decode($json,TRUE);. print_r($array); ?> 輸出:
確定! 回上一頁