(PHP 5, PHP 7)
Retrieves a node specified by name
DOMNode DOMNamedNodeMap::getNamedItem ( string $name )
Retrieves a node specified by its nodeName.
Parameters:
name
The nodeName of the node to retrieve.
Returns:
A node (of any type) with the specified nodeName, or NULL
if no node is found.
See also:
Please login to continue.