public function Socket::fclose in reCAPTCHA 8.2
Same name and namespace in other branches
- 6.2 recaptcha-php/src/ReCaptcha/RequestMethod/Socket.php \ReCaptcha\RequestMethod\Socket::fclose()
- 7.2 recaptcha-php/src/ReCaptcha/RequestMethod/Socket.php \ReCaptcha\RequestMethod\Socket::fclose()
fclose
Return value
bool
See also
File
- recaptcha-php/
src/ ReCaptcha/ RequestMethod/ Socket.php, line 100
Class
- Socket
- Convenience wrapper around native socket and file functions to allow for mocking.
Namespace
ReCaptcha\RequestMethodCode
public function fclose() {
return fclose($this->handle);
}