OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestampSet the timestamp

Descrição

public OAuth::setTimestamp ( string $timestamp ) : mixed

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
PECL oauth 1.0.0 Previamente retornava null em falhas, em vez de false.

Veja Também

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top