(PHP 5, PHP 7)
Gets the namespace URI of the node based on the prefix
public string DOMNode::lookupNamespaceURI ( string $prefix )
Gets the namespace URI of the node based on the prefix
.
Parameters:
prefix
The prefix of the namespace.
Returns:
The namespace URI of the node.
See also:
Please login to continue.