Debug: ezcDebugVariableDumpTool
[ ]
[ Example stylesheet ]
[ ]
[ ]
[ ]
[ ]
Class: ezcDebugVariableDumpTool
|
Tool class to dump variables in a way similar to Xdebug. [
source]
Method Summary
|
public static string |
dumpVariable(
$arg, $maxData, $maxChildren, $maxDepth )
Returns the string representation of an variable. |
Methods
dumpVariable
string dumpVariable(
mixed
$arg, int
$maxData, int
$maxChildren, int
$maxDepth )
Returns the string representation of an variable.
Returns the dump of the given variable, respecting the $maxData and $maxChildren paramaters when arrays or objects are dumped. $maxDepth is the maximum recursion depth when dumping arrays and objects.
Parameters
| Name |
Type |
Description |
$arg |
mixed |
|
$maxData |
int |
|
$maxChildren |
int |
|
$maxDepth |
int |
|
Last updated: Tue, 27 May 2008