HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
VarDumper Class Reference

Static Public Member Functions

static dump ($var, $depth=10, $highlight=true)

Detailed Description

Definition at line 2 of file VarDumper.php.

Member Function Documentation

static VarDumper::dump (   $var,
  $depth = 10,
  $highlight = true 
)
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.

Parameters
mixedvariable to be dumped
integermaximum depth that the dumper should go into the variable. Defaults to 10.
booleanwhether the result should be syntax-highlighted

Definition at line 11 of file VarDumper.php.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: