class Dumper
Dumper dumps PHP variables to YAML strings.
Methods
__construct(int $indentation = 4)
setIndentation(int $num) Sets the indentation.
string dump(mixed $input, int $inline, int $indent, int $flags) Dumps a PHP value to YAML.
Details
__construct(int $indentation = 4)
Parameters int $indentation
setIndentation(int $num)
Sets the indentation. Parameters int $num The amount of sp