PHP 클래스 FGSimpleCaptcha

This program is free software published under the terms of the GNU Lesser General Public License. This program is distributed in the hope that it will be useful - WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
상속: extends FG_CaptchaHandler
파일 보기 프로젝트 열기: zakattax/bitscript-temperate

공개 프로퍼티들

프로퍼티 타입 설명
$captcha_varname
$error_str
$uniquekey

공개 메소드들

메소드 설명
FGSimpleCaptcha ( $captcha_var_name )
GetError ( )
GetKey ( )
GetSimpleCaptcha ( ) *Add more simple questions here.
Md5CaptchaAnswer ( $answer )
SetFormKey ( $key )
Validate ( )

메소드 상세

FGSimpleCaptcha() 공개 메소드

public FGSimpleCaptcha ( $captcha_var_name )

GetError() 공개 메소드

public GetError ( )

GetKey() 공개 메소드

public GetKey ( )

GetSimpleCaptcha() 공개 메소드

*Add more simple questions here.
public GetSimpleCaptcha ( )

Md5CaptchaAnswer() 공개 메소드

public Md5CaptchaAnswer ( $answer )

SetFormKey() 공개 메소드

public SetFormKey ( $key )

Validate() 공개 메소드

public Validate ( )

프로퍼티 상세

$captcha_varname 공개적으로 프로퍼티

public $captcha_varname

$error_str 공개적으로 프로퍼티

public $error_str

$uniquekey 공개적으로 프로퍼티

public $uniquekey