我想阅读里面的任何内容以下xml中的标记-$xml='0.02......somemorethings...';我已将xml放入上面的变量中,然后使用SimpleXMLElement::getNamespaces如“Example#1Getdocumentnamespacesinuse”一节中给出的-//codecontinued$dom=newDOMDocument;//loadtheXMLstringdefinedabove$dom->loadXML($xml);var_dump($dom->getElementsByTagNameNS('http://api-url','*'))