[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

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

This is a PHP library that handles calling reCAPTCHA.

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

Defines 1 class

Curl:: (4 methods):
  init()
  setoptArray()
  exec()
  close()


Class: Curl  - X-Ref

Convenience wrapper around the cURL functions to allow mocking.

init($url = null)   X-Ref

param: string $url
return: resource cURL handle

setoptArray($ch, array $options)   X-Ref

param: resource $ch
param: array $options
return: bool

exec($ch)   X-Ref

param: resource $ch
return: mixed

close($ch)   X-Ref

param: resource $ch



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