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

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