PHP 8.3.4 Released!

OAuth::setNonce

(PECL OAuth >= 0.99.1)

OAuth::setNonceSet the nonce for subsequent requests

Açıklama

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

add a note

User Contributed Notes

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