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