imagetype专题

php Call to undefined function exif_imagetype()解决方法

Fatal error: Call to undefined function exif_imagetype() in xxx.php on line 45 上传图片时,出现以上问题,查找后,是使用php的exif_imagetype函数出了一点小问题,抛出错误Call to undefined function exif_imagetype(),在网上查阅了以下资料才解决掉,现在和大家分享一下