|
DOMElement::getElementsByTagNameGets elements by tagname Description
public DOMNodeList DOMElement::getElementsByTagName
( string
$name
)
This function returns a new instance of the class
DOMNodeList of all descendant elements with a
given tag Parameters
Return ValuesThis function returns a new instance of the class DOMNodeList of all matched elements. See Also
|