Changeset 1414


Ignore:
Timestamp:
2006/08/23 20:36:09 (18 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/install/zip_install.php

    r1412 r1414  
    11<?php 
     2 
     3print("                                                                                                                                                                                                                                                                test"); 
     4  MyFlush(); 
     5 
     6for($i = 0; $i < 100; $i++){ 
     7    print("aa<br>"); 
     8    MyFlush(); 
     9} 
     10 
     11function MyFlush() { 
     12    flush(); 
     13  ob_end_flush(); 
     14  ob_start(); 
     15     
     16     
     17    sleep(1); 
     18} 
     19 
    220/* 
    321require_once("../require.php"); 
     
    1533 
    1634$fp = fopen($path, "r"); 
    17 */ 
     35 
    1836// °ìÉô¤ÎIE¤Ï256¥Ð¥¤¥È°Ê¾å¼õ¤±¼è¤Ã¤Æ¤«¤éɽ¼¨¤ò³«»Ï¤¹¤ë¡£ 
    1937for($i = 0; $i < 256; $i++) { 
     
    3048    $cnt++; 
    3149} 
     50*/ 
    3251/* 
    3352if(!$fp) { 
Note: See TracChangeset for help on using the changeset viewer.