Related Functions
fopen
PHP 4.0+Opens a file or URL and returns a file pointer resource that can be used for reading, writing, or appending operations.
Description
The fopen()
Opens a file or URL and returns a file pointer resource that can be used for reading, writing, or appending operations.
Example