当我尝试在我的 Windows PC 上使用 PHP 7.4.6 中的 GD 库时,它显示了这个错误:
Fatal error: Uncaught Error: Call to undefined function imagecreate() in C:\Users\user\Desktop\Site\index.php:11 Stack trace: #0 {main} thrown in C:\Users\user\Desktop\Site\index.php on line 11
第 11 行是:
$image = imagecreate(200,20);
完整的 PHP 代码是:
<?php
$image = imagecreate(200,20);
$background = imagecolorallocate($image,0,0,0);
$foreground = imagecolorallocate($image, 255,255,255);
$imagestring($image,5,5,1,"Test",$foreground);
$header("Content-type: image/jpeg");
$imagejpeg($image);
?>
我尝试按照本指南解决此问题,并且我取消了 GD 行的注释,但它仍然给我这个错误。
提前致谢。
料青山看我应如是
明月笑刀无情
蓝山帝景
繁花如伊