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