0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 3.145.105.85


Current Path : /var/www/website/nublr/Regulations/simplehtmldom/manual/docs/api/HtmlDocument/
Upload File :
Current File : /var/www/website/nublr/Regulations/simplehtmldom/manual/docs/api/HtmlDocument/dump.md

---
title: dump
---

```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.