To::YAML()
Convert array into YAML string.
To::YAML(array $in, string $dent = ' ' $docs = false, $e = true);
Example:
$A = To::YAML(['foo' => 'bar']);
Result:
$A = 'foo: bar';
To::YAML()
Convert array into YAML string.
To::YAML(array $in, string $dent = ' ' $docs = false, $e = true);
Example:
$A = To::YAML(['foo' => 'bar']);
Result:
$A = 'foo: bar';