$dom
$dom : \DOMDocument
DOMDocument object
XML Reader wrapper
registerNamespace(string $prefix, string $namespaceURI) : boolean
Registers the namespace with the DOMXPath object
string | $prefix | The prefix |
string | $namespaceURI | The URI of the namespace |
If called before having loaded the DOM document
true on success or false on failure
Loading…