PHP错误:call to undefined function imagecreatetruecolor
在使用php进行绘图的过程中,出现“call to undefined function imagecreatetruecolor”错误。
可能的原因是没有安装php5-gd<?php
$testGD = get_extension_funcs("gd"); // Grab function list
if (!$testGD){ echo "GD not even installed."; e
原创
2017-02-17 11:41:23 ·
4013 阅读 ·
0 评论