Serializor\Debug::dump()
public
static
Documentation
Documentation missing - No docblock found for this method.
Signature
public static function dump(mixed &$value, int $indent = 0, string|int|null $key = NULL, array $stackMemory = array (
), array &$shortMemory = array (
)): void
Parameters
| Name | Type | Default |
|---|---|---|
$value
by-reference
|
mixed |
required |
$indent
|
int |
0
|
$key
|
string|int|null |
NULL
|
$stackMemory
|
array |
array (
)
|
$shortMemory
by-reference
|
array |
array (
)
|
Returns
void