/** Explanation of the file params: http://gitfabian.github.io/Tethys/php/files.html */
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.