lg-utils/print_r_tree

Dump variable as tree, with open-close areas

Maintainers

Package info

github.com/LucasGIRARD/print_r_tree

pkg:composer/lg-utils/print_r_tree

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2025-08-06 21:42 UTC

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