(PHP 5 >= 5.2.0, PHP 7, PHP 8)
DateTime::setISODate -- date_isodate_set — Sets the ISO date
Nesne yönelimli kullanım
Yordamsal kullanım
Set a date according to the ISO 8601 standard - using weeks and day offsets rather than specific dates.
Like DateTimeImmutable::setISODate() but works with DateTime.
The procedural version takes the DateTime object as its first argument.
nesne
Sadece yordamsal tarz: date_create() tarafından bir DateTime nesnesi döndürülür. İşlev bu nesnede değişiklik yapar.
year
Year of the date.
week
Week of the date.
dayOfWeek
Offset from the first day of the week.
Yöntem zincirleme için değişmiş DateTime nesnesi döner.