Dumper
class Dumper
Dumps a variable.
Constants
| DEPTH |
|
| TRUNCATE |
|
| COLLAPSE |
|
| COLLAPSE_COUNT |
|
| LOCATION |
|
Properties
| static array | $terminalColors | ||
| static array | $resources |
Methods
static mixed
dump($var, array $options = NULL)
Dumps variable to the output.
static string
toHtml($var, array $options = NULL)
Dumps variable to HTML.
static string
toText($var, array $options = NULL)
Dumps variable to plain text.
static string
toTerminal($var, array $options = NULL)
Dumps variable to x-terminal.
static string
encodeString($s, $maxLength = NULL)
No description
Details
at line 52
static mixed
dump($var, array $options = NULL)
Dumps variable to the output.
at line 69
static string
toHtml($var, array $options = NULL)
Dumps variable to HTML.
at line 91
static string
toText($var, array $options = NULL)
Dumps variable to plain text.
at line 101
static string
toTerminal($var, array $options = NULL)
Dumps variable to x-terminal.
at line 279
static string
encodeString($s, $maxLength = NULL)
| internal |
No description