DOMNode
PHP Manual

DOMNode::lookupNamespaceURI

(PHP 5)

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

Opis

public string DOMNode::lookupNamespaceURI ( string $prefix )

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

Parametry

prefix

The prefix of the namespace.

Zwracane wartości

The namespace URI of the node.

Zobacz też:


DOMNode
PHP Manual