string getHTML(
[string
$ajaxUrl = false]
)
|
|
Returns the Captcha HTML Code
Parameters:
|
string |
$ajaxUrl: |
The URL that should be called to renew the captcha Image (only for GD Based captchas) |
API Tags:
| Return: | captcha html code |
| Access: | public |
Information Tags:
| Author: | Jan Ecker |
| Since: | 2.0 |
Generates a new GD Based Captcha
API Tags:
| Return: | The unique id of the new GD based captcha |
| Access: | public |
Information Tags:
| Author: | Jan Ecker |
| Since: | 2.0 |
Checks weather the entered string was correct
API Tags:
| Return: | True if the entered string was correct, otherwise false |
| Access: | public |
Information Tags:
| Author: | Jan Ecker |
| Since: | 2.0 |