HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Static Public Member Functions | |
static | dump ($var, $depth=10, $highlight=true) |
Definition at line 2 of file VarDumper.php.
|
static |
Displays a variable. This method achieves the similar functionality as var_dump and print_r but is more robust when handling complex objects such as Yii controllers.
mixed | variable to be dumped |
integer | maximum depth that the dumper should go into the variable. Defaults to 10. |
boolean | whether the result should be syntax-highlighted |
Definition at line 11 of file VarDumper.php.