OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestampSet the timestamp

Açıklama

publicOAuth::setTimestamp(string$timestamp): mixed

Sets the OAuth timestamp for subsequent requests.

Uyarı

Bu işlev hala belgelendirilmemiştir; sadece bağımsız değişken listesi mevcuttur.

Bağımsız Değişkenler

timestamp

The timestamp.

Dönen Değerler

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

Sürüm Bilgisi

Sürüm: Açıklama
PECL oauth 1.0.0 Başarısızlık durumunda false yerine evvelce null dönerdi.

Ayrıca Bakınız

To Top