| 1 |
# dump |
| 2 |
|
| 3 |
```php |
| 4 |
dump ( [ bool $show_attr = false [, int $depth = 0 ]] ) |
| 5 |
``` |
| 6 |
|
| 7 |
| Parameter | Description |
| 8 |
| --------- | ----------- |
| 9 |
| `show_attr` | Attribute names are included in the output if enabled. |
| 10 |
| `depth` | Depth of the current element |
| 11 |
|
| 12 |
Dumps information about the current node and all child nodes recursively. |