PHP生成图像验证码的方法小结(2种方法)


Posted in PHP onJuly 18, 2016

本文实例讲述了PHP生成图像验证码的方法。分享给大家供大家参考,具体如下:

1、生成加法运算验证码图片

session_start ();
/*定义头文件为图片*/
header("Content-type: image/png");
/*生成验证码*/
/*创建图片设置字体颜色*/
$im = imagecreate($w, $h);
$red = imagecolorallocate($im, 255, 255, 255);
$white = imagecolorallocate($im, 255, 255, 255);
/*随机生成两个数字*/
$num1 = rand(1, 20);
$num2 = rand(1, 20);
$_SESSION ["administratorConfirmCode"] = $num1+$num2;
/*设置图片背景颜色*/
$gray = imagecolorallocate($im, 118, 151, 199);
$black = imagecolorallocate($im, mt_rand(0, 100), mt_rand(0, 100), mt_rand(0, 100));
/*创建图片背景*/
imagefilledrectangle($im, 0, 0, 100, 24, $black);
/*在画布上随机生成大量点*/
for ($i = 0; $i < 80; $i++) {
  imagesetpixel($im, rand(0, $w), rand(0, $h), $gray);
}
/*将计算验证码写入到图片中*/
imagestring($im, 5, 5, 4, $num1, $red);
imagestring($im, 5, 30, 3, "+", $red);
imagestring($im, 5, 45, 4, $num2, $red);
imagestring($im, 5, 70, 3, "=", $red);
imagestring($im, 5, 80, 2, "?", $white);
/*输出图片*/
imagepng($im);
imagedestroy($im);

2、生成字符验证码图片【值得注意的是在字体哪里,需要引入实际的字体路径,否则,可能出现图像显示不了验证码】

session_start ();
/*设置文件头为图片输出*/
Header("Content-type: image/JPEG");
/*调用生成验证码函数*/
$str="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz01234565789";
$result="";
for($i=0;$i<$length;$i++){
  $num[$i]=rand(0,61);
  $result.=$str[$num[$i]];
}
$text = $result;
$_SESSION ["administratorConfirmCode"] = $text;
/*设置图片的宽度和高度*/
$im_x = $w;
$im_y = $y;
/*创建图片*/
$im = imagecreatetruecolor($im_x,$im_y);
$text_c = ImageColorAllocate($im, mt_rand(0,100),mt_rand(0,100),mt_rand(0,100));
$tmpC0=mt_rand(100,255);
$tmpC1=mt_rand(100,255);
$tmpC2=mt_rand(100,255);
$buttum_c = ImageColorAllocate($im,$tmpC0,$tmpC1,$tmpC2);
imagefill($im, 16, 13, $buttum_c);
/*字体文件*/
$font = _WEB_DIR_.'/font/comic.ttf';
for ($i=0;$i<strlen($text);$i++){
  $tmp =substr($text,$i,1);
  $array = array(-1,1);
  $p = array_rand($array);
  $an = $array[$p]*mt_rand(1,10);//角度
  $size = 28;
  imagettftext($im, $size, $an, 15+$i*$size, 35, $text_c, $font, $tmp);
}
/*将字符写入文件中*/
$distortion_im = imagecreatetruecolor ($im_x, $im_y);
imagefill($distortion_im, 16, 13, $buttum_c);
for ( $i=0; $i<$im_x; $i++) {
  for ( $j=0; $j<$im_y; $j++) {
    $rgb = imagecolorat($im, $i , $j);
    if( (int)($i+20+sin($j/$im_y*2*M_PI)*10) <= imagesx($distortion_im)&& (int)($i+20+sin($j/$im_y*2*M_PI)*10) >=0 ) {
      imagesetpixel ($distortion_im, (int)($i+10+sin($j/$im_y*2*M_PI-M_PI*0.1)*4) , $j , $rgb);
    }
  }
}
/*干扰元素点的数量*/
$count = 160;
/*创建干扰元素点*/
for($i=0; $i<$count; $i++){
  $randcolor = ImageColorallocate($distortion_im,mt_rand(0,255),mt_rand(0,255),mt_rand(0,255));
  imagesetpixel($distortion_im, mt_rand()%$im_x , mt_rand()%$im_y , $randcolor);
}
/*创建干扰线条*/
$rand = mt_rand(5,30);
$rand1 = mt_rand(15,25);
$rand2 = mt_rand(5,10);
for ($yy=$rand; $yy<=+$rand+2; $yy++){
  for ($px=-80;$px<=80;$px=$px+0.1){
    $x=$px/$rand1;
    if ($x!=0){
      $y=sin($x);
    }
    $py=$y*$rand2;
    imagesetpixel($distortion_im, $px+80, $py+$yy, $text_c);
  }
}
/*以PNG格式将图像输出到浏览器*/
ImagePNG($distortion_im);
/*销毁图像*/
ImageDestroy($distortion_im);
ImageDestroy($im);

希望本文所述对大家PHP程序设计有所帮助。

PHP 相关文章推荐
我的论坛源代码(四)
Oct 09 PHP
PHP+Ajax异步通讯实现用户名邮箱验证是否已注册( 2种方法实现)
Dec 28 PHP
深入理解用mysql_fetch_row()以数组的形式返回查询结果
Jun 05 PHP
ThinkPHP登录功能的实现方法
Aug 20 PHP
配置php.ini实现PHP文件上传功能
Nov 27 PHP
6个超实用的PHP代码片段
Aug 10 PHP
深入理解PHP 数组之count 函数
Jun 13 PHP
[原创]php简单隔行变色功能实现代码
Jul 09 PHP
apache php mysql开发环境安装教程
Jul 28 PHP
Laravel使用memcached缓存对文章增删改查进行优化的方法
Oct 08 PHP
完美解决php 导出excle的.csv格式的数据时乱码问题
Feb 18 PHP
thinkPHP5.0框架安装教程
Mar 25 PHP
Yii2中DropDownList简单用法示例
Jul 18 #PHP
Yii2使用dropdownlist实现地区三级联动功能的方法
Jul 18 #PHP
Yii2框架dropDownList下拉菜单用法实例分析
Jul 18 #PHP
用HTML/JS/PHP方式实现页面延时跳转的简单实例
Jul 18 #PHP
浅谈PHP正则中的捕获组与非捕获组
Jul 18 #PHP
Yii2.0表关联查询实例分析
Jul 18 #PHP
php 实现301重定向跳转实例代码
Jul 18 #PHP
You might like
php 获取客户端的真实ip
2009/11/30 PHP
Laravel框架实现利用中间件进行操作日志记录功能
2018/06/06 PHP
ASP SQL防注入的方法
2008/12/25 Javascript
页面调用单个swf文件,嵌套出多个方法。
2011/11/21 Javascript
运行Node.js的IIS扩展iisnode安装配置笔记
2015/03/02 Javascript
JavaScript获取表单内所有元素值的方法
2015/04/02 Javascript
jQuery监控文本框事件并作相应处理的方法
2015/04/16 Javascript
JavaScript中数据结构与算法(四):串(BF)
2015/06/19 Javascript
easyui tree带checkbox实现单选的简单实例
2016/11/07 Javascript
jQuery对table表格进行增删改查
2020/12/22 Javascript
详解Vue2.x-directive的学习笔记
2017/07/17 Javascript
Vue脚手架的简单使用实例
2018/07/10 Javascript
[01:15:45]DOTA2上海特级锦标赛B组小组赛#1 Alliance VS Spirit第一局
2016/02/26 DOTA
python实现挑选出来100以内的质数
2015/03/24 Python
发布你的Python模块详解
2016/09/15 Python
解决python3中解压zip文件是文件名乱码的问题
2018/03/22 Python
python DataFrame 修改列的顺序实例
2018/04/10 Python
python开发游戏的前期准备
2019/05/05 Python
python制作朋友圈九宫格图片
2019/11/03 Python
纯CSS3实现带动画效果导航菜单无需js
2013/09/27 HTML / CSS
一款基于css3和jquery实现的动画显示弹出层按钮教程
2015/01/04 HTML / CSS
澳大利亚领先的女性运动服品牌:Lorna Jane
2020/06/19 全球购物
纺织工程专业个人求职信范文
2014/01/27 职场文书
司仪主持词两篇
2014/03/22 职场文书
验房委托书
2014/08/30 职场文书
高中运动会广播稿
2014/09/16 职场文书
2014坚持党风廉政建设思想汇报
2014/09/18 职场文书
2015公务员试用期工作总结
2014/12/12 职场文书
四年级学生期末评语
2014/12/26 职场文书
幼儿园大班教师随笔
2015/08/14 职场文书
宣传部部长竞选稿
2015/11/21 职场文书
js Proxy的原理详解
2021/05/25 Javascript
html输入两个数实现加减乘除功能
2021/07/01 HTML / CSS
Python turtle编写简单的球类小游戏
2022/03/31 Python
我收到了德劲DE1107
2022/04/05 无线电
详解apache编译安装httpd-2.4.54及三种风格的init程序特点和区别
2022/07/15 Servers