-
Notifications
You must be signed in to change notification settings - Fork 0
class ReCaptcha
www/includes/g-recaptcha-src/ReCaptcha/ReCaptcha.php
Default
No public properties found
VERSION = 'php_1.1.1' :
Version of this client library.
www/includes/g-recaptcha-src/ReCaptcha/ReCaptcha.php
- const: string
Method used to communicate with service. Defaults to POST request.
private
$requestMethod : \ReCaptcha\RequestMethod
Array
Shared secret for the site.
private
$secret : \ReCaptcha\type
Array: string
Create a configured instance to use the reCAPTCHA service.
- Inherited from \ReCaptcha\ReCaptcha
public
__construct(string $secret, \ReCaptcha\RequestMethod $requestMethod = null) : mixed
Calls the reCAPTCHA siteverify API to verify whether the user passes CAPTCHA test.
- Inherited from \ReCaptcha\ReCaptcha
public
verify(string $response, string $remoteIp = null) : \ReCaptcha\Response
\ » Classes » ReCaptcha
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.