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