Skip to content

Kirby 4.2.0

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

Parent class

Kirby\Cms\Helpers