source: temp/trunk/html/test/kakinaka/flush.php @ 1391

Revision 1391, 169 bytes checked in by kakinaka, 18 years ago (diff)

blank

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
RevLine 
[1386]1<?php
2
[1390]3print("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaatest");
[1391]4  flush();
5  ob_end_flush();
6  ob_start();
[1386]7
[1391]8
[1389]9sleep(2);
[1386]10
11print("aa");
[1391]12  flush();
13  ob_end_flush();
14  ob_start();
[1386]15
[1391]16
[1386]17?>
Note: See TracBrowser for help on using the repository browser.