ILIAS  release_4-3 Revision
 All Data Structures Namespaces Files Functions Variables Groups Pages
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_width = 250
$img image_height = 80
$img perturbation = 0.85
$img image_bg_color = new Securimage_Color("#f6f6f6")
$img use_transparent_text = true
$img text_transparency_percentage = 30
$img num_lines = 7
$img line_color = new Securimage_Color("#eaeaea")
$img image_signature = 'phpcaptcha.org'
$img signature_color = new Securimage_Color(rand(0, 64), rand(64, 128), rand(128, 255))
$img use_wordlist = true

Variable Documentation

$img = new Securimage()

Definition at line 49 of file securimage_show_example.php.

$img image_bg_color = new Securimage_Color("#f6f6f6")
$img image_signature = 'phpcaptcha.org'

Definition at line 60 of file securimage_show_example.php.

Referenced by Securimage\addSignature(), and Securimage\doImage().

$img line_color = new Securimage_Color("#eaeaea")
$img num_lines = 7

Definition at line 58 of file securimage_show_example.php.

Referenced by Securimage\doImage().

$img perturbation = 0.85
$img signature_color = new Securimage_Color(rand(0, 64), rand(64, 128), rand(128, 255))
$img text_transparency_percentage = 30

Definition at line 57 of file securimage_show_example.php.

Referenced by Securimage\allocateColors().

$img use_transparent_text = true

Definition at line 56 of file securimage_show_example.php.

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

$img use_wordlist = true

Definition at line 62 of file securimage_show_example.php.

Referenced by Securimage\createCode().