-
Notifications
You must be signed in to change notification settings - Fork 0
class RequestParameters
Oliver edited this page Apr 25, 2020
·
1 revision
www/includes/g-recaptcha-src/ReCaptcha/RequestParameters.php
Default
No public properties found
No constants found
__construct() | toArray() | toQueryString() |
Remote user's IP address.
private $remoteIp : string
Array
Form response.
private $response : string
Array
Site secret.
private $secret : string
Array
Client version.
private $version : string
Array
Initialise parameters.
- Inherited from \ReCaptcha\RequestParameters
public __construct(string $secret, string $response, string $remoteIp = null, string $version = null) : mixed
Array representation.
- Inherited from \ReCaptcha\RequestParameters
public toArray() : array
Query string representation for HTTP request.
- Inherited from \ReCaptcha\RequestParameters
public toQueryString() : string
\ » Classes » RequestParameters
Documentation generated on April 26th, 2020 at 15:54.
Powered by phpDocumentor with template GitHub-wiki.