DOMNamedNodeMap::getNamedItemRetrieves a node specified by name Description
public DOMNodenull DOMNamedNodeMap::getNamedItem(string
$qualifiedName )
Retrieves a node specified by its Parameters
Return Values
A node (of any type) with the specified ExamplesExample #1 Getting an attribute on a node
Example #2 Accessing attribute with array syntax
See Also
|