PHP Class 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.
Inheritance: extends FG_CaptchaHandler
ファイルを表示 Open project: zakattax/bitscript-temperate

Public Properties

Property Type Description
$captcha_varname
$error_str
$uniquekey

Public Methods

Method Description
FGSimpleCaptcha ( $captcha_var_name )
GetError ( )
GetKey ( )
GetSimpleCaptcha ( ) *Add more simple questions here.
Md5CaptchaAnswer ( $answer )
SetFormKey ( $key )
Validate ( )

Method Details

FGSimpleCaptcha() public method

public FGSimpleCaptcha ( $captcha_var_name )

GetError() public method

public GetError ( )

GetKey() public method

public GetKey ( )

GetSimpleCaptcha() public method

*Add more simple questions here.
public GetSimpleCaptcha ( )

Md5CaptchaAnswer() public method

public Md5CaptchaAnswer ( $answer )

SetFormKey() public method

public SetFormKey ( $key )

Validate() public method

public Validate ( )

Property Details

$captcha_varname public_oe property

public $captcha_varname

$error_str public_oe property

public $error_str

$uniquekey public_oe property

public $uniquekey