OAuth
PHP Manual

OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestampSet the timestamp

说明

public mixed OAuth::setTimestamp ( string $timestamp )

Sets the OAuth timestamp for subsequent requests.

Warning

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

参数

timestamp

The timestamp.

返回值

Returns TRUE, unless the timestamp is invalid, in which case FALSE is returned.

更新日志

版本 说明
1.0.0 以前失败时返回 NULL , 而不是 FALSE.

参见


OAuth
PHP Manual