gpt4 book ai didi

php - 如何检查文件是否为图像?

转载 作者:可可西里 更新时间:2023-10-31 22:48:25 26 4
gpt4 key购买 nike

我可以检查某个文件是否是图像吗?如何在 PHP 中执行此操作?

如果文件不是图片,我想给出一个提示信息。

最佳答案

除了getimagesize() , 你可以使用 exif_imagetype()

exif_imagetype() reads the first bytes of an image and checks its signature.

When a correct signature is found, the appropriate constant value will be returned otherwise the return value is FALSE. The return value is the same value that getimagesize() returns in index 2 but exif_imagetype() is much faster.

对于这两个函数,如果文件未确定为图像,则返回 FALSE。

关于php - 如何检查文件是否为图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10662915/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com