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