DOMNamedNodeMap::getNamedItem
(PHP 5, PHP 7, PHP 8)
DOMNamedNodeMap::getNamedItem — Retrieves a node specified by name
Beschreibung
Retrieves a node specified by its nodeName
.
Parameter-Liste
-
qualifiedName
-
The
nodeName
of the node to retrieve.
Rückgabewerte
A node (of any type) with the specified nodeName
, or
null
if no node is found.
Siehe auch
- DOMNamedNodeMap::getNamedItemNS() - Retrieves a node specified by local name and namespace URI