예제 #1
0
파일: mime.php 프로젝트: bermi/akelos
 static function bestMimeType()
 {
     return AkMimeType::getMimeType(AkMimeType::getAccepts());
 }