(PECL yaml >= 0.5.0)
Send the YAML representation of a value to a file
bool yaml_emit_file ( string $filename, mixed $data [, int $encoding = YAML_ANY_ENCODING [, int $linebreak = YAML_ANY_BREAK [, array $callbacks ]]] )
Generate a YAML representation of the provided data in the filename.
Parameters:
filename
Path to the file.
data