PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

DOMNamedNodeMap::getNamedItemNS> <DOMNamedNodeMap
Last updated: Fri, 10 Oct 2008

view this page in

DOMNamedNodeMap::getNamedItem

(No version information available, might be only in CVS)

DOMNamedNodeMap::getNamedItem Retrieves a node specified by name

Description

DOMNode DOMNamedNodeMap::getNamedItem ( string $name )

Retrieves a node specified by its nodeName.

Parameters

name

The nodeName of the node to retrieve.

Return Values

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



add a note add a note User Contributed Notes
DOMNamedNodeMap::getNamedItem
There are no user contributed notes for this page.

DOMNamedNodeMap::getNamedItemNS> <DOMNamedNodeMap
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites