PHP Doku:: Retrieves a node specified by local name and namespace URI - domnamednodemap.getnameditemns.html

Verlauf / Chronik / History: (5) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationDocument Object ModelThe DOMNamedNodeMap classDOMNamedNodeMap::getNamedItemNS

Ein Service von Reinhard Neidl - Webprogrammierung.

The DOMNamedNodeMap class

<<DOMNamedNodeMap::getNamedItem

DOMNamedNodeMap::item>>

DOMNamedNodeMap::getNamedItemNS

(PHP 5)

DOMNamedNodeMap::getNamedItemNS Retrieves a node specified by local name and namespace URI

Beschreibung

DOMNode DOMNamedNodeMap::getNamedItemNS ( string $namespaceURI , string $localName )

Retrieves a node specified by localName and namespaceURI.

Parameter-Liste

namespaceURI

The namespace URI of the node to retrieve.

localName

The local name of the node to retrieve.

Rückgabewerte

A node (of any type) with the specified local name and namespace URI, or NULL if no node is found.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)