PHP Classes
elePHPant
Icontem

VAR Dump

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 74       Packages icon Packages (6)   Blogs icon Blogs (4)   Packages icon Forums icon Package forums (62)   Blogs icon Forums icon Blog forums (2)  
This class can be used to dump variable values using colors. It uses the var_dump function to get the representation of a variable value and uses regular expressions to replace different sections with HTML tags that make them appear in different colors. Colorful variable dump Support forum dumper ...
Var Dump Support forum vardump Inspect and display the information of variables   This class is meant to inspect and display the information of specified variables in a clear format. It displays the variable type or object class or resource type. It uses different colors to distinguish of the types ...
This class can display values of variables similarly to the PHP var_dump and print_r functions. It can show values of scalar variables or arrays or objects formatted in a HTML page using colors to denote different types of values. Objects and arrays can be traversed recursively up to a given depth ...
... forum sadebug Output debug information with visibility HTML link   This class is meant to output debug information in a convenient way using the PHP var_dump function to display the data of variables. The debug information is outputted in layers defined with HTML DIV tag. The user can toggle the visibility ...
...   This class can be used to display script variables and PHP environment variables. It is meant to be a replacement of PHP functions print_r() and var_dump(). The class can display: - Call stack backtraces - Declared classes, interfaces, global functions and constants - Included files and extensions ...
debugHelper Support forum debughelper Displays var info, takes time, dumps source   This class will display variable content, stop the time and display files easier than the internal php functions. Output can easily be modified. CONSTRUCTOR: function debugHelper ($outputType = HTML) PUBLIC FUNCTIONS ...