예제 #1
0
파일: http.php 프로젝트: poef/ariadne
 public static function header($header)
 {
     return ar_http_headers::header($header);
 }
예제 #2
0
파일: http.php 프로젝트: poef/ariadne
 public function content($contentType, $size = 0)
 {
     return ar_http_headers::content($contentType, $size);
 }