Rumah php教程 PHP源码 对象来编写的验证码类

对象来编写的验证码类

Jun 06, 2016 am 09:32 AM

跳至 [1] [全屏预览]
<?php

/* 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
Class Image{
    
    private $img;
    public $width = 85;
    public $height = 25;
    public $code;
    public $code_len = 4;
    public $code_str = "329832983DSDSKDSLKQWEWQ2lkfDSFSDjfdsfdsjwlkfj93290KFDSKJFDSOIDSLK";
    public $bg_color = '#DCDCDC';
    public $font_size = 16;
    public $font = 'font.ttf';
    public $font_color = '#000000';
    
    //创建验证码饿字符创
    public function create_code(){
        $code = '';
        for( $i=0;$i<$this->code_len;$i++ ){
            $code .= $this->code_str[mt_rand(0, strlen($this->code_str)-1)];
    }
        return $this->code = $code;
    }
    
    //输出图像
    public function getImage(){
        $w = $this->width;
        $h = $this->height;
        $bg_color = $this->bg_color;
        $img = imagecreatetruecolor($w, $h);
        $bg_color = imagecolorallocate($img, 
	hexdec(substr($bg_color, 1,2)), hexdec(substr($bg_color, 3,2)), hexdec(substr($bg_color, 5,2)));
	imagefill($img, 0, 0, $bg_color);
        $this->img = $img;
        $this->create_font();
        $this->create_pix();
	$this->show_code();
    }


    //写入验证码
    public function create_font(){
        $this->create_code();
        $color = $this->font_color;
        $font_color = imagecolorallocate($this->img, hexdec(substr($color,1,2)), hexdec(substr($color, 3,2)), hexdec(substr($color,5,2)));
        $x = $this->width/$this->code_len;
        for( $i=0;$i<$this->code_len;$i++ ){
            $txt_color = imagecolorallocate($this->img, mt_rand(0,100), mt_rand(0, 150), mt_rand(0, 200));
            imagettftext($this->img, $this->font_size, mt_rand(-30, 30), $x*$i+mt_rand(3, 6), mt_rand($this->height/1.2, $this->height), $txt_color,  $this->font , $this->code[$i]);  
            //imagestring($this->img, $this->font_size, $x*$i+mt_rand(3, 6),mt_rand(0, $this->height/4) , $this->code[$i], $font_color);
        }
        $this->font_color = $font_color;
    }
    
    //画干扰线
    public function create_pix(){
        $pix_color= $this->font_color;
		for($i=0;$i<100;$i++){
			imagesetpixel($this->img, mt_rand(0, $this->width),mt_rand(0, $this->height), $pix_color);
		}
		for($j=0;$j<4;$j++){
			imagesetthickness($this->img, mt_rand(1, 2));
			imageline($this->img, mt_rand(0, $this->width), mt_rand(0, $this->height),  mt_rand(0, $this->width), mt_rand(0, $this->height), $pix_color);
		}
    }
    
    //得到验证码
    public function getCode(){
        return strtoupper($this->code);
    }


    //输出验证码
    private function show_code(){
		header("Content-type:image/png");
		imagepng($this->img);
		imagedestroy($this->img);
	}
}
Salin selepas log masuk

2. [图片] verify.png    

对象来编写的验证码类
Kenyataan Laman Web ini
Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn

Alat AI Hot

Undresser.AI Undress

Undresser.AI Undress

Apl berkuasa AI untuk mencipta foto bogel yang realistik

AI Clothes Remover

AI Clothes Remover

Alat AI dalam talian untuk mengeluarkan pakaian daripada foto.

Undress AI Tool

Undress AI Tool

Gambar buka pakaian secara percuma

Clothoff.io

Clothoff.io

Penyingkiran pakaian AI

AI Hentai Generator

AI Hentai Generator

Menjana ai hentai secara percuma.

Artikel Panas

Alat panas

Notepad++7.3.1

Notepad++7.3.1

Editor kod yang mudah digunakan dan percuma

SublimeText3 versi Cina

SublimeText3 versi Cina

Versi Cina, sangat mudah digunakan

Hantar Studio 13.0.1

Hantar Studio 13.0.1

Persekitaran pembangunan bersepadu PHP yang berkuasa

Dreamweaver CS6

Dreamweaver CS6

Alat pembangunan web visual

SublimeText3 versi Mac

SublimeText3 versi Mac

Perisian penyuntingan kod peringkat Tuhan (SublimeText3)