Home » » ob_end_flush

ob_end_flush

Written By 1 on Sunday, September 30, 2012 | 7:06 PM

bool ob_end_flush ( void )

Flush (send) the output buffer and turn off output buffering

This function will send the contents of the topmost output buffer (if any) and turn this output buffer off. If you want to further process the buffer's contents you have to call ob_get_contents() before ob_end_flush() as the buffer contents are disca


<?php
  
while (@ob_end_flush());
?>

4.2.0 The boolean return value was added.


6. PHP & MySQL in Pashto - Deletion from Database

0 Comment:

Post a Comment