noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Namespaces | Variables
securimage_show_example.php File Reference

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

Variable Documentation

$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.

$img image_height = 80

Definition at line 43 of file securimage_show_example.php.

$img image_signature = 'phpcaptcha.org'
$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.

Initial value:
 array(new Securimage_Color("#3399ff"),
                               new Securimage_Color("#3300cc"),
                               new Securimage_Color("#3333cc"),
                               new Securimage_Color("#6666ff"),
                               new Securimage_Color("#99cccc")
                               )

Definition at line 46 of file securimage_show_example.php.

Referenced by Securimage\allocateColors(), Securimage\drawWord(), and Securimage\Securimage().

$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.

Definition at line 54 of file securimage_show_example.php.

Referenced by Securimage\drawWord(), and Securimage\Securimage().

$img text_angle_minimum = -5

Definition at line 53 of file securimage_show_example.php.

Referenced by Securimage\drawWord(), and Securimage\Securimage().

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
$img use_wordlist = true

Definition at line 61 of file securimage_show_example.php.

Referenced by Securimage\createCode(), and Securimage\Securimage().

 All Data Structures Namespaces Files Functions Variables Enumerations