array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'oauth.settimestamp.php', 1 => 'OAuth::setTimestamp', 2 => 'Set the timestamp', ), 'up' => array ( 0 => 'class.oauth.php', 1 => 'OAuth', ), 'prev' => array ( 0 => 'oauth.setsslchecks.php', 1 => 'OAuth::setSSLChecks', ), 'next' => array ( 0 => 'oauth.settoken.php', 1 => 'OAuth::setToken', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/oauth/oauth/settimestamp.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestampSet the timestamp

Açıklama

public OAuth::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