DOMElement::getElementsByTagName
(No version information available, might be only in CVS)
DOMElement::getElementsByTagName — Gets elements by tagname
Описание
DOMNodeList DOMElement::getElementsByTagName
(
string $name
)
Список параметров
-
name
-
The tag name. Use * to return all elements within
the element tree.
Возвращаемые значения
This function returns a new instance of the class
DOMNodeList of all matched elements.