PHP は中国語をサポートする歪んだ画像検証コード関数を生成します
function make_rand($length="32"){//検証コード テキスト生成関数
$str="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890";
$result= " ";
for($i=0;$i$num[$i]=rand(0,61);
$result.=$str[$num[$i] ] ;
}
$result;
$checkcode = make_rand(5);
$im_y=32;
$string = '' ;
for($i=0;$i$string .= chr(rand(0xB0,0xF7)).chr(rand(0xA1,0xFE));
}
function getAuthImage($text, $im_x = 230, $im_y = 32) {
$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);
$tmpC2=mt_rand($im,$t mp); C0,$tmpC1 ,$tmpC2);
imagefill($im, 16, 13, $buttum_c);
$font = 'c:WINDOWSFontssimsun.ttc';
$text=iconv("gb2312","UTF-8",$text);
//echo mb_strlen($text,"UTF-8");
for ($i=0;$i
$tmp =mb_substr($text,$i,1,"UTF-8");
$array = array(-1,0,1); );
$an = $array[$p]*mt_rand(1,9);//角度
$size = 20; ,25,$text_c,$font,$tmp);
$distortion_im = imagecreatetruecolor ($im_x, $im_y);
imagefill($distortion_im, 16, 13, $buttum_c); ; $ifor ( $j=0; $j$rgb = imagecolorat($im, $i , $j); )($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.5)*3) , $j , $ rgb);
}
}
}
//干渉ピクセルを追加します;
$count = 600;//干渉ピクセルの数
http://www.bkjia.com/PHPjc/444995.html
www.bkjia.com
true
PHP は、中国語をサポートするねじれた角度のある画像検証コード関数を生成します?php function make_rand($length=32){//検証コード テキスト生成 function$str=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUV...