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