status200/php-mime

PHP的MIME类型库

v0.1.0 2014-09-17 13:59 UTC

This package is not auto-updated.

Last update: 2024-09-24 03:08:06 UTC


README

PHP的MIME类型查找

用法

$mime = new \Status200\Mime();
echo $mime -> get("/any/valid/file/path.txt");
// text/plain