Mime türü almak için PHP herhangi bir iyi bir yolu var mı?
Ben yoğun geçen birkaç saat arama edilmiş ve her şekilde sorunlarınız üç ana yolu var gibi görünüyor:
mime_content_type() This is deprecated, alot of the times not installed, and if installed will sometimes not find the mime.magic file.
file_info Wasn't installed on the hosts I tried, doesn't seem to have very good support. Is an extension (PECL).
shell_exec(file -ib . $file) Doesn't work on windows servers. I tried it on a linux server and it gave me "image/x-3ds2" for a php file. What the hell is that!!!
Bir dosyanın mime türü almak için bir iyi, neredeyse kurşun geçirmez yolu nedir?