Home > PHP > Function > Output Control > flush()

flush()

flush - Flush the output buffer

Syntax

flush ()

Arguments

-

Description

Flushes the write buffers of PHP and whatever backend PHP is using (CGI, a web server, etc). This attempts to push current output all the way to the browser with a few caveats.

Version

PHP 4, 5

Return value

No value is returned.