private property CurlPost::$curl in reCAPTCHA 6.2
Same name and namespace in other branches
- 8.2 recaptcha-php/src/ReCaptcha/RequestMethod/CurlPost.php \ReCaptcha\RequestMethod\CurlPost::curl
- 7.2 recaptcha-php/src/ReCaptcha/RequestMethod/CurlPost.php \ReCaptcha\RequestMethod\CurlPost::curl
Curl connection to the reCAPTCHA service
Type: Curl
File
- recaptcha-php/
src/ ReCaptcha/ RequestMethod/ CurlPost.php, line 49
Class
- CurlPost
- Sends cURL request to the reCAPTCHA service. Note: this requires the cURL extension to be enabled in PHP
Namespace
ReCaptcha\RequestMethodCode
private $curl;