(PECL OAuth >= 1.0.0)
OAuth::setTimestamp — Set the timestamp
Sets the OAuth timestamp for subsequent requests.
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
timestamp
The timestamp.
Returns TRUE
, unless the timestamp
is invalid, in which
case FALSE
is returned.
버전 | 설명 |
---|---|
1.0.0 |
이전에는 실패시 FALSE 가 아닌 NULL 을 반환했습니다.
|