OAuth::setNonce

(PECL OAuth >= 0.99.1)

OAuth::setNonceSet the nonce for subsequent requests

Опис

public mixed OAuth::setNonce ( string $nonce )

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.

Журнал Змін

Версія Опис
1.0.0 Раніше повертався NULL в разі помилки, замість FALSE.

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

add a note add a note

User Contributed Notes

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