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 이전에는 실패시 FALSE가 아닌 NULL을 반환했습니다.

참고

add a note add a note

User Contributed Notes

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