| 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  NotesWarning
    Processing untrusted user input with yaml_parse_file is dangerous if the use of unserialize is enabled for nodes using the !php/object tag. This behavior can be disabled by using the yaml.decode_php ini setting. See Also
 
 |