|
DOMElement::getElementsByTagNameGets elements by tagname Beschreibung
public DOMNodeList DOMElement::getElementsByTagName
( string
$name
)
This function returns a new instance of the class
DOMNodeList of all descendant elements with a
given tag Parameter-Liste
RückgabewerteThis function returns a new instance of the class DOMNodeList of all matched elements. Siehe auch
|