DOMNode
PHP Manual

DOMNode::lookupNamespaceURI

(PHP 5)

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

설명

string DOMNode::lookupNamespaceURI ( string $prefix )

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

인수

prefix

The prefix of the namespace.

반환값

The namespace URI of the node.

참고


DOMNode
PHP Manual