DOMNamedNodeMap::getNamedItem

(PHP 5, PHP 7)

DOMNamedNodeMap::getNamedItem Retrieves a node specified by name

Descrierea

DOMNamedNodeMap::getNamedItem ( string $name ) : DOMNode

Retrieves a node specified by its nodeName.

Parametri

name

The nodeName of the node to retrieve.

Valorile întoarse

A node (of any type) with the specified nodeName, or NULL if no node is found.

A se vedea și