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

Revision 1389, 68 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
Line 
1<?php
2
3print("test");
4flush();
5
6sleep(2);
7
8print("aa");
9flush();
10
11?>
Note: See TracBrowser for help on using the repository browser.