-
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
提交
取消