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