-
bais底圖查看全部
-
GD2,隨機(jī)函數(shù),ASCII碼理論,UTF-8理論,SESSION,Ajax技術(shù)查看全部
-
核心技術(shù)查看全部
-
<?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;查看全部
-
動(dòng)態(tài)校驗(yàn)查看全部
-
javascript:void{0};查看全部
-
imagesetpixel 畫(huà)一個(gè)單一像素 imageline 畫(huà)一條線(xiàn)查看全部
-
增加干擾元素 bool imagesetpixel(resource $image,int $x,int $y,int $color) bool imagesline(resource $image,int $x1,int $y1,int $x2,int $color) [ 查看全文 ]查看全部
-
imagesetpixel;查看全部
-
干擾元素。點(diǎn)或線(xiàn)。查看全部
-
0—120深色區(qū)間。查看全部
-
x,y查看全部
-
bool imagestring(resource $image,int $font,int $x,int $y,string $s,int $col)查看全部
-
在底圖上顯示隨機(jī)數(shù)字 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);查看全部
舉報(bào)
0/150
提交
取消