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

Revision 1390, 99 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("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaatest");
4flush();
5
6sleep(2);
7
8print("aa");
9flush();
10
11?>
Note: See TracBrowser for help on using the repository browser.