[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 332 lines (9 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
recaptcha:: (18 methods):
__construct()
init()
is_available()
has_config()
get_name()
get_generator_class()
acp_page()
execute_demo()
execute()
get_template()
get_demo_template()
get_hidden_fields()
uninstall()
install()
validate()
_recaptcha_http_post()
recaptcha_check_answer()
_recaptcha_qsencode()
__construct() X-Ref |
Constructor |
init($type) X-Ref |
No description |
is_available() X-Ref |
No description |
has_config() X-Ref |
API function |
get_name() X-Ref |
No description |
get_generator_class() X-Ref |
This function is implemented because required by the upper class, but is never used for reCaptcha. |
acp_page($id, &$module) X-Ref |
No description |
execute_demo() X-Ref |
No description |
execute() X-Ref |
No description |
get_template() X-Ref |
No description |
get_demo_template($id) X-Ref |
No description |
get_hidden_fields() X-Ref |
No description |
uninstall() X-Ref |
No description |
install() X-Ref |
No description |
validate() X-Ref |
No description |
_recaptcha_http_post($host, $path, $data, $port = 80) X-Ref |
Submits an HTTP POST to a reCAPTCHA server param: string $host param: string $path param: array $data param: int port return: array response |
recaptcha_check_answer($extra_params = array() X-Ref |
Calls an HTTP POST function to verify if the user's guess was correct param: array $extra_params an array of extra variables to post to the server return: ReCaptchaResponse |
_recaptcha_qsencode($data) X-Ref |
Encodes the given data into a query string format param: $data - array of string elements to be encoded return: string - encoded request |
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |