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