public function xmlToArray($xml=''){ $temp = json_encode(simplexml_load_string($xml, 'SimpleXMLElement', LIBXML_NOCDATA)); return ...
確定! 回上一頁