Classe per la generazione di immagini captcha.
More...
Classe per la generazione di immagini captcha.
imagettftext() richiede le GD library e le FreeType library.
- Copyright
- 2013-2014 Otto srl (http://www.opensource.org/licenses/mit-license.php) The MIT License
- Author
- marco guidotti guido.nosp@m.ttim.nosp@m.@gmai.nosp@m.l.co.nosp@m.m
-
abidibo abidi.nosp@m.bo@g.nosp@m.mail..nosp@m.com
__construct |
( |
|
$name, |
|
|
|
$opts = null |
|
) |
| |
Costruttore.
- Parameters
-
string | $name | nome del campo captcha |
array | $opts | array associativo di opzioni
- allow_numbers (boolean): permettere o meno caratteri di tipo numero, default FALSE
|
- Returns
- istanza di Gino.Captcha
Controlla che il codice inserito dall'utente sia corretto.
- Returns
- risultato controllo, bool
Verifica se l'immagine captcha può essere generata.
- Returns
- risultato verifica, bool
Genera due stringhe alfanumeriche random.
- Returns
- array(stringa, stringa)
Converte un colore da formato hex a formato array rgb.
- Parameters
-
- Returns
- array associativo contenente i valori rgb (red, blue, green)
Renderizza l'immagine e l'input per l'inserimento del codice.
- See also
- self::checkRequirements()
- Parameters
-
mixed | $opts | array associativo di opzioni
- bkg_color (string): hex code del colore del background, default #00ff00
- color (string): hex code del colore dei caratteri, default #000000
|
- Returns
- immagine captcha e form input
whether to allow number in captcha or not
absolute path of the font ttf file
letters allowed for the captcha
name of the captcha field
numbers allowed for the captcha
The documentation for this class was generated from the following file: