View file core/libs/htmlParser/manual/docs/api/simple_html_dom_node/dump_node.md

File size: 292B
# dump_node

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