(PHP 5, PHP 7, PHP 8)
DOMNamedNodeMap::getNamedItem — Retrieves a node specified by name
Retrieves a node specified by its nodeName
.
qualifiedName
The nodeName
of the node to retrieve.
A node (of any type) with the specified nodeName
, or
null
if no node is found.