[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ i ] [ n ] [ r ] [ s ] [ t ] [ w ] [ _ ]

b

Base.php
procedural page Base.php
top

c

createCAPTCHA
in file Figlet.php, method Text_CAPTCHA_Driver_Figlet::createCAPTCHA()
    Create CAPTCHA image.
createCAPTCHA
in file Image.php, method Text_CAPTCHA_Driver_Image::createCAPTCHA()
    Create CAPTCHA image.
createCAPTCHA
in file Word.php, method Text_CAPTCHA_Driver_Word::createCAPTCHA()
    Place holder for the real _createCAPTCHA() method used by extended classes to generate CAPTCHA from phrase
createCAPTCHA
in file Equation.php, method Text_CAPTCHA_Driver_Equation::createCAPTCHA()
    Create random CAPTCHA equation.
createCAPTCHA
in file Numeral.php, method Text_CAPTCHA_Driver_Numeral::createCAPTCHA()
    Create the CAPTCHA (the numeral expression).
createCAPTCHA
in file Driver.php, method Text_CAPTCHA_Driver::createCAPTCHA()
    Generate the CAPTCHA.
createPhrase
in file Word.php, method Text_CAPTCHA_Driver_Word::createPhrase()
    Create random CAPTCHA phrase, "Word edition" (numbers only).
createPhrase
in file Numeral.php, method Text_CAPTCHA_Driver_Numeral::createPhrase()
    Create random CAPTCHA phrase. This method is a placeholder, since the equation is created in createCAPTCHA()
createPhrase
in file Figlet.php, method Text_CAPTCHA_Driver_Figlet::createPhrase()
    Create the passphrase.
createPhrase
in file Equation.php, method Text_CAPTCHA_Driver_Equation::createPhrase()
    Creates the captcha. This method is a placeholder, since the equation is created in createCAPTCHA()
createPhrase
in file Image.php, method Text_CAPTCHA_Driver_Image::createPhrase()
    Create random CAPTCHA phrase, Image edition (with size check).
createPhrase
in file Driver.php, method Text_CAPTCHA_Driver::createPhrase()
    Generate the phrase for the CAPTCHA.
CAPTCHA.php
procedural page CAPTCHA.php
top

d

Driver.php
procedural page Driver.php
top

e

Equation.php
procedural page Equation.php
Exception.php
procedural page Exception.php
top

f

factory
in file CAPTCHA.php, method Text_CAPTCHA::factory()
    Create a new Text_CAPTCHA object.
Figlet.php
procedural page Figlet.php
top

g

generate
in file CAPTCHA.php, method Text_CAPTCHA::generate()
    Create random CAPTCHA phrase
getCAPTCHA
in file CAPTCHA.php, method Text_CAPTCHA::getCAPTCHA()
    Place holder for the real getCAPTCHA() method used by extended classes to return the generated CAPTCHA (as an image resource, as an ASCII text, ...).
getCAPTCHA
in file Base.php, method Text_CAPTCHA_Driver_Base::getCAPTCHA()
    Place holder for the real getCAPTCHA() method used by extended classes to return the generated CAPTCHA (as an image resource, as an ASCII text, ...)
getPhrase
in file CAPTCHA.php, method Text_CAPTCHA::getPhrase()
    Return secret CAPTCHA phrase.
getPhrase
in file Base.php, method Text_CAPTCHA_Driver_Base::getPhrase()
    Return secret CAPTCHA phrase This method returns the CAPTCHA phrase
top

i

init
in file CAPTCHA.php, method Text_CAPTCHA::init()
    Reinitialize the entire Text_CAPTCHA object.
initDriver
in file Numeral.php, method Text_CAPTCHA_Driver_Numeral::initDriver()
    Initialize numeric CAPTCHA.
initDriver
in file Word.php, method Text_CAPTCHA_Driver_Word::initDriver()
    Initializes the new Text_CAPTCHA_Driver_Word object.
initDriver
in file Image.php, method Text_CAPTCHA_Driver_Image::initDriver()
    Init function
initDriver
in file Figlet.php, method Text_CAPTCHA_Driver_Figlet::initDriver()
    init function
initDriver
in file Driver.php, method Text_CAPTCHA_Driver::initDriver()
    Initialize the driver with the given options.
initDriver
in file Equation.php, method Text_CAPTCHA_Driver_Equation::initDriver()
    Initialize the driver.
Image.php
procedural page Image.php
top

n

Numeral.php
procedural page Numeral.php
top

r

resetDriver
in file Base.php, method Text_CAPTCHA_Driver_Base::resetDriver()
    Reset the phrase and the CAPTCHA.
resetDriver
in file Driver.php, method Text_CAPTCHA_Driver::resetDriver()
    Clear the internal state of the driver.
top

s

setCaptcha
in file Base.php, method Text_CAPTCHA_Driver_Base::setCaptcha()
    Sets the generated captcha.
setPhrase
in file Base.php, method Text_CAPTCHA_Driver_Base::setPhrase()
    Sets secret CAPTCHA phrase.
SimpleExample.php
procedural page SimpleExample.php
top

t

Text_CAPTCHA
in file CAPTCHA.php, class Text_CAPTCHA
    Text_CAPTCHA - creates a CAPTCHA for Turing tests.
Text_CAPTCHA_Driver
in file Driver.php, class Text_CAPTCHA_Driver
    Interface for Text_CAPTCHA drivers
Text_CAPTCHA_Driver_Base
in file Base.php, class Text_CAPTCHA_Driver_Base
    Base class file for all Text_CAPTCHA drivers.
Text_CAPTCHA_Driver_Equation
in file Equation.php, class Text_CAPTCHA_Driver_Equation
    Equation driver for Text_CAPTCHA.
Text_CAPTCHA_Driver_Figlet
in file Figlet.php, class Text_CAPTCHA_Driver_Figlet
    Text_CAPTCHA_Driver_Figlet - Text_CAPTCHA driver Figlet based CAPTCHAs
Text_CAPTCHA_Driver_Image
in file Image.php, class Text_CAPTCHA_Driver_Image
    Text_CAPTCHA_Driver_Image - Text_CAPTCHA driver graphical CAPTCHAs
Text_CAPTCHA_Driver_Numeral
in file Numeral.php, class Text_CAPTCHA_Driver_Numeral
    Class used for numeral captchas
Text_CAPTCHA_Driver_Word
in file Word.php, class Text_CAPTCHA_Driver_Word
    Require Numbers_Words class for generating the text.
Text_CAPTCHA_Exception
in file Exception.php, class Text_CAPTCHA_Exception
    Exception for Text_CAPTCHA
top

w

Word.php
procedural page Word.php
top

_

__construct
in file CAPTCHA.php, method Text_CAPTCHA::__construct()
    Constructor for the TEXT_CAPTCHA object with the given driver.
top

Documentation generated on Mon, 11 Mar 2019 15:56:37 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.