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