View file core/libs/htmlParser/manual/docs/api/simple_html_dom_node/dump.md

File size: 330B
# dump

```php
dump ( [ bool $show_attr = false [, int $depth = 0 ]] )
```

| Parameter     | Description
| ---------     | -----------
| `show_attr`   | Attribute names are included in the output if enabled.
| `depth`       | Depth of the current element

Dumps information about the current node and all child nodes recursively.