Overview

Namespaces

  • MatthiasMullie
    • Minify
      • Exceptions
    • PathConverter
  • None
  • ReCaptcha
    • RequestMethod
  • TOTP

Classes

  • Curl
  • CurlPost
  • Post
  • Socket
  • SocketPost
  • Overview
  • Namespace
  • Class

Class Post

Sends POST requests to the reCAPTCHA service.

ReCaptcha\RequestMethod\Post implements ReCaptcha\RequestMethod
Namespace: ReCaptcha\RequestMethod
Located at Sources/ReCaptcha/RequestMethod/Post.php
Methods summary
public string
# submit( ReCaptcha\RequestParameters $params )

Submit the POST request with the specified parameters.

Submit the POST request with the specified parameters.

Parameters

$params
Request parameters

Returns

string
Body of the reCAPTCHA response

Implementation of

ReCaptcha\RequestMethod::submit()
Constants summary
string SITE_VERIFY_URL

URL to which requests are POSTed.

URL to which requests are POSTed.

Const

string
# 'https://www.google.com/recaptcha/api/siteverify'
API documentation generated by ApiGen