PHP 클래스 CaptchaModel, huge

상속: extends Model
파일 보기 프로젝트 열기: panique/huge 1 사용 예제들

공개 메소드들

메소드 설명
checkCaptcha ( $captcha ) : boolean Checks if the entered captcha is the same like the one from the rendered image which has been saved in session
generateAndShowCaptcha ( ) Generates the captcha, "returns" a real image, this is why there is header('Content-type: image/jpeg') Note: This is a very special method, as this is echoes out binary data.

메소드 상세

checkCaptcha() 공개 정적인 메소드

Checks if the entered captcha is the same like the one from the rendered image which has been saved in session
public static checkCaptcha ( $captcha ) : boolean
$captcha string The captcha characters
리턴 boolean success of captcha check

generateAndShowCaptcha() 공개 정적인 메소드

Generates the captcha, "returns" a real image, this is why there is header('Content-type: image/jpeg') Note: This is a very special method, as this is echoes out binary data.
public static generateAndShowCaptcha ( )