category | OSS |
---|---|
package | OSS_Captcha |
copyright | Copyright (c) 2007 - 2012, Open Source Solutions Limited, Dublin, Ireland |
license | New BSD License |
__construct(int $dotNoise, int $lineNoise, int $wordLen, int $timeout) : \OSS_Captcha_Image
int
The dot noise level. Default: 100.
int
The line noise level. Default: 5.
int
The length of the Captcha word. Default: 6.
int
The timeout in seconds. Default: 1800.
_isValid(string $id, string $value) : bool
string
The Captcha ID
string
The captcha value from the 'user' being tested
bool