getMimeType
The getMimeType function will return the mime-type for a given file. It will use the mime_content_type() PHP function if it is available.
mixed
getMimeType
(string $file, [ $use_func = true])
-
string
$file: File to return Mime Type for
-
$use_func
|