php验证码,生成随机字符和背景线条

时间:2013-03-27 13:00:02
【文件属性】:

文件名称:php验证码,生成随机字符和背景线条

文件大小:1KB

文件格式:PHP

更新时间:2013-03-27 13:00:02

验证码 php

完全php代码生成的验证码 $img=imagecreatetruecolor($size_x,$size_y); $background=imagecolorallocate($img,255,255,255); $border=imagecolorallocate($img,128,128,128); $colors[]=imagecolorallocate($img,128,64,192); $colors[]=imagecolorallocate($img,192,64,128); $colors[]=imagecolorallocate($img,108,192,64); ................


网友评论