static string dump(mixed $input, int $inline = 2, int $indent = 4, int $flags)
Dumps a PHP value to a YAML string.
The dump method, when supplied with an array, will do its best to convert the array into friendly YAML.
static string dump(mixed $input, int $inline = 2, int $indent = 4, int $flags)
Dumps a PHP value to a YAML string.
The dump method, when supplied with an array, will do its best to convert the array into friendly YAML.
Please login to continue.