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