Cool-php-captcha는 보안 문자 생성을 위한 멋진 PHP 라이브러리입니다.
샘플 코드:
session_start();
$captcha = 새로운 SimpleCaptcha();
// 구성 변경...
//$captcha->wordsFile = null; // 사전 단어 비활성화
//$captcha->wordsFile =words/es.txt; // 스페인어 단어 활성화
//$captcha->session_var = secretword; // 세션 변수 변경
$captcha->이미지 생성();