Gtk2_VarDump
A PEAR package which allows you to examine complex php objects or arrays at runtime.
Usage
Just do the following in your code:
require_once 'Gtk2/VarDump.php'; new Gtk2_VarDump($myvar);
to display $myvar.
Download
Method 1: Installation via PEAR.
- Install it:
pear install Gtk2_VarDump
Method 2: Download & run
Gtk2_VarDump-0.0.4.tgz, 6kiB
Run pear install Gtk2_VarDump-0.0.4.tgz
Screenshots