コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Get the mime-type of a given file.
  *
  * @param string $path
  * @return string|false 
  * @static 
  */
 public static function mimeType($path)
 {
     //Method inherited from \Illuminate\Filesystem\Filesystem
     return \October\Rain\Filesystem\Filesystem::mimeType($path);
 }