DateTime::setTimestamp
date_timestamp_set
(PHP 5 >= 5.3.0, PHP 7, PHP 8)
DateTime::setTimestamp -- date_timestamp_set — Unix タイムスタンプを用いて日付と時刻を設定する
説明
オブジェクト指向型
手続き型
Unix タイムスタンプを用いて日付と時刻を設定します。
DateTimeImmutable::setTimestamp() に似ていますが、 DateTime を使って動作します。
手続き型のバージョンは、 DateTime オブジェクトを最初の引数に取ります。
パラメータ
object
手続き型のみ: date_create() が返す DateTime オブジェクト。 この関数は、このオブジェクトを変更します。
timestamp
-
日付を表す Unix タイムスタンプ。 DateTimeImmutable::modify() を
@
フォーマットと共に使うと、 数値型の範囲外のタイムスタンプを設定できます。
戻り値
メソッドチェインに使う、変更された DateTime オブジェクトを返します。
参考
- DateTimeImmutable::setTimestamp() - Unix タイムスタンプを用いて日付と時刻を設定する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google