class Dumper

Dumps a variable.

Constants

DEPTH

TRUNCATE

COLLAPSE

COLLAPSE_COUNT

LOCATION

OBJECT_EXPORTERS

LIVE

LOCATION_SOURCE

LOCATION_LINK

LOCATION_CLASS

Properties

static array $terminalColors
static array $resources
static array $objectExporters
static string $livePrefix

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 array
fetchLiveData()

No description

static string
encodeString($s, $maxLength = NULL)

No description

Details

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

Dumps variable to the output.

Parameters

$var
array $options

Return Value

mixed variable

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

Dumps variable to HTML.

Parameters

$var
array $options

Return Value

string

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

Dumps variable to plain text.

Parameters

$var
array $options

Return Value

string

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

Dumps variable to x-terminal.

Parameters

$var
array $options

Return Value

string

at line 388
static array fetchLiveData()

No description

Return Value

array

at line 405
static string encodeString($s, $maxLength = NULL)

internal  
 

No description

Parameters

$s
$maxLength

Return Value

string UTF-8