update pague now
PHP 8.5.2 Released!

OAuthProvider::reportProblem

(PECL OAuth >= 1.0.0)

OAuthProvider::reportProblem Report a problem

Description

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

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

Warning

This function is currently not documented; only its argument list is available.

Parameters

oauthexception
The OAuthException .

Return Values

No value is returned.

See Also

add a note

User Contributed Notes

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