php验证码图片里的点点与线线,和数据库部分封装
摘要:
验证码图片里的点点与线线imagefill($img,0,0,$background); //字体颜色 $color = imagecolorallocate($img,rand(0,255),rand(0,255),rand(0,255)); $color1 = imag... 阅读全文
posted @ 2014-05-14 22:47 幺蛾子多 阅读(190) 评论(0) 推荐(0)