文件名称:mime-type-detection:联赛哑剧类型检测
文件大小:15KB
文件格式:ZIP
更新时间:2024-05-24 22:26:27
PHP
联赛哑剧类型检测 该软件包提供了通用的mime类型检测接口以及基于finfo的实现。 用法 composer require league/mime-type-detection 探测器 具有扩展后备功能的Finfo: $ detector = new League \ MimeTypeDetection \ FinfoMimeTypeDetector (); // Detect by contents, fall back to detection by extension. $ mimeType = $ detector -> detectMimeType ( 'some/path.php' , 'string contents' ); // Detect by contents only, no extension fallback. $ mimeType = $ detecto
【文件预览】:
mime-type-detection-main
----src()
--------EmptyExtensionToMimeTypeMap.php(238B)
--------GeneratedExtensionToMimeTypeMap.php(52KB)
--------ExtensionToMimeTypeMap.php(171B)
--------ExtensionMimeTypeDetector.php(996B)
--------MimeTypeDetector.php(437B)
--------FinfoMimeTypeDetector.php(2KB)
----LICENSE(1KB)
----CHANGELOG.md(268B)
----composer.json(755B)