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.

Details

at line 52
static mixed dump($var, array $options = NULL)

Dumps variable to the output.

Parameters

$var
array $options

Return Value

mixed variable

at line 69
static string toHtml($var, array $options = NULL)

Dumps variable to HTML.

Parameters

$var
array $options

Return Value

string

at line 91
static string toText($var, array $options = NULL)

Dumps variable to plain text.

Parameters

$var
array $options

Return Value

string

at line 101
static string toTerminal($var, array $options = NULL)

Dumps variable to x-terminal.

Parameters

$var
array $options

Return Value

string