OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestampSet the timestamp

Descrição

public mixed OAuth::setTimestamp ( string $timestamp )

Sets the OAuth timestamp for subsequent requests.

Warning

Esta função não está documentada; somente a lista de argumentos está disponível.

Parâmetros

timestamp

The timestamp.

Valor Retornado

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

Changelog

Versão Descrição
1.0.0 Previously returned NULL on failure, instead of FALSE.

Veja Também