検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 66 for DAY (0.005 sec.)
フィールドの値を取得する 10916
« IntlCalendar::fromDateTime IntlCalendar::getActualMaximum » PHP Manual IntlCalendar フィールド ... EEK_OF_YEAR) 27 4 (FIELD_WEEK_OF_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_IN_MONTH) 1 9 (FIELD_AM_PM) 0 10 (FIELD_HO ... UR) 4 11 (FIELD_HOUR_OF_DAY) 4 12 (FIELD_MINUTE) 44 13 (FIELD_SECOND) 44 14 (F ... ) 2 19 (FIELD_EXTENDED_YEAR) 2013 20 (FIELD_JULIAN_DAY) 2456475 21 (FIELD_MILLISECONDS_IN_DAY) 17084551 2 ...
https://man.plustar.jp/php/intlcalendar.get.html - [similar]
IntlCalendar クラス 10274
« MessageFormatter::setPattern IntlCalendar::add » PHP Manual intl IntlCalendar クラス IntlCalen ... H = 4 ; const int FIELD_DATE = 5 ; const int FIELD_DAY_OF_YEAR = 6 ; const int FIELD_DAY_OF_WEEK = 7 ; co ... nst int FIELD_DAY_OF_WEEK_IN_MONTH = 8 ; const int FIELD_AM_PM = 9 ; ... onst int FIELD_HOUR = 10 ; const int FIELD_HOUR_OF_DAY = 11 ; const int FIELD_MINUTE = 12 ; const int FIE ... FIELD_EXTENDED_YEAR = 19 ; const int FIELD_JULIAN_DAY = 20 ; const int FIELD_MILLISECONDS_IN_DAY = 21 ; ...
https://man.plustar.jp/php/class.intlcalendar.html - [similar]
ユリウス歴を Unix タイムスタンプに変換する 10274
« jdtojulian jewishtojd » PHP Manual カレンダー 関数 ユリウス歴を Unix タイムスタンプに変換する ... タイムスタンプに変換する 説明 jdtounix ( int $julian_day ): int この関数は、 julian_day で指定したユリウス歴 ... 返します。 返される時刻はUTCです。 パラメータ julian_day 64bit のシステムでは、 2440588 から 10675199360788 ... ix タイムスタンプを返します。 エラー / 例外 julian_day が範囲外の値の場合、 ValueError がスローされます。 ... スローするようになっています。 7.3.24, 7.4.12 julian_day の上限が拡張されました。 これより前のバージョンでは ...
https://man.plustar.jp/php/function.jdtounix.html - [similar]
1-day Rate-Of-Change (ROC) of a Triple Smooth EMA 9960
« trader_trima trader_tsf » PHP Manual Trader 関数 1-day Rate-Of-Change (ROC) of a Triple Smooth ... trader_trix (PECL trader >= 0.2.0) trader_trix — 1-day Rate-Of-Change (ROC) of a Triple Smooth EMA 説明 t ... lculated data or false on failure. 関連キーワード: day , Triple , Of , Change , Rate , Smooth , trader , ...
https://man.plustar.jp/php/function.trader-trix.html - [similar]
週の始まりと見なされる曜日を設定する 9889
« IntlCalendar::set IntlCalendar::setLenient » PHP Manual IntlCalendar 週の始まりと見なされる曜日 ... を設定する IntlCalendar::setFirstDayOfWeek (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0 ... a1) IntlCalendar::setFirstDayOfWeek — 週の始まりと見なされる曜日を設定する 説明 ... オブジェクト指向型 public IntlCalendar::setFirstDayOfWeek ( int $dayOfWeek ): bool 手続き型 intlcal_se ... t_first_day_of_week ( IntlCalendar $calendar , int $dayOfWeek ...
https://man.plustar.jp/php/intlcalendar.setfirstdayofweek.html - [similar]
IntlGregorianCalendar クラス 9489
« IntlCalendar::toDateTime IntlGregorianCalendar::__construct » PHP Manual intl IntlGregorianCal ... ar::FIELD_DATE = 5 ; const int IntlCalendar::FIELD_DAY_OF_YEAR = 6 ; const int IntlCalendar::FIELD_DAY_OF ... _WEEK = 7 ; const int IntlCalendar::FIELD_DAY_OF_WEEK_IN_MONTH = 8 ; const int IntlCalendar::FIE ... _HOUR = 10 ; const int IntlCalendar::FIELD_HOUR_OF_DAY = 11 ; const int IntlCalendar::FIELD_MINUTE = 12 ; ... D_YEAR = 19 ; const int IntlCalendar::FIELD_JULIAN_DAY = 20 ; const int IntlCalendar::FIELD_MILLISECONDS_ ...
https://man.plustar.jp/php/class.intlgregoriancalendar.html - [similar]
相対指定文字列から DateInterval を作成する 9418
« DateInterval::__construct DateInterval::format » PHP Manual DateInterval 相対指定文字列から Da ... ); $i = DateInterval :: createFromDateString ( '1 day' ); $i = new DateInterval ( 'P2W' ); $i = DateInte ... DateInterval :: createFromDateString ( '1 year + 1 day' ); $i = new DateInterval ( 'P1DT12H' ); $i = Date ... Interval :: createFromDateString ( '1 day + 12 hours' ); $i = new DateInterval ( 'PT3600S' ) ... $i = DateInterval :: createFromDateString ( 'last day of next month' ); var_dump ( $i ); $i = DateInterv ...
https://man.plustar.jp/php/dateinterval.createfromdatestring.html - [similar]
日付を Unix のタイムスタンプとして取得する 9018
« microtime strftime » PHP Manual 日付・時刻 関数 日付を Unix のタイムスタンプとして取得する mkt ... int $second = null , ? int $month = null , ? int $day = null , ? int $year = null ): int | false 与えられ ... には、 time() が使えます。 パラメータ hour month 、 day と year で決まる日付の 0 時から数えた「時」。負の値 ... より大きい値は、その翌年以降の該当する月を表します。 day 前月末から数えた日数。1 から 28、29、30、31 (月によ ... ではなくなりました。 8.0.0 minute , second , month , day , year は、nullable になりました。 例 例1 mktime() ...
https://man.plustar.jp/php/function.mktime.html - [similar]
ユリウス積算日からサポートされるカレンダーに変換する 8861
« cal_days_in_month cal_info » PHP Manual カレンダー 関数 ユリウス積算日からサポートされるカレン ... カレンダーに変換する 説明 cal_from_jd ( int $julian_day , int $calendar ): array cal_from_jd() は、 julian ... _day で指定したユリウス日を 指定した calendar に変換しま ... _JEWISH および CAL_FRENCH です。 パラメータ julian_day ユリウス日を表す整数値。 calendar 変換するカレンダ ... の値を取ります。 例 例1 cal_from_jd() の例 <?php $today = unixtojd ( mktime ( 0 , 0 , 0 , 8 , 16 , 2003 )) ...
https://man.plustar.jp/php/function.cal-from-jd.html - [similar]
ロケールの設定に基づいてローカルな日付・時間をフォーマットする 8861
« mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ ... された曜日の名前 Sun から Sat %A 完全な曜日の名前 Sunday から Saturday %d 10 進数で 2 桁の日付 (先頭のゼロつ ... rray( 'A' => 'A full textual representation of the day' , 'B' => 'Full month name, based on the locale' , ... mber of the given year, starting with the first Sunday as the first week' , 'V' => 'ISO-8601:1988 week nu ... ith the first week of the year with at least 4 weekdays, with Monday being the start of the week' , 'W' = ...
https://man.plustar.jp/php/function.strftime.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT