-
bais底图查看全部
-
GD2,随机函数,ASCII码理论,UTF-8理论,SESSION,Ajax技术查看全部
-
核心技术查看全部
-
<?php session_start(); $table = array( 'pic0'=>'猫', 'pic1'=>'狗', 'pic2'=>'蛇', 'pic3'=>'马' ); $index = rand(0,3); $value = $table['pic'.$index]; $_SESSION['authcode'] = $value; $filename = dirname(__FILE__).'\\pic'.$index.'.jpg'; $contents = file_get_contents($filename); header('content-type:imege/jpg'); echo $contents;查看全部
-
动态校验查看全部
-
javascript:void{0};查看全部
-
imagesetpixel 画一个单一像素 imageline 画一条线查看全部
-
增加干扰元素 bool imagesetpixel(resource $image,int $x,int $y,int $color) bool imagesline(resource $image,int $x1,int $y1,int $x2,int $color) [ 查看全文 ]查看全部
-
imagesetpixel;查看全部
-
干扰元素。点或线。查看全部
-
0—120深色区间。查看全部
-
x,y查看全部
-
bool imagestring(resource $image,int $font,int $x,int $y,string $s,int $col)查看全部
-
在底图上显示随机数字 int imagecolorallocate(resource $image,int $red,int $green,int $blue) bool imagestring(resource $image,int $font,int $x,int $y,string $s,int $col)查看全部
-
$image = imagecreatetruecolor(100, 30); $image_bgcolor = imagecolorallocate($image, 255, 255, 255); imagefill($image, 0, 0, $image_bgcolor);查看全部
举报
0/150
提交
取消