update : 2015.11.03
php.shukuma.com검색:
|
DOMElement::getElementsByTagName(PHP 5, PHP 7) DOMElement::getElementsByTagName — Gets elements by tagname 설명
This function returns a new instance of the class
DOMNodeList of all descendant elements with a
given tag 인수
반환값This function returns a new instance of the class DOMNodeList of all matched elements. |