PHP Interface ManaPHP\Security\CaptchaInterface

Afficher le fichier Open project: manaphp/manaphp

Méthodes publiques

Méthode Description
generate ( integer $width = 100, integer $height = 30, integer $ttl = 300 ) : ManaPHP\Http\ResponseInterface
tryVerify ( string $code ) : void
verify ( string $code ) : void

Method Details

generate() public méthode

public generate ( integer $width = 100, integer $height = 30, integer $ttl = 300 ) : ManaPHP\Http\ResponseInterface
$width integer
$height integer
$ttl integer
Résultat ManaPHP\Http\ResponseInterface

tryVerify() public méthode

public tryVerify ( string $code ) : void
$code string
Résultat void

verify() public méthode

public verify ( string $code ) : void
$code string
Résultat void