Load an XML string $xmlstr = file_get_contents('library.xml'); $library = new SimpleXMLElement($xmlstr); // Load an XML file $library = new ...
確定! 回上一頁