|
ultimix
|
Public Member Functions | |
| __construct () | |
| prepare_image () | |
| get_font_settings ($Image) | |
| create_captcha (&$Options) | |
| get_sesion_name (&$Options) | |
| validate_captcha ($InputCaptcha, $Options) | |
| output_image (&$Image) | |
| view ($Options) | |
Data Fields | |
| $Security = false | |
| $Chars = false | |
Captcha.
Definition at line 34 of file captcha.php.
| __construct | ( | ) |
Constructor.
Definition at line 70 of file captcha.php.
| create_captcha | ( | & | $Options | ) |
Function creates captcha.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 184 of file captcha.php.
| get_font_settings | ( | $Image | ) |
Function returns text parameters.
| $Image | - Image. |
| Exception | - An exception of this type is thrown. |
Definition at line 143 of file captcha.php.
| get_sesion_name | ( | & | $Options | ) |
Function returns captcha name.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 235 of file captcha.php.
| output_image | ( | & | $Image | ) |
Function draws capcha.
| $Image | - Captcha. |
| Exception | - An exception of this type is thrown. |
Definition at line 320 of file captcha.php.
| prepare_image | ( | ) |
Function prepares image.
| Exception | - An exception of this type is thrown. |
Definition at line 101 of file captcha.php.
| validate_captcha | ( | $InputCaptcha, | |
| $Options | |||
| ) |
Function validates captcha.
| $InputCaptcha | - Input value. |
| $Options | - Execution options. |
| Exception | - An exception of this type is thrown. |
Definition at line 290 of file captcha.php.
| view | ( | $Options | ) |
Function draws captcha.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 370 of file captcha.php.
| $Chars = false |
Chars for captcha.
Definition at line 58 of file captcha.php.
| $Security = false |
Cached objects.
Definition at line 46 of file captcha.php.