OAuth::setTimestamp

(PECL OAuth >= 1.0.0)

OAuth::setTimestampタイムスタンプを設定する

説明

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

それ以降のリクエスト用の OAuth タイムスタンプを設定します。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

timestamp

タイムスタンプ。

戻り値

true を返します。 timestamp が無効な形式の場合は false を返します。

変更履歴

バージョン 説明
PECL oauth 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