OAuthProvider::reportProblem

(PECL OAuth >= 1.0.0)

OAuthProvider::reportProblem报告问题

说明

final public static OAuthProvider::reportProblem(string $oauthexception, bool $send_headers = true): string

将问题作为一个 OAuthException 异常传入,可能出现的问题在 OAuth 常量 章节里已列出。

警告

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

参数

oauthexception

OAuthException 类。

返回值

没有返回值。

参见

add a note

User Contributed Notes

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