B2EvoCaptcha __construct(
)
|
|
Returns the image url.
API Tags:
| Return: | the full image url |
boolean validate(
$code, [
$image = null]
)
|
|
This validates the Users Captcha test.
First parameter is the submitted code, second (if available) the image name to validate the code for.
Parameters:
API Tags:
| Return: | whether the code was correct or not |