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

Revision 1388, 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(1);
7
8print("aa");
9flush();
10
11?>
Note: See TracBrowser for help on using the repository browser.