string mime_content_type(
string $file)
|
|
Get MIME type
Handcoded alternative for mime_content_type, if PHP doesn't provide the function. The required information will be gathered using the command line:
For further information see http://de3.php.net/manual/en/function.mime-content-type.php
Tags:
Parameters
| string |
$file |
file name to verify |