File "dump.md"

Full Path: /var/www/html/wordpress/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlDocument/dump.md
File size: 360 bytes
MIME-type: text/plain
Charset: utf-8

 
Open Back
```php
dump ( [ bool show_attr = true ] ) : string
```

Dumps the entire DOM into a string. Useful for debugging purposes.

| Parameter   | Description                                       |
|-------------|---------------------------------------------------|
| `show_attr` | Attributes are included in the dump when enabled. |

Returns the DOM tree as string.