OAuth::setNonce

(PECL OAuth >= 0.99.1)

OAuth::setNonceSet the nonce for subsequent requests

Опис

public OAuth::setNonce(string $nonce): mixed

Sets the nonce for all subsequent requests.

Параметри

nonce

The value for oauth_nonce.

Значення, що повертаються

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

Журнал змін

Версія Опис
PECL oauth 1.0.0 Раніше в разі помилки замість false повертався null.

Прогляньте також

add a note

User Contributed Notes

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