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.
我目前正在审核我的脚本的代码,我发现 mime_content_type 现在已被弃用,我将它用于文件上传工具,我必须跟上最新的标准,所以我想知道Fileinfo 是,以及如何获取给定文件的 mimetype?
在上传过程中需要此 Mimetype,然后将与其他文件详细信息(例如大小、扩展名)一起存储到数据库中,如果 mimetype 和扩展名与应有的不同,它将被拒绝。
谢谢