OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestamp设置时间戳

说明

public OAuth::setTimestamp(string $timestamp): mixed

为后续请求设置 OAuth 时间戳。

警告

此函数目前未记录;仅提供其参数列表。

参数

timestamp

时间戳。

返回值

返回 true,除非 timestamp 无效,在这种情况下返回 false

变更日志

版本 说明
PECL oauth 1.0.0 以前在失败时返回 null,而不是 false

参见

添加说明

用户贡献的说明

此页面没有用户贡献的说明。
To Top