You are here

function simple_html_dom::dump in simplehtmldom API 7

Same name and namespace in other branches
  1. 5.2 simplehtmldom/simple_html_dom.php \simple_html_dom::dump()
  2. 6 simplehtmldom/simple_html_dom.php \simple_html_dom::dump()

File

simplehtmldom/simple_html_dom.php, line 589

Class

simple_html_dom

Code

function dump($show_attr = true) {
  $this->root
    ->dump($show_attr);
}