[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

This is a PHP library that handles calling reCAPTCHA. BSD 3-Clause License

Copyright: (c) 2019, Google Inc.
File Size: 82 lines (3 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: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1