DUMP_LIGHT_ARRAY
DUMP_LIGHT_ARRAY = 1
Abstract mechanism for dumping a Data object.
__construct(callable|resource|string|null $output = null, string|null $charset = null, int $flags) : mixed
callable|resource|string|null | $output | A line dumper callable, an opened stream or an output path, defaults to static::$defaultOutput |
string|null | $charset | The default character encoding to use for non-UTF8 strings |
int | $flags | A bit field of static::DUMP_* constants to fine tune dumps representation |
dump(\Symfony\Component\VarDumper\Cloner\Data $data, callable|resource|string|true|null $output = null) : string|null
Dumps a Data object.
\Symfony\Component\VarDumper\Cloner\Data | $data | |
callable|resource|string|true|null | $output | A line dumper callable, an opened stream, an output path or true to return the dump |
The dump as string when $output is true