File "dump.md"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlNode/dump.md
File size: 434 bytes
MIME-type: text/plain
Charset: utf-8
```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.