코드 복사 코드는 다음과 같습니다.
//--------- --- -----------
// 파일 설명: 수학 연산 확인 코드
// 파일 작성자: 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 튜토리얼에 관심이 있는 친구들에게 도움이 되길 바랍니다.