OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestamp設(shè)置時間戳

說明

public OAuth::setTimestamp(string $timestamp): mixed

為后續(xù)請求設(shè)置時間戳。

警告

本函數(shù)還未編寫文檔,僅有參數(shù)列表。

參數(shù)

timestamp

時間戳。

返回值

返回 true ,除非 timestamp 無效,則返回 false 。

更新日志

版本 說明
1.0.0 以前失敗時返回 null,而不是 false。

參見