OAuth::setNonce

(PECL OAuth >= 0.99.1)

OAuth::setNonceSet the nonce for subsequent requests

Açıklama

publicOAuth::setNonce(string$nonce): mixed

Sets the nonce for all subsequent requests.

Bağımsız Değişkenler

nonce

The value for oauth_nonce.

Dönen Değerler

Returns true on success, or false if the nonce is considered invalid.

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