fflush — 將緩沖內容輸出到文件
bool fflush ( resource $handle )
file_put_contents — 將一個字符串寫入文件
int file_put_contents ( string $filename , mixed $data [, int $flags = 0 [, resource $context ]] )
fputs — fwrite 的別名
fwrite — 寫入文件(可安全用于二進制文件)
int fwrite ( resource $handle , string $string [, int $length ] )