(PECL OAuth >= 1.0.0)
OAuthProvider::checkOAuthRequest — Check an oauth request
$uri
[, string $method
]] )Checks an OAuth request.
本函数还未编写文档,仅有参数列表。
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.