Dumper
class Dumper
Dumper dumps PHP variables to YAML strings.
Methods
setIndentation(int $num)
Sets the indentation.
string
dump(mixed $input, int $inline, int $indent, bool $exceptionOnInvalidType = false, bool $objectSupport = false)
Dumps a PHP value to YAML.
Details
at line line 33
setIndentation(int $num)
Sets the indentation.
at line line 49
string
dump(mixed $input, int $inline, int $indent, bool $exceptionOnInvalidType = false, bool $objectSupport = false)
Dumps a PHP value to YAML.