Skip to content

Kirby 5.0.4

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

Parent class

Kirby\Cms\Helpers