PHP 8.3.4 Released!

OAuthProvider::removeRequiredParameter

(PECL OAuth >= 1.0.0)

OAuthProvider::removeRequiredParameter移除一个必需的参数

说明

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

移除一个必需的参数。

警告

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

参数

req_params

要被移除的必需参数。

返回值

成功时返回 true, 或者在失败时返回 false

参见

add a note

User Contributed Notes

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