PHP发生Call to undefined function imagecre

网站教程

PHP发生Call to undefined function imagecre

2020-10-28 10:16:13 1739阅读 96赞
在使用PHP处理一些图像时,有时会出现诸如这样的错误:Call to undefined function imagecreate(),,导致验证码图片没有加载出来这是由于没有安装或是没有开启php的gd库导致的问题。解决办法:首先确保已经安装了ph
    11