php实现点击可刷新验证码

上传:chenxia67010 浏览: 15 推荐: 0 文件:PDF 大小:41.38KB 上传时间:2020-12-22 07:20:38 版权申诉
本文实例为大家分享了php点击可刷新验证码的具体代码,供大家参考,具体内容如下 验证码类文件 CreateImg.class.php <?php class ValidationCode { private $width,$height,$codenum; public $checkcode; //产生的验证码 private $checkimage; //验证码图片 private $disturbColor = ''; //干扰像素 function __construct($width='80',$height='20',$codenum='4') { $this->wi
上传资源
用户评论