摘要:
一个简单实用的php验证码类,分享出来 ,供大家参考。代码如下:image=imagecreate($this->width,$this->hight);$this->color=imagecolorallocate($this->image,$this->red,$this->green,$this->blue);returnimagefill($this->image,0,0,$this->color);}functioncreatepix()//干扰因素{for($this->i=1;$this->ipixnum;$thi 阅读全文
posted @ 2013-12-23 06:56
snowfly123
阅读(256)
评论(0)
推荐(0)
浙公网安备 33010602011771号