function simple_html_dom_node::getElementsById in simplehtmldom API 5.2
Same name and namespace in other branches
- 6 simplehtmldom/simple_html_dom.php \simple_html_dom_node::getElementsById()
- 7 simplehtmldom/simple_html_dom.php \simple_html_dom_node::getElementsById()
File
- simplehtmldom/
simple_html_dom.php, line 468
Class
Code
function getElementsById($id, $idx = null) {
return $this
->find("#{$id}", $idx);
}