Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以让 PHP 在下载之前检测内容类型应该是什么?我对此很陌生,但我正在考虑从文件名中提取扩展名,然后使用 case 语句来设置内容类型。
有没有更好的办法?
如果您有兴趣下载而不是打开任何特定的应用程序,您可以使用 application/octet-stream。
检查 Fileinfo 扩展名:php.net/manual/en/function.finfo-file.php