noalyss Version-9
|
Go to the source code of this file.
Namespaces | |
namespace | Securimage |
Project: Securimage: A PHP class for creating and managing form CAPTCHA images File: securimage.php | |
Variables | |
$img = new securimage() | |
$img | image_bg_color = new Securimage_Color("#f6f6f6") |
$img | image_height = 80 |
$img | image_signature = 'phpcaptcha.org' |
$img | image_width = 250 |
$img | line_color = new Securimage_Color("#eaeaea") |
$img | multi_text_color |
$img | num_lines = 7 |
$img | perturbation = 0.85 |
$img | signature_color = new Securimage_Color(rand(0, 64), rand(64, 128), rand(128, 255)) |
$img | text_angle_maximum = 5 |
$img | text_angle_minimum = -5 |
$img | text_transparency_percentage = 30 |
$img | use_multi_text = true |
$img | use_transparent_text = true |
$img | use_wordlist = true |
$img = new securimage() |
Definition at line 39 of file securimage_show_example.php.
$img image_bg_color = new Securimage_Color("#f6f6f6") |
Definition at line 45 of file securimage_show_example.php.
Referenced by Securimage\__construct(), and Securimage\allocateColors().
$img image_height = 80 |
Definition at line 43 of file securimage_show_example.php.
$img image_signature = 'phpcaptcha.org' |
Definition at line 59 of file securimage_show_example.php.
Referenced by Securimage\__construct(), Securimage\addSignature(), and Securimage\doImage().
$img image_width = 250 |
Definition at line 42 of file securimage_show_example.php.
$img line_color = new Securimage_Color("#eaeaea") |
Definition at line 58 of file securimage_show_example.php.
$img multi_text_color |
Definition at line 46 of file securimage_show_example.php.
Referenced by Securimage\__construct(), Securimage\allocateColors(), and Securimage\drawWord().
$img num_lines = 7 |
Definition at line 57 of file securimage_show_example.php.
$img perturbation = 0.85 |
Definition at line 44 of file securimage_show_example.php.
$img signature_color = new Securimage_Color(rand(0, 64), rand(64, 128), rand(128, 255)) |
Definition at line 60 of file securimage_show_example.php.
Referenced by Securimage\__construct(), and Securimage\allocateColors().
$img text_angle_maximum = 5 |
Definition at line 54 of file securimage_show_example.php.
Referenced by Securimage\__construct(), and Securimage\drawWord().
$img text_angle_minimum = -5 |
Definition at line 53 of file securimage_show_example.php.
Referenced by Securimage\__construct(), and Securimage\drawWord().
$img text_transparency_percentage = 30 |
Definition at line 56 of file securimage_show_example.php.
$img use_multi_text = true |
Definition at line 52 of file securimage_show_example.php.
$img use_transparent_text = true |
Definition at line 55 of file securimage_show_example.php.
Referenced by Securimage\__construct(), Securimage\allocateColors(), and Securimage\doImage().
$img use_wordlist = true |
Definition at line 61 of file securimage_show_example.php.
Referenced by Securimage\__construct(), and Securimage\createCode().