update : 2015.11.03
php.shukuma.com

검색:
 
 
Retrieves a node specified by name

DOMNamedNodeMap::getNamedItem

(PHP 5, PHP 7)

DOMNamedNodeMap::getNamedItem Retrieves a node specified by name

설명

DOMNode DOMNamedNodeMap::getNamedItem ( string $name )

Retrieves a node specified by its nodeName.

인수

name

The nodeName of the node to retrieve.

반환값

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

참고