DOMNode::lookupNamespaceUri

Gets the namespace URI of the node based on the prefix

public function lookupNamespaceUri(
  mixed $namespaceuri,
): string;

Parameters

  • mixed $namespaceuri - The prefix of the namespace.

Returns

  • mixed - - The namespace URI of the node.