yaml_emit

Example

 string yaml_emit ( mixed $data [, int $encoding = YAML_ANY_ENCODING [, int $linebreak = YAML_ANY_BREAK ]] ) 

Description

Generate a YAML representation of the provided data.

Return Values

Returns a YAML encoded string on success.