OAuth::setNonce

(PECL OAuth >= 0.99.1)

OAuth::setNonceSet the nonce for subsequent requests

Opis

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

Sets the nonce for all subsequent requests.

Parametry

nonce

The value for oauth_nonce.

Zwracane wartości

Returns TRUE on success, or FALSE if the nonce is considered invalid.

Rejestr zmian

Wersja Opis
1.0.0 Poprzednio zwrócony NULL w przypadku niepowodzenia, w miejsce FALSE.

Zobacz też:

add a note add a note

User Contributed Notes

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