CakeFest 2024: The Official CakePHP Conference

OAuth::setVersion

(PECL OAuth >= 0.99.1)

OAuth::setVersion设置 OAuth 版本

说明

public OAuth::setVersion(string $version): bool

为随后请求设置 OAuth 版本

参数

version

OAuth 版本,默认值为 "1.0"

返回值

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

add a note

User Contributed Notes

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