12345678
ob_start();for ($i=0; $i < 11; $i++) { sleep(5); echo $i,"\n"; ob_flush(); flush();}ob_end_clean();