OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestampSet the timestamp

Opis

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

Sets the OAuth timestamp for subsequent requests.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

timestamp

The timestamp.

Zwracane wartości

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

Rejestr zmian

Wersja Opis
1.0.0 Poprzednio zwrócony NULL w przypadku niepowodzenia, w miejsce FALSE.

Zobacz też:

add a note add a note

User Contributed Notes

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