PHP Conference Japan 2024

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