hosting y dominios
DOMNode
PHP Manual

DOMNode::lookupNamespaceURI

(No version information available, might be only in CVS)

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

Descripción

string DOMNode::lookupNamespaceURI ( string $prefix )

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

Lista de parámetros

prefix

The prefix of the namespace.

Valores retornados

The namespace URI of the node.

Ver también


DOMNode
PHP Manual