yaml_parse_fileParse a YAML stream from a file Description
mixed yaml_parse_file(
string $filename,int $pos = 0,int &$ndocs = ?,array $callbacks = null) Convert all or part of a YAML document stream read from a file to a PHP variable. Parameters
Return Values
Returns the value encoded in On failure, a string containing an error message is returned.
If NotesWarning
Processing untrusted user input with yaml_parse_file
is dangerous if the use of unserialize is enabled for
nodes using the See Also
|