(PHP 4 >= 4.0.1, PHP 5)
fflush — Força a liberação do buffer para um arquivo
$handle
)
Esta função força a escrita de toda saída cacheada no buffer do
arquivo apontado pelo recurso handle
.
handle
The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen() (and not yet closed by fclose()).
Retorna TRUE
em caso de sucesso ou FALSE
em caso de falha.