The simplexml_load_string() function loads the XML string into the object. ... $xml = simplexml_load_file($data); $json = json_encode($xml); All in all, first ...
確定! 回上一頁