noalyss Version-9
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

$img = new securimage()

Definition at line 39 of file securimage_show_example2.php.

◆ code_length

$img code_length = rand(5,6)

Definition at line 45 of file securimage_show_example2.php.

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

◆ image_bg_color

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

Definition at line 46 of file securimage_show_example2.php.

◆ image_height

$img image_height = 100

Definition at line 43 of file securimage_show_example2.php.

◆ image_signature

$img image_signature = ''

Definition at line 50 of file securimage_show_example2.php.

◆ image_width

$img image_width = 280

Definition at line 42 of file securimage_show_example2.php.

◆ line_color

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

Definition at line 52 of file securimage_show_example2.php.

◆ num_lines

$img num_lines = 15

Definition at line 49 of file securimage_show_example2.php.

◆ perturbation

$img perturbation = 0.9

Definition at line 44 of file securimage_show_example2.php.

◆ text_color

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

◆ text_transparency_percentage

$img text_transparency_percentage = 75

Definition at line 48 of file securimage_show_example2.php.

◆ use_transparent_text

$img use_transparent_text = true

Definition at line 47 of file securimage_show_example2.php.