Changeset 1405 for temp/trunk/html
- Timestamp:
- 2006/08/23 20:21:57 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/test/kakinaka/flush.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/flush.php
r1404 r1405 4 4 MyFlush(); 5 5 6 for($i = 0; $i < 100 0; $i++){6 for($i = 0; $i < 100; $i++){ 7 7 print("aa<br>"); 8 8 MyFlush(); … … 11 11 function MyFlush() { 12 12 flush(); 13 sleep(0.5); 13 14 } 14 15
Note: See TracChangeset
for help on using the changeset viewer.
