yaml_parse_file
yaml_parse_file
Parse a YAML stream from a file
mixed **yaml_parse_file** string $filename int $pos int $ndocs array $callbacks
Convert all or part of a YAML document stream read from a file to a PHP variable.
filenamePath to the file.
pos
Document to extract from stream ( for all
documents, for first document, ...).
-1``0
ndocs
If is provided, then it is filled with the
number of documents found in stream.
ndocs
callbacks
Content handlers for YAML nodes. Associative of YAML
tag => mappings. See
for more
details.
array``callableparse callbacks
Returns the value encoded in in the appropriate
PHP type.
filename
On failure, a string containing an error message is returned.
If is , an
will be returned with one entry for each document found in the stream.
pos``-1``array
Waarschuwing: > Processing untrusted user input with is dangerous if the use of is enabled for nodes using the tag. This behavior can be disabled by using the ini setting.
yaml_parse_file``unserialize``!php/object``yaml.decode_php
yaml_parse``yaml_parse_url``yaml_emit