示例#1
0
文件: http.php 项目: jaz303/zing
 public function get_file_type()
 {
     return $this->file_type === null ? \MIME::for_filename($this->path) : $this->file_type;
 }