class Dumper

Dumps a variable.

Constants

DEPTH

TRUNCATE

COLLAPSE

COLLAPSE_COUNT

LOCATION

OBJECT_EXPORTERS

LIVE

DEBUGINFO

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 71
static mixed dump($var, array $options = null)

Dumps variable to the output.

Parameters

$var
array $options

Return Value

mixed variable

at line 88
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 397
static array fetchLiveData()

No description

Return Value

array

at line 414
static string encodeString($s, $maxLength = null)

internal  
 

No description

Parameters

$s
$maxLength

Return Value

string UTF-8