Answers for "how to get mime type using content in php"

PHP
-2

php get file mime type

echo mime_content_type("yourfile.gif"); //image/gif
Posted by: Guest on February-12-2021

Code answers related to "how to get mime type using content in php"

Browse Popular Code Answers by Language