php延迟显示

for($i=0;$i<100;$i++) {
  echo $i.'<br/>' ;
  flush();
  usleep(1000000) ;
}