예제 #1
0
파일: http.php 프로젝트: jaz303/zing
 public function get_file_type()
 {
     return $this->file_type === null ? \MIME::for_filename($this->path) : $this->file_type;
 }