string dump(mixed $input, int $inline, int $indent, int $flags)
Dumps a PHP value to YAML.
string dump(mixed $input, int $inline, int $indent, int $flags)
Dumps a PHP value to YAML.
mixed | $input | The PHP value |
int | $inline | The level where you switch to inline YAML |
int | $indent | The level of indentation (used internally) |
int | $flags | A bit field of Yaml::DUMP_* constants to customize the dumped YAML string |
string | The YAML representation of the PHP value |
Designed by : w10schools
service@w10schools.com
Please login to continue.