fopen

 resource fopen ( string $filename , string $mode [, bool $use_include_path = false [, resource $context ]] ) 

説明

fopen() binds a named resource, specified by filename, to a stream.

戻り値

Returns a file pointer resource on success, or FALSE on error.