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 add a note

User Contributed Notes

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