예제 #1
0
파일: Response.php 프로젝트: hubs/yuncms
 /**
  * 清除响应头信息
  *
  * @return void
  */
 public static function clear_headers()
 {
     self::$_headers = array();
 }