|
PHP5中文手册
DOMNamedNodeMap->getNamedItem()(No version information available, might be only in CVS) DOMNamedNodeMap->getNamedItem() — Retrieves a node specified by name 说明DOMNamedNodeMap
DOMNode getNamedItem
( string $name
)
Retrieves a node specified by its nodeName. 参数
返回值A node (of any type) with the specified nodeName, or NULL if no node is found. |