Class CurlPost
Sends cURL request to the reCAPTCHA service. Note: this requires the cURL extension to be enabled in PHP
- ReCaptcha\RequestMethod\CurlPost implements ReCaptcha\RequestMethod
Namespace: ReCaptcha\RequestMethod
See: https://php.net/manual/en/book.curl.php
Located at Sources/ReCaptcha/RequestMethod/CurlPost.php
See: https://php.net/manual/en/book.curl.php
Located at Sources/ReCaptcha/RequestMethod/CurlPost.php
public
|
|
public
string
|
#
submit(
Submit the cURL request with the specified parameters. |
string |
SITE_VERIFY_URL
URL to which requests are sent via cURL. |
#
'https://www.google.com/recaptcha/api/siteverify'
|