コード例 #1
0
ファイル: http.php プロジェクト: jaz303/zing
 public function get_file_type()
 {
     return $this->file_type === null ? \MIME::for_filename($this->path) : $this->file_type;
 }