PHP Output Control flush() Function

PHP Output Control Functions : Output a string to the browser before the script has finished running

Definition and Usage

The flush() function requests the server to send its currently buffered output to the browser. The server configuration may not always allow this to happen.

Syntax

flush();

Technical Details

PHP Version: 4+

❮ PHP Output Control Functions