ILIAS
release_4-3 Revision
|
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_width = 280 |
$img | image_height = 100 |
$img | perturbation = 0.9 |
$img | code_length = rand(5,6) |
$img | image_bg_color = new Securimage_Color("#ffffff") |
$img | num_lines = 12 |
$img | noise_level = 5 |
$img | text_color = new Securimage_Color("#000000") |
$img | noise_color = $img->text_color |
$img | line_color = new Securimage_Color("#cccccc") |
$img = new Securimage() |
Definition at line 49 of file securimage_show_example2.php.
$img code_length = rand(5,6) |
Definition at line 55 of file securimage_show_example2.php.
Referenced by Securimage\__construct(), and Securimage\createCode().
$img image_bg_color = new Securimage_Color("#ffffff") |
Definition at line 56 of file securimage_show_example2.php.
$img image_height = 100 |
Definition at line 53 of file securimage_show_example2.php.
$img image_width = 280 |
Definition at line 52 of file securimage_show_example2.php.
$img line_color = new Securimage_Color("#cccccc") |
Definition at line 61 of file securimage_show_example2.php.
$img noise_color = $img->text_color |
Definition at line 60 of file securimage_show_example2.php.
Referenced by Securimage\__construct(), and Securimage\allocateColors().
$img noise_level = 5 |
Definition at line 58 of file securimage_show_example2.php.
Referenced by Securimage\doImage(), and Securimage\drawNoise().
$img num_lines = 12 |
Definition at line 57 of file securimage_show_example2.php.
$img perturbation = 0.9 |
Definition at line 54 of file securimage_show_example2.php.
$img text_color = new Securimage_Color("#000000") |
Definition at line 59 of file securimage_show_example2.php.
Referenced by Securimage\__construct(), Securimage\allocateColors(), PHPlot\SetDefaultStyles(), and PHPlot\SetTextColor().