SimpleXML. $xml = simplexml_load_file( 'sample.xml' ); $result = $xml->xpath( '/foo/bar' ); public array SimpleXMLElement::xpath ( string $path )
確定! 回上一頁