Helpers::dump()
Simple object and variable dumper to help with debugging.
Helpers::dump(mixed $variable, bool $echo = true): string
Parameters
Name | Type | Default |
---|---|---|
$variablerequired | mixed |
no default value |
$echo | bool |
true
|
Return type
string