OAuth
PHP Manual

OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestampSet the timestamp

Opis

public mixed OAuth::setTimestamp ( string $timestamp )

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 Previously returned NULL on failure, instead of FALSE.

Zobacz też:


OAuth
PHP Manual