[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/ -> Socket.php (summary)

This is a PHP library that handles calling reCAPTCHA.

Copyright: Copyright (c) 2015, Google Inc.
File Size: 105 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Socket:: (5 methods):
  fsockopen()
  fwrite()
  fgets()
  feof()
  fclose()


Class: Socket  - X-Ref

Convenience wrapper around native socket and file functions to allow for
mocking.

fsockopen($hostname, $port = -1, &$errno = 0, &$errstr = '', $timeout = null)   X-Ref
fsockopen

param: string $hostname
param: int $port
param: int $errno
param: string $errstr
param: float $timeout
return: resource

fwrite($string, $length = null)   X-Ref
fwrite

param: string $string
param: int $length
return: int | bool

fgets($length = null)   X-Ref
fgets

param: int $length
return: string

feof()   X-Ref
feof

return: bool

fclose()   X-Ref
fclose

return: bool



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1