lg-utils / print_r_tree
Dump variable as tree, with open-close areas
dev-main
2025-08-06 21:42 UTC
Requires
- php: >=4.0.5
This package is auto-updated.
Last update: 2026-03-06 23:03:05 UTC
README
Quick Start
print_r_tree($myvars); print_r_tree(get_defined_vars()); print_r_tree(get_defined_functions());
Description
Print all kind of data for debug Lighter and older version of kint if you something fast and simple, then use this, either use kint
Posted by bob on php manual comment Edited by me for php support
i did not found on composer so i posted it