MIME
The MIME class provides facilities for mapping file extensions to
MIME types and vice versa and obtaining human-readable descriptions
from MIME types.
MIME is an abstract base class.
Synopsis
uses('mime');
Description
MIME class are never created; all methods are static.
Example
Public Static Methods
MIME::extForType(): Return the preferred file extension for a specified MIME typeMIME::typeForExt(): Return the MIME type matching a specified file extensionMIME::description(): Return a human-readable description of a MIME typeMIME::register()