| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
This is a PHP library that handles calling reCAPTCHA. BSD 3-Clause License
| Copyright: | (c) 2019, Google Inc. |
| File Size: | 218 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Response:: (10 methods):
fromJson()
__construct()
isSuccess()
getErrorCodes()
getHostname()
getChallengeTs()
getApkPackageName()
getScore()
getAction()
toArray()
| fromJson($json) X-Ref |
| Build the response from the expected JSON returned by the service. param: string $json return: \ReCaptcha\Response |
| __construct($success, array $errorCodes = array() X-Ref |
| Constructor. param: boolean $success param: string $hostname param: string $challengeTs param: string $apkPackageName param: float $score param: string $action param: array $errorCodes |
| isSuccess() X-Ref |
| Is success? return: boolean |
| getErrorCodes() X-Ref |
| Get error codes. return: array |
| getHostname() X-Ref |
| Get hostname. return: string |
| getChallengeTs() X-Ref |
| Get challenge timestamp return: string |
| getApkPackageName() X-Ref |
| Get APK package name return: string |
| getScore() X-Ref |
| Get score return: float |
| getAction() X-Ref |
| Get action return: string |
| toArray() X-Ref |
| No description |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |