flush

(PHP3 , PHP4 )

flush -- Flush the output buffer

Description

void flush(void);

Flushes the output buffers of PHP and whatever backend PHP is using (CGI, a web server, etc.) This effectively tries to push all the output so far to the user's browser.