OAuthProvider::checkOAuthRequest

(PECL OAuth >= 1.0.0)

OAuthProvider::checkOAuthRequest检查一个 oauth 请求

说明

public OAuthProvider::checkOAuthRequest(string $uri = ?, string $method = ?): void

检查一个 OAuth 请求。

警告

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

参数

uri

可选的 URI 或终点。

method

HTTP 方法。 可选 OAUTH_HTTP_METHOD_* OAuth 常量 其中之一传递。

返回值

没有返回值。

错误/异常

如果不能检测到 HTTP 方法,则发出一个 E_ERROR 级别的错误。

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top