DOMNode::lookupNamespaceUri

(PHP 5, PHP 7)

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

Descrierea

public DOMNode::lookupNamespaceUri ( string $prefix ) : string

Gets the namespace URI of the node based on the prefix.

Parametri

prefix

The prefix of the namespace.

Valorile întoarse

The namespace URI of the node.

A se vedea și