PEAR-Handbuch | ||
---|---|---|
Zurück | Kapitel 40. Gtk | Nach vorne |
Provides a simple GUI to examine PHP variables, for example complex arrays or objects.
The GUI consists of two parts: a tree on the left side, displaying the values/objects/arrays that have subkeys/subvalues, and a list with scalar key-value pairs on the right side.
To use it, just include Gtk/VarDump.php and call the constructor with the variable to be dumped.
Beispiel 40-7. Inspecting a variable with Gtk_VarDump
|
Zurück | Zum Anfang | Nach vorne |
Gtk_ScrollingLabel::unPause | Nach oben | Gtk2 |