yaml_emit_fileSend the YAML representation of a value to a file Description
bool yaml_emit_file
( string
$filename
, mixed $data
[, int $encoding = YAML_ANY_ENCODING
[, int $linebreak = YAML_ANY_BREAK
[, array $callbacks = null
]]] )
Generate a YAML representation of the provided Parameters
Return Values
Returns Changelog
See Also
|