コード例 #1
0
ファイル: mime.php プロジェクト: bermi/akelos
 static function bestMimeType()
 {
     return AkMimeType::getMimeType(AkMimeType::getAccepts());
 }