DOMNode::lookupNamespaceUri

(PHP 5, PHP 7, PHP 8)

DOMNode::lookupNamespaceUri Gets the namespace URI of the node based on the prefix

Description

public DOMNode::lookupNamespaceUri(string $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.

See Also

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top