higimo/mime-2-ext
Composer 安装命令:
composer require higimo/mime-2-ext
包简介
Converter mime type to extension
README 文档
README
Converter mime type to extension
<?php $file = file_get_contents('./file.otf'); \Higimo\Mime2Ext::getMime($file); // 'application/vnd.ms-opentype' \Higimo\Mime2Ext::getExt($file); // otf \Higimo\Mime2Ext::getExtByFile($file); // otf \Higimo\Mime2Ext::getExtByMime('application/vnd.ms-opentype'); // otf \Higimo\Mime2Ext::get('application/vnd.ms-opentype'); // otf
Install
composer.bat require higimo/mime-2-ext
License
MIT
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-16