Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.fflush.html
Дата изменения: Sun Feb 3 22:38:43 2002
Дата индексирования: Tue Oct 2 00:12:40 2012
Кодировка:
fflush

fflush

(PHP 4 )

fflush -- Flushes the output to a file

Description

int fflush ( int fp)

This function forces a write of all buffered output to the to the resource pointed to by the file handle fp. Returns TRUE if successful, FALSE otherwise.

The file pointer must be valid, and must point to a file successfully opened by fopen(), popen(), or fsockopen().