Class Dumper
Dumps a variable.
public static
mixed
|
|
public static
string
|
|
public static
string
|
|
public static
string
|
string |
DEPTH
|
'depth' |
|
string |
TRUNCATE
|
'truncate' |
|
string |
COLLAPSE
|
'collapse' |
|
string |
COLLAPSE_COUNT
|
'collapsecount' |
|
string |
LOCATION
|
'location' |
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',
) |