Пример #1
0
 public static function header($header)
 {
     return ar_http_headers::header($header);
 }
Пример #2
0
 public function content($contentType, $size = 0)
 {
     return ar_http_headers::content($contentType, $size);
 }