DateTime::setISODate
date_isodate_set
(PHP 5 >= 5.2.0, PHP 7, PHP 8)
DateTime::setISODate -- date_isodate_set — ISO 形式の日付を設定する
説明
オブジェクト指向型
手続き型
ISO 8601 標準形式、つまり特定の日付ではなく、週と日のオフセットで日付を設定します。
DateTimeImmutable::setISODate() に似ていますが、 DateTime を使って動作します。
手続き型のバージョンは、 DateTime オブジェクトを最初の引数に取ります。
パラメータ
object
手続き型のみ: date_create() が返す DateTime オブジェクト。 この関数は、このオブジェクトを変更します。
year
-
その日付の年。
week
-
その日付の週。
dayOfWeek
-
週の最初の日からのオフセット。
戻り値
メソッドチェインに使う、変更された DateTime オブジェクトを返します。
参考
- DateTimeImmutable::setISODate() - ISO 日付を設定する
+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