OAuthProvider
PHP Manual

OAuthProvider::reportProblem

(PECL OAuth >= 1.0.0)

OAuthProvider::reportProblemReport a problem

说明

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

Pass in a problem as an OAuthException, with possible problems listed in the OAuth constants section.

Warning

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

参数

oauthexception

The OAuthException.

返回值

没有返回值。

参见


OAuthProvider
PHP Manual