PHP 8.4.0 RC3 available for testing

OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestamp设置时间戳

说明

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

为后续请求设置时间戳。

警告

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

参数

timestamp

时间戳。

返回值

返回 true ,除非 timestamp 无效,则返回 false

更新日志

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

参见

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top