php-PHP做了一个验证码,之前一直好好的,但突然就用不了了,加载不出来了!
程序员文章站
2022-06-16 19:08:43
...
验证码php函数
function verifyImg($width=80,$height=30){//定义画布$img=imagecreatetruecolor($width, $height);//定义颜色$white=imagecolorallocate($img, 255, 255, 255);$black=imagecolorallocate($img, 0, 0, 0);//画出画布imagefilledrectangle($img, 1, 1, $width-2, $height-2, $white);//写字$size=mt_rand(18,22);$angle=mt_rand(-3,3);$x=mt_rand(2,10);$y=mt_rand(20,28);$fontfiles='../font/simhei.ttf';$_SESSION['verify']=$str=randomStr();imagettftext($img, $size, $angle, $x, $y, $black,$fontfiles ,$str);//增加干扰点for($i=0;$i
请大神帮小弟看看是哪里出了问题了!
搞得我毫无头绪!
之前一直用得好好的,突然间就用不了了!
GD库是开了的啊!
上一篇: php在多维数组中根据键名快速查询其父键以及父键值的代码
下一篇: 社区(php&&mysql)四