diff --git a/reference/datetime/dateperiod.xml b/reference/datetime/dateperiod.xml index b7011844f4..0185df2a03 100644 --- a/reference/datetime/dateperiod.xml +++ b/reference/datetime/dateperiod.xml @@ -1,6 +1,6 @@ - + DatePeriod クラス @@ -109,14 +109,20 @@ &reftitle.constants; - DatePeriod::EXCLUDE_START_DATE + + DatePeriod::EXCLUDE_START_DATE + int + 開始日を含まない。DatePeriod::__construct で使用します。 - DatePeriod::INCLUDE_END_DATE + + DatePeriod::INCLUDE_END_DATE + int + 終了日を含む。DatePeriod::__construct で使用します。 @@ -261,6 +267,12 @@ echo $period->recurrences, "\n"; + + 8.4.0 + + クラス定数が型付けされました。 + + 8.2.0 diff --git a/reference/datetime/datetime.xml b/reference/datetime/datetime.xml index 3f6d5b154b..2edb99dc45 100644 --- a/reference/datetime/datetime.xml +++ b/reference/datetime/datetime.xml @@ -1,6 +1,6 @@ - + @@ -81,6 +81,12 @@ + + 8.4.0 + + クラス定数が型付けされました。 + + 7.2.0 diff --git a/reference/datetime/datetimeimmutable.xml b/reference/datetime/datetimeimmutable.xml index 0e179c8eaa..6f7c0424c8 100644 --- a/reference/datetime/datetimeimmutable.xml +++ b/reference/datetime/datetimeimmutable.xml @@ -1,6 +1,6 @@ - + @@ -71,6 +71,12 @@ + + 8.4.0 + + クラス定数が型付けされました。 + + 7.1.0 diff --git a/reference/datetime/datetimeinterface.xml b/reference/datetime/datetimeinterface.xml index cecafd87dc..0823068e8b 100644 --- a/reference/datetime/datetimeinterface.xml +++ b/reference/datetime/datetimeinterface.xml @@ -1,6 +1,6 @@ - + @@ -151,7 +151,10 @@ &reftitle.constants; - DateTimeInterface::ATOM + + DateTimeInterface::ATOM + string + DATE_ATOM @@ -161,7 +164,10 @@ - DateTimeInterface::COOKIE + + DateTimeInterface::COOKIE + string + DATE_COOKIE @@ -171,7 +177,10 @@ - DateTimeInterface::ISO8601 + + DateTimeInterface::ISO8601 + string + DATE_ISO8601 @@ -191,7 +200,10 @@ - DateTimeInterface::ISO8601_EXPANDED + + DateTimeInterface::ISO8601_EXPANDED + string + DATE_ISO8601_EXPANDED @@ -209,7 +221,10 @@ - DateTimeInterface::RFC822 + + DateTimeInterface::RFC822 + string + DATE_RFC822 @@ -219,7 +234,10 @@ - DateTimeInterface::RFC850 + + DateTimeInterface::RFC850 + string + DATE_RFC850 @@ -229,7 +247,10 @@ - DateTimeInterface::RFC1036 + + DateTimeInterface::RFC1036 + string + DATE_RFC1036 @@ -239,7 +260,10 @@ - DateTimeInterface::RFC1123 + + DateTimeInterface::RFC1123 + string + DATE_RFC1123 @@ -249,7 +273,10 @@ - DateTimeInterface::RFC7231 + + DateTimeInterface::RFC7231 + string + DATE_RFC7231 @@ -259,7 +286,10 @@ - DateTimeInterface::RFC2822 + + DateTimeInterface::RFC2822 + string + DATE_RFC2822 @@ -269,7 +299,10 @@ - DateTimeInterface::RFC3339 + + DateTimeInterface::RFC3339 + string + DATE_RFC3339 @@ -279,7 +312,10 @@ - DateTimeInterface::RFC3339_EXTENDED + + DateTimeInterface::RFC3339_EXTENDED + string + DATE_RFC3339_EXTENDED @@ -289,7 +325,10 @@ - DateTimeInterface::RSS + + DateTimeInterface::RSS + string + DATE_RSS @@ -299,7 +338,10 @@ - DateTimeInterface::W3C + + DateTimeInterface::W3C + string + DATE_W3C @@ -324,6 +366,10 @@ + + 8.4.0 + クラス定数が型付けされました。 + 8.2.0 diff --git a/reference/datetime/datetimezone.xml b/reference/datetime/datetimezone.xml index a05c2a83b9..0c21d34a58 100644 --- a/reference/datetime/datetimezone.xml +++ b/reference/datetime/datetimezone.xml @@ -1,6 +1,6 @@ - + DateTimeZone クラス @@ -129,98 +129,140 @@ &reftitle.constants; - DateTimeZone::AFRICA + + DateTimeZone::AFRICA + int + アフリカのタイムゾーン。 - DateTimeZone::AMERICA + + DateTimeZone::AMERICA + int + アメリカのタイムゾーン。 - DateTimeZone::ANTARCTICA + + DateTimeZone::ANTARCTICA + int + 南極のタイムゾーン。 - DateTimeZone::ARCTIC + + DateTimeZone::ARCTIC + int + 北極のタイムゾーン。 - DateTimeZone::ASIA + + DateTimeZone::ASIA + int + アジアのタイムゾーン。 - DateTimeZone::ATLANTIC + + DateTimeZone::ATLANTIC + int + 大西洋のタイムゾーン。 - DateTimeZone::AUSTRALIA + + DateTimeZone::AUSTRALIA + int + オーストラリアのタイムゾーン。 - DateTimeZone::EUROPE + + DateTimeZone::EUROPE + int + ヨーロッパのタイムゾーン。 - DateTimeZone::INDIAN + + DateTimeZone::INDIAN + int + インドのタイムゾーン。 - DateTimeZone::PACIFIC + + DateTimeZone::PACIFIC + int + 太平洋のタイムゾーン。 - DateTimeZone::UTC + + DateTimeZone::UTC + int + UTC タイムゾーン。 - DateTimeZone::ALL + + DateTimeZone::ALL + int + すべてのタイムゾーン。 - DateTimeZone::ALL_WITH_BC + + DateTimeZone::ALL_WITH_BC + int + 過去との互換性を保つものを含むすべてのタイムゾーン。 - DateTimeZone::PER_COUNTRY + + DateTimeZone::PER_COUNTRY + int + 国ごとのタイムゾーン。 @@ -229,7 +271,27 @@ - +
+ &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + クラス定数が型付けされました。 + + + + + +