DateTimeImmutable::setISODate

(PHP 5 >= 5.5.0, PHP 7, PHP 8)

DateTimeImmutable::setISODateISO 日付を設定する

説明

public DateTimeImmutable::setISODate(int $year, int $week, int $dayOfWeek = 1): DateTimeImmutable

DateTime::setISODate() と似ていますが、 DateTimeImmutable で動作します。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top