| 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
intThe dot noise level. Default: 100.
intThe line noise level. Default: 5.
intThe length of the Captcha word. Default: 6.
intThe timeout in seconds. Default: 1800.
_isValid(string $id, string $value) : bool
stringThe Captcha ID
stringThe captcha value from the 'user' being tested
bool