jb-data.de/lib/sd/manual/docs/api/simple_html_dom/dump.md
2025-08-11 22:23:30 +02:00

292 B

dump

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.