标签:
php练习生成验证码方法时,使用php的 imagecreatetruecolor() 方法
报错 Fatal error: Uncaught Error: Call to undefined function imagecreatetruecolor...
原因为:php默认没有开启该扩展。
方法:在php.ini中,去掉 extension=php_gd2.dll 前分号,取消注释。
php imagecreatetruecolor()方法报未定义错误解决方法
标签:
原文地址:http://www.cnblogs.com/manzb/p/5160360.html