Get Mime Type of existing File This is more of a personal bookmark to brute force your way through finding out the MIME type of a file existing on your system through PHP.
Get Mime Type of existing File This is more of a personal bookmark to brute force your way through finding out the MIME type of a file existing on your system through PHP.
Obviously Powered by WordPress. © 2003-2013
If using PHP 4.3.0 or greater, there’s also mime_content_type().
mime_content_type()
seems so much simpler heh.Don’t use mime_content_type(). It’s depreciated