dev-master
9999999-devA library to get file information.
MIT
The Requires
- php >=5.3.3
The Development Requires
mimetype mime type file info
A library to get file information.
PHP >= 5.3.3, (*1)
This library provides some classes to get file information., (*2)
Can be installed with Composer:, (*3)
$ composer require ws/file-util
use WS\Libraries\FileUtil\MimeType; echo MimeType::guessMimeType('styles.css'); // text/css echo MimeType::guessMimeType('scripts.js'); // application/javascript echo MimeType::guessMimeType('trailer.mp4'); // video/mp4
This library is release under MIT license., (*4)
A library to get file information.
MIT
mimetype mime type file info