| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
DOMNamedNodeMap->getNamedItem()(No version information available, might be only in CVS) DOMNamedNodeMap->getNamedItem() — Retrieves a node specified by name BeschreibungDOMNamedNodeMap
DOMNode getNamedItem
( string $name
)
Retrieves a node specified by its nodeName. Parameter Liste
RückgabewerteA node (of any type) with the specified nodeName, or NULL if no node is found. |