处理因为验证码引用字体倒是无法删除文件的问题 改、
creat_font()
//imagettftext($this->img, $this->font_size, rand(-30,30), $x*$i+rand(0,5), $this->height/1.4, $this->font_color, $this->font, $this->code[$i]);
$stringColor = imagecolorallocate($this->img, mt_rand(0, 200), mt_rand(0, 120), mt_rand(0, 120));
magestring($this->img, 5, $i *15 + 5, mt_rand(1, 5), $this->code[$i], $stringColor);
creat_line() imagesetthickness($this->img, 0.5);
|