vnappmob/ext-mime-type
最新稳定版本:1.0.4
Composer 安装命令:
composer require vnappmob/ext-mime-type
包简介
Custom MIME Content Type
README 文档
README
The current PHP mime_content_type returns the MIME content type for a file as determined by using information from the magic.mime file. It might be text/plain for file type like css or javascript
This implementation using a map/dictionary of file extension to parse file type content (Original from svogal)
Usage
require_once __DIR__ . '/vendor/autoload.php'; $file_path = './path/to/file.js'; $mime_type = VNAppMob\ExtMimeType::getMimeContentType($file_path); ...
统计信息
- 总下载量: 196
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-29