update : 2015.11.03
php.shukuma.com

검색:
 
 
Gets the namespace URI of the node based on the prefix

DOMNode::lookupNamespaceURI

(PHP 5, PHP 7)

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

설명

public 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.

참고