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