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 Previously returned NULL on failure, instead of FALSE.

参见


OAuth
PHP Manual