DOMNode
PHP Manual

DOMNode::lookupNamespaceURI

(PHP 5)

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

Descrierea

public string DOMNode::lookupNamespaceURI ( string $prefix )

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.

Vedeți de asemenea


DOMNode
PHP Manual