OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestampSet the timestamp

Descrizione

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

Sets the OAuth timestamp for subsequent requests.

Avviso

Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.

Elenco dei parametri

timestamp

The timestamp.

Valori restituiti

Returns true, unless the timestamp is invalid, in which case false is returned.

Log delle modifiche

Versione Descrizione
PECL oauth 1.0.0 Prima di questa versione restituiva null in caso di errore, invece di false.

Vedere anche:

add a note add a note

User Contributed Notes

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