OAuth
PHP Manual

OAuth::setNonce

(PECL OAuth >= 0.99.1)

OAuth::setNonceSet the nonce for subsequent requests

説明

public bool OAuth::setNonce ( string $nonce )

Sets the nonce for all subsequent requests.

パラメータ

nonce

The value for oauth_nonce.

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。

参考


OAuth
PHP Manual