bool checkCaptcha(
string
$code, string
$code_ok
)
|
|
Checks if a CAPTCHA string matches the CAPTCHA attached to the comment post Returns true if there is a match.
Parameters:
string |
$code: |
|
string |
$code_ok: |
|
Redefinition of:
- _zp_captcha::checkCaptcha()
gets (or creates) the CAPTCHA encryption key
unknown getOptionsSupported(
)
|
|
Returns array of supported options for the admin-options handler
void handleOption(
$key,
$cv
)
|
|
Parameters: