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)
setIndentation(int $num)
Sets the indentation.
string dump(mixed $input, int $inline, int $indent, int $flags)
Dumps a PHP value to YAML.
Please login to continue.