PHP flush

If you want to output your generated content to the browser quickly from a PHP page you can call the flush method which will flush the output buffer. Just be careful you aren’t buffering output with something like ob_start first.

Leave a Reply