source:
temp/trunk/html/test/kakinaka/flush.php
@
1394
| Revision 1394, 131 bytes checked in by kakinaka, 20 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | print("test"); |
| 4 | |
| 5 | sleep(2); |
| 6 | |
| 7 | print("aa"); |
| 8 | MyFlush(); |
| 9 | |
| 10 | function MyFlush() { |
| 11 | flush(); |
| 12 | ob_end_flush(); |
| 13 | ob_start(); |
| 14 | } |
| 15 | |
| 16 | |
| 17 | ?> |
Note: See TracBrowser
for help on using the repository browser.
