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