示例#1
0
文件: mime.php 项目: bermi/akelos
 static function bestMimeType()
 {
     return AkMimeType::getMimeType(AkMimeType::getAccepts());
 }