(PHP 4 >= 4.0.1, PHP 5)
fflush — Flushes the output to a file
This function forces a write of all buffered output to the resource pointed to by the file handle .
檔案指標必須有效,並且必須指向一個由 fopen() 或 fsockopen() 成功打開(但還沒有被 fclose() 關閉)的檔案。
如果成功則回傳 TRUE,失敗則回傳 FALSE。