Beispiel #1
0
 /**
  * 关闭分块输出
  *
  * !!! 执行此方法后将执行 `exit()`,程序将结束运行
  */
 public function push_end()
 {
     HttpIO::chunk_end();
 }