Exemplo n.º 1
0
 /**
  * 清除响应头信息
  *
  * @return void
  */
 public static function clear_headers()
 {
     self::$_headers = array();
 }
Exemplo n.º 2
0
 public function init()
 {
     Web_Response::set_status(400);
     Web_Response::send_headers();
 }