Ejemplo n.º 1
0
 public static function header($header)
 {
     return ar_http_headers::header($header);
 }
Ejemplo n.º 2
0
 public function content($contentType, $size = 0)
 {
     return ar_http_headers::content($contentType, $size);
 }