Class Dumper
Dumps a variable.
public static
mixed
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
|
public static
array
|
string |
DEPTH
|
# 'depth' |
string |
TRUNCATE
|
# 'truncate' |
string |
COLLAPSE
|
# 'collapse' |
string |
COLLAPSE_COUNT
|
# 'collapsecount' |
string |
LOCATION
|
# 'location' |
string |
OBJECT_EXPORTERS
|
# 'exporters' |
string |
LIVE
|
# 'live' |
integer |
LOCATION_SOURCE
|
# 1 |
integer |
LOCATION_LINK
|
# 2 |
integer |
LOCATION_CLASS
|
# 4 |
public static
array
|
$terminalColors
|
# array(
'bool' => '1;33',
'null' => '1;33',
'number' => '1;32',
'string' => '1;36',
'array' => '1;31',
'key' => '1;37',
'object' => '1;31',
'visibility' => '1;30',
'resource' => '1;37',
'indent' => '1;30',
) |
public static
array
|
$resources
|
# array(
'stream' => 'stream_get_meta_data',
'stream-context' => 'stream_context_get_options',
'curl' => 'curl_getinfo',
) |
public static
array
|
$objectExporters
|
# array(
'Closure' => 'Tracy\Dumper::exportClosure',
'SplFileInfo' => 'Tracy\Dumper::exportSplFileInfo',
'SplObjectStorage' => 'Tracy\Dumper::exportSplObjectStorage',
'__PHP_Incomplete_Class' => 'Tracy\Dumper::exportPhpIncompleteClass',
) |
public static
string
|
$livePrefix
@internal |