12306 인증 코드 php 수학 연산 인증 코드 구현 코드

WBOY
풀어 주다: 2016-07-29 08:40:54
원래의
1227명이 탐색했습니다.

코드 복사 코드는 다음과 같습니다.


//--------- --- -----------
// 파일 설명: 수학 연산 확인 코드
// 파일 작성자: Jesse Lee
//최종 업데이트 날짜: 2008-09-07
//--------------------------------- - --
session_start();
$sessionvar = 'vdcode'; //세션 변수 이름
$width = 150; //이미지 너비
$height = 20; 🎜 >$operator = ' -*'; //연산자
$code = array();
$code[] =
$code[] = $operator{mt_rand (0,2)};
$code[] = mt_rand(1,9);
$code[] = $operator{mt_rand(0,2)}
$code[] = mt_rand (1,9);
$codestr = implode('',$code);
eval("$result = ".implode('',$code).";"); code[] = '=';
$_SESSION[$sessionvar] = $result;
$img = ImageCreate($width,$height)
ImageColorAllocate($img, mt_rand(230,250), mt_rand (230,250), mt_rand(230,250));
$color = ImageColorAllocate($img, 0, 0, 0)
$offset = 0
foreach($code는 $char) {
$offset = 20;
$txtcolor = ImageColorAllocate($img, mt_rand(0,255), mt_rand(0,150), mt_rand(0,255))
ImageChar($img, mt_rand(3,5), $offset , mt_rand(1,5), $char, $txtcolor);
}
for ($i=0; $i<100; $i ) {
$pxcolor = ImageColorAllocate($img, mt_rand (0,255), mt_rand(0,255), mt_rand(0,255))
ImageSetPixel($img, mt_rand(0,$width), mt_rand(0,$height), $pxcolor)
}
header('콘텐츠 유형: 이미지/png')
ImagePng($img)
?>
위 내용은 12306 인증코드 내용을 포함하여 12306 인증코드 PHP 수학연산 인증코드 구현코드를 소개한 내용으로, PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되길 바랍니다.

관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!