OAuthProvider::reportProblem
PHP Manual
PHP Manual»OAuthProvider»OAuthProvider::reportProblem

OAuthProvider::reportProblem

(PECL OAuth >= 1.0.0)

OAuthProvider::reportProblemReport a problem

Опис

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

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

Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Параметри

oauthexception
The OAuthException.

Значення, що повертаються

Не повертає значень.

Прогляньте також

To Top