fopen

Example

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

Description

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

Return Values

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