PHP Dokumentation: Domnode lookupnamespaceuri
12. Januar 2010 von werner
DOMNode::lookupNamespaceURI
(PHP 5)
DOMNode::lookupNamespaceURI — Gets the namespace URI of the node based on the prefix
Beschreibung
string DOMNode::lookupNamespaceURI ( string $prefix )
Gets the namespace URI of the node based on the prefix.
Parameter-Liste
- prefix
The prefix of the namespace.
Rückgabewerte
The namespace URI of the node.
Siehe auch
- DOMNode::lookupPrefix – Gets the namespace prefix of the node based on the namespace URI