PHP » GoLang |
login |
register |
about
|
GoLang yaml_parse_file
request it (436)
GoLang replacement for PHP's yaml_parse_file
[edit | history]
yaml_parse_file(PECL yaml >= 0.4.0) yaml_parse_file — Parse 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
|
more
Recently updated
more
Most requested
more
Last requests
|