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

Revision 1394, 131 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
5sleep(2);
6
7print("aa");
8  MyFlush();
9
10function MyFlush() {
11  flush();
12  ob_end_flush();
13  ob_start();
14}
15
16
17?>
Note: See TracBrowser for help on using the repository browser.