OAuthProvider
PHP Manual

OAuthProvider::checkOAuthRequest

(PECL OAuth >= 1.0.0)

OAuthProvider::checkOAuthRequestCheck an oauth request

说明

public void OAuthProvider::checkOAuthRequest ([ string $uri [, string $method ]] )

Checks an OAuth request.

Warning

本函数还未编写文档,仅有参数列表。

参数

uri

The optional URI, or endpoint.

method

The HTTP method. Optionally pass in one of the OAUTH_HTTP_METHOD_* OAuth constants.

返回值

没有返回值。

错误/异常

Emits an E_ERROR level error if the HTTP method cannot be detected.

参见


OAuthProvider
PHP Manual