File "dump_node.md"
Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlNode/dump_node.md
File size: 351 bytes
MIME-type: text/plain
Charset: utf-8
```php
dump_node ( [ bool $echo = true ] ) : mixed
```
| Parameter | Description |
|-----------|----------------------------------------------|
| `echo` | Echoes the dump details directly if enabled. |
Dumps information about the current document node. Returns a string if `$echo` is set to false, null otherwise.