OAuth
PHP Manual

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.

Aviso

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 Previamente retornava NULL em falhas, em vez de FALSE.

Veja Também


OAuth
PHP Manual