复制代码 代码如下:
<?php
/*图片验证码文件,加减计算方式*/
class ImageCode{
private $Jiashu = 0; //加数或者减数
private $JianShu = 0; //被加数或者被减数
private $YunSuan = ''; //运算符
private $DeShu = 0; //得数
private $String = ''; //字符串样式
private $Img; //图片对象
private $Width = 100; //图片宽度
private $Height = 50; //图片高度
private $Ttf = 'Num.ttf';//字体文件
private $Session = 'code'; //Session变量
private function JiaShu(){
header('Content-type:image/png');
$this -> Jiashu = rand(1, 10);
$this -> JianShu = rand(1, 10);
$this -> YunSuan= $this -> Jiashu > $this -> JianShu ? '-' : '+';
$this -> DeShu = $this -> Jiashu > $this -> JianShu ? $this -> Jiashu - $this -> JianShu : $this -> Jiashu + $this -> JianShu;
}
public function Show( $W = 100, $H = 50, $T = 'Num.ttf', $Code = 'code' ){
$this -> JiaShu();
$this -> String = $this -> Jiashu . $this -> YunSuan . $this -> JianShu . '= ? ';
$this -> Width = $W;
$this -> Height = $H;
$this -> Ttf = $T;
$this -> Session= $Code;
session_start();
$_SESSION[$this -> Session] = $this -> DeShu;
$this -> Images();
}
private function Images(){
$this -> Img = imagecreate($this -> Width, $this -> Height);
$background_color = imagecolorallocate ($this -> Img, 255, 255, 255);
imagecolortransparent($this -> Img, $background_color);
imagettftext($this -> Img, 14, 0, 1, 20, imagecolorallocate ($this -> Img, 0, 0, 0), $this -> Ttf, $this -> String );
$this -> EchoImages();
}
private function EchoImages(){
imagepng($this -> Img);
imagedestroy($this -> Img);
}
}
$ImageCode = new ImageCode;
$ImageCode -> Show(130, 35, 'Num.ttf', 'code');
php,加减法,验证码代码
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com
更新日志
- 李雨寰《Break Free》[320K/MP3][98.39MB]
- 草蜢.2001-《真经典》环球唱片[WAV+CUE]
- 群星.2009-第4届2008十大发烧唱片精选[FLAC+CUE]
- 丁红《女儿情》[DTS-WAV]
- 陈惠婷.2017-Voyager3【亚神音乐】【FLAC分轨】
- 群星.2001-华纳歌声魅影【华纳】【WAV+CUE】
- 张雨生.2016-雨后星空2CD【丰华】【WAV+CUE】
- 李雨寰《Break Free》[FLAC/分轨][533MB]
- 廖也欧《面朝大海》[320K/MP3][18.35MB]
- 廖也欧《面朝大海》[Hi-Res][24bit 48kHz][FLAC/分轨][170.14MB]
- s13T1夺冠五人名单都有谁 s13T1夺冠五人名单一览
- 英雄联盟T1战队队长都有谁 T1战队所有队长介绍
- skt历届战队成员都有哪些 skt历届战队成员名单盘点
- 妙音唱片《大热唱片3》[WAV+CUE]
- 费玉清《跟着地球旋转》滚石时代经典复刻[正版原抓WAV+CUE]