noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Namespaces | Variables
securimage_show_example2.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 code_length = rand(5,6)
$img image_bg_color = new Securimage_Color("#ffffff")
$img image_height = 100
$img image_signature = ''
$img image_width = 280
$img line_color = new Securimage_Color("#cccccc")
$img num_lines = 15
$img perturbation = 0.9
$img text_color = new Securimage_Color("#000000")
$img text_transparency_percentage = 75
$img use_transparent_text = true

Variable Documentation

$img = new securimage()

Definition at line 39 of file securimage_show_example2.php.

$img code_length = rand(5,6)

Definition at line 45 of file securimage_show_example2.php.

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

$img image_bg_color = new Securimage_Color("#ffffff")

Definition at line 46 of file securimage_show_example2.php.

$img image_height = 100

Definition at line 43 of file securimage_show_example2.php.

$img image_signature = ''

Definition at line 50 of file securimage_show_example2.php.

$img image_width = 280

Definition at line 42 of file securimage_show_example2.php.

$img line_color = new Securimage_Color("#cccccc")

Definition at line 52 of file securimage_show_example2.php.

$img num_lines = 15

Definition at line 49 of file securimage_show_example2.php.

$img perturbation = 0.9

Definition at line 44 of file securimage_show_example2.php.

$img text_color = new Securimage_Color("#000000")

Definition at line 48 of file securimage_show_example2.php.

$img use_transparent_text = true

Definition at line 47 of file securimage_show_example2.php.

 All Data Structures Namespaces Files Functions Variables Enumerations