FUNC :: boolean mime_type ( string filename )
Return the mime type value of extention string filename. Notice: by default return string "application/octet-stream" if extention filename is not found. Example:

echo FUNC::mime_type('image.gif');

See Also: MIME::message() [ Comments ] Last update: Sunday, July 01, 2007