PHP file functions

PHPDoc to refer to this page: /** Explanation of the file params: http://gitfabian.github.io/Tethys/php/files.html */

fopen

http://php.net/manual/en/function.fopen.php fopen ( string $filename , string $mode [...] ) Modes used in this project: w Open for writing only a Open for writing only; place the file pointer at the end of the file.