DOMNode::lookupNamespaceUri
(PHP 5, PHP 7, PHP 8)
DOMNode::lookupNamespaceUri — Gets the namespace URI of the node based on the prefix
Description
$prefix
): string
Gets the namespace URI of the node based on the
prefix
.
Parameters
-
prefix
-
The prefix of the namespace.
Return Values
The namespace URI of the node.