PHP Classes

File: readme.txt

Recommend this page to a friend!
  Classes of henrik   PHP Array Dump   readme.txt   Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: readme
Class: PHP Array Dump
creates a readable string from an array obejct
Author: By
Last change:
Date: 22 years ago
Size: 505 bytes
 

Contents

Class file image Download
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