You might want to use something like a combination of fopen(), fread(), fwrite() and fclose() for support on every php version.
There are functions like file_get_contents() and file_put_contents() or stream_get_contents() but they are not supported on older php versions.
|