yaml_parse_url

 mixed yaml_parse_url ( string $url [, int $pos = 0 [, int &$ndocs [, array $callbacks ]]] ) 

説明

Convert all or part of a YAML document stream read from a URL to a PHP variable.

戻り値

Returns the value encoded in input in appropriate PHP type or FALSE on failure. If pos is -1 an array will be returned with one entry for each document found in the stream.