Example 1: php xml to array public function xmlToArray($xmlstring){ $xml = simplexml_load_string($xmlstring, "SimpleXMLElement", LIBXML_NOCDATA); ...
確定! 回上一頁