Results of 1 - 10 of about 83 for YEAR (0.002 sec.)
- 単一または全てのフィールドをクリアする 13734
- « IntlCalendar::before IntlCalendar::__construct » PHP Manual IntlCalendar 単一または全てのフィー
...
UTC' ); $fields = array( 'FIELD_ERA' => 0 , 'FIELD_YEAR' => 1 , 'FIELD_MONTH' => 2 , 'FIELD_WEEK_OF_YEAR' ...
OF_MONTH' => 4 , 'FIELD_DATE' => 5 , 'FIELD_DAY_OF_YEAR' => 6 , 'FIELD_DAY_OF_WEEK' => 7 , 'FIELD_DAY_OF_W ...
_OFFSET' => 15 , 'FIELD_DST_OFFSET' => 16 , 'FIELD_YEAR_WOY' => 17 , 'FIELD_DOW_LOCAL' => 18 , 'FIELD_EXTE ...
NDED_YEAR' => 19 , 'FIELD_JULIAN_DAY' => 20 , 'FIELD_MILLISE ...
-
https://man.plustar.jp/php/intlcalendar.clear.html
- [similar]
- 時刻または複数の共通フィールドを一度に設定する 10460
- « IntlCalendar::roll IntlCalendar::setFirstDayOfWeek » PHP Manual IntlCalendar 時刻または複数の共
...
int $value ): bool public IntlCalendar::set ( int $year , int $month , int $dayOfMonth = NULL , int $hour ...
lue ): bool intlcal_set ( IntlCalendar $cal , int $year , int $month , int $dayOfMonth = NULL , int $hour ...
す。 value 指定されたフィールドに設定する新しい値。 year IntlCalendar::FIELD_YEAR に設定する新しい値。 mont ...
July */ , 1 ); $cal -> set ( IntlCalendar :: FIELD_YEAR , 2012 ); $cal -> set ( IntlCalendar :: FIELD_EXTE ...
-
https://man.plustar.jp/php/intlcalendar.set.html
- [similar]
- 指定した年における復活祭の真夜中のUnix時を得る 10093
- « cal_to_jd easter_days » PHP Manual カレンダー 関数 指定した年における復活祭の真夜中のUnix時を得
...
活祭の真夜中のUnix時を得る 説明 easter_date ( ? int $year = null , int $mode = CAL_EASTER_DEFAULT ): int 指定 ...
した年yearにおける復活祭の真夜中のUnix時を返します。 警告 この ...
より正確に作成するために追加されました。 パラメータ year 1970 から 2037 までの年。省略した場合、もしくは nu ...
スタンプで返します。 変更履歴 バージョン 説明 8.0.0 year は、nullable になりました。 例 例1 easter_date() の ...
-
https://man.plustar.jp/php/function.easter-date.html
- [similar]
- collection.xml および collection.xsl ファイルの例 9414
- « 例 libxml のエラー処理関数によるエラー処理 » PHP Manual 例 collection.xml および collection.xs
...
for your mind</title> <artist>Ben Harper</artist> <year>1995</year> </cd> <cd> <title>Electric Ladyland</t ...
itle> <artist>Jimi Hendrix</artist> <year>1997</year> </cd> </collection> 例2 collection.xsl ...
value-of select="artist"/> - <xsl:value-of select="year"/></h2> <hr /> </xsl:template> </xsl:stylesheet> 関 ...
ーワード: collection , ファイル , 例 , および , cd , year , template , owner , stylesheet , 処理 ...
-
https://man.plustar.jp/php/xsl.examples-collection.html
- [similar]
- ロケールの設定に基づいてローカルな日付・時間をフォーマットする 9156
- « mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ
...
, 'C' => 'Two digit representation of the century (year divided by 100, truncated to an integer)' , 'D' => ...
as "%H:%M:%S"' , 'U' => 'Week number of the given year, starting with the first Sunday as the first week' ...
, 'V' => 'ISO-8601:1988 week number of the given year, starting with the first week of the year with at ...
W' => 'A numeric representation of the week of the year, starting with the first Monday as the first week' ...
-
https://man.plustar.jp/php/function.strftime.html
- [similar]
- 週の始まりと見なされる曜日を設定する 8979
- « IntlCalendar::set IntlCalendar::setLenient » PHP Manual IntlCalendar 週の始まりと見なされる曜日
...
を定義します。 これは、 IntlCalendar::FIELD_WEEK_OF_YEAR や IntlCalendar::FIELD_YEAR_WOY のような、 週の始ま ...
ocal day of week: 'cc' week of month : 'W' week of year : 'ww EOD ), "\n" ; $cal -> setFirstDayOfWeek ( In ...
ocal day of week: 'cc' week of month : 'W' week of year : 'ww EOD ), "\n" ; 上の例の出力は以下となります。 ...
(2) local day of week: 7 week of month : 4 week of year : 26 local day of week: 1 week of month : 5 week o ...
-
https://man.plustar.jp/php/intlcalendar.setfirstdayofweek.html
- [similar]
- 日付/時刻 の算術 8912
- « 例 DateTime » PHP Manual 例 日付/時刻 の算術 日付/時刻 の算術 以下の例は、DST(夏時間) への移行
...
(通常の年は) 3月3日になります。 <?php echo "Normal year:\n" ; // February has 28 days $dt = new DateTimeIm ...
> format ( "Y-m-d H:i:s P" ), PHP_EOL ; echo "Leap year:\n" ; // February has 29 days $dt = new DateTimeIm ...
PHP_EOL ; ?> 上の例の出力は以下となります。 Normal year: Start: 2015-01-31 00:00:00 -05:00 End: 2015-03-03 ...
00:00:00 -05:00 Leap year: Start: 2016-01-31 00:00:00 -05:00 End: 2016-03-02 ...
-
https://man.plustar.jp/php/datetime.examples-arithmetic.html
- [similar]
- 指定した年において、3 月 21 日から復活祭までの日数を得る 8857
- « easter_date frenchtojd » PHP Manual カレンダー 関数 指定した年において、3 月 21 日から復活祭ま
...
から復活祭までの日数を得る 説明 easter_days ( ? int $year = null , int $mode = CAL_EASTER_DEFAULT ): int 指定 ...
した年 year において、3 月 21 日から復活祭までの日数を返します ...
。 year が指定されない場合、現在の年が仮定されます。 この関 ...
より正確に作成するために追加されました。 パラメータ year 正の数値で表した年。省略した場合、もしくは null の ...
-
https://man.plustar.jp/php/function.easter-days.html
- [similar]
- フィールドの値を取得する 8667
- « IntlCalendar::fromDateTime IntlCalendar::getActualMaximum » PHP Manual IntlCalendar フィールド
...
"Jul 1, 2013, 4:44:44 AM" 0 (FIELD_ERA) 1 1 (FIELD_YEAR) 2013 2 (FIELD_MONTH) 6 3 (FIELD_WEEK_OF_YEAR) 27 ...
_MONTH) 1 5 (FIELD_DAY_OF_MONTH) 1 6 (FIELD_DAY_OF_YEAR) 182 7 (FIELD_DAY_OF_WEEK) 2 8 (FIELD_DAY_OF_WEEK_ ...
_OFFSET) 0 16 (FIELD_DST_OFFSET) 3600000 17 (FIELD_YEAR_WOY) 2013 18 (FIELD_DOW_LOCAL) 2 19 (FIELD_EXTENDE ...
D_YEAR) 2013 20 (FIELD_JULIAN_DAY) 2456475 21 (FIELD_MILL ...
-
https://man.plustar.jp/php/intlcalendar.get.html
- [similar]
- 指定した日付/時刻の詳細な情報を連想配列で返す 8599
- « date_parse_from_format date_sub » PHP Manual 日付・時刻 関数 指定した日付/時刻の詳細な情報を連
...
)); ?> 上の例の出力は以下となります。 array(12) { 'year' => int(2006) 'month' => int(12) 'day' => int(12) ...
)); ?> 上の例の出力は以下となります。 array(16) { 'year' => int(2022) 'month' => int(6) 'day' => int(2) 'h ...
)); ?> 上の例の出力は以下となります。 array(14) { 'year' => int(2022) 'month' => int(6) 'day' => int(2) 'h ...
)); ?> 上の例の出力は以下となります。 array(12) { 'year' => int(2022) 'month' => int(6) 'day' => int(2) 'h ...
-
https://man.plustar.jp/php/function.date-parse.html
- [similar]