context:debug function
info: full array dump
autor: henrik groehling
email: henrik@veder.net
hello all,
this are two helpfull functions if you don't have a full scale debug environment.
the class hgsarraydump can be used to create a readable string from an array object:
hope that some can use this.
exapample:
include "hgsarraydump.php";
$ardump = new hgsarraydump();
$ardump->Fill("GLOBALS",$GLOBALS);
$ardump->Trace();
all the best
henrik groehling
henrik@veder.net
|