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

Revision 1406, 146 bytes checked in by kakinaka, 20 years ago (diff)

blank

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2
3print("test");
4  MyFlush();
5
6for($i = 0; $i < 100; $i++){
7    print("aa<br>");
8    MyFlush();
9}
10
11function MyFlush() {
12    flush();
13    sleep(1);
14}
15
16
17?>
Note: See TracBrowser for help on using the repository browser.