OAuthProvider::addRequiredParameter

(PECL OAuth >= 1.0.0)

OAuthProvider::addRequiredParameter必須パラメータを追加する

説明

final public OAuthProvider::addRequiredParameter(string $req_params): bool

oauth プロバイダの必須パラメータを追加します。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

req_params

必須パラメータ。

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

add a note

User Contributed Notes

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