Results of 1 - 10 of about 64 for calendar (0.003 sec.)
- IntlDateFormatter が使用するカレンダー型を取得する 13511
- « IntlDateFormatter::formatObject IntlDateFormatter::getDateType » PHP Manual IntlDateFormatter
...
使用するカレンダー型を取得する IntlDateFormatter::getCalendar datefmt_get_calendar (PHP 5 >= 5.3.0, PHP 7, PHP 8 ...
, PECL intl >= 1.0.0) IntlDateFormatter::getCalendar -- datefmt_get_calendar — IntlDateFormatter が使用 ...
説明 オブジェクト指向型 public IntlDateFormatter::getCalendar (): int | false 手続き型 datefmt_get_calendar ( In ...
す。 失敗時に false を返します。 例 例1 datefmt_get_calendar() の例 <?php $fmt = datefmt_create ( 'en_US' , Int ...
-
https://man.plustar.jp/php/intldateformatter.getcalendar.html
- [similar]
- Formatter が使うカレンダー型を設定する 13382
- « IntlDateFormatter::parse IntlDateFormatter::setLenient » PHP Manual IntlDateFormatter Formatte
...
が使うカレンダー型を設定する IntlDateFormatter::setCalendar datefmt_set_calendar (PHP 5 >= 5.3.0, PHP 7, PHP 8 ...
, PECL intl >= 1.0.0) IntlDateFormatter::setCalendar -- datefmt_set_calendar — Formatter が使うカレンダ ...
説明 オブジェクト指向型 public IntlDateFormatter::setCalendar ( IntlCalendar | int | null $calendar ): bool 手続 ...
き型 datefmt_set_calendar ( IntlDateFormatter $formatter , IntlCalendar | in ...
-
https://man.plustar.jp/php/intldateformatter.setcalendar.html
- [similar]
- サポートされるカレンダーからユリウス積算日に変換する 10209
- « cal_info easter_date » PHP Manual カレンダー 関数 サポートされるカレンダーからユリウス積算日に
...
ーからユリウス積算日に変換する 説明 cal_to_jd ( int $calendar , int $month , int $day , int $year ): int cal_to_ ...
jd() は、指定した calendar の日付からユリウス積算日を計算します。 サポートされ ...
る calendar は CAL_GREGORIAN 、 CAL_JULIAN 、 CAL_JEWISH および ...
CAL_FRENCH です。 パラメータ calendar 変換元のカレンダー。 CAL_GREGORIAN 、 CAL_JULIAN 、 ...
-
https://man.plustar.jp/php/function.cal-to-jd.html
- [similar]
- 特定のカレンダーに関する情報を返す 8844
- « cal_from_jd cal_to_jd » PHP Manual カレンダー 関数 特定のカレンダーに関する情報を返す cal_info
...
のカレンダーに関する情報を返す 説明 cal_info ( int $calendar = -1 ): array cal_info() は、指定した calendar につ ...
、 abbrevmonth および maxdaysinmonth となります。 calendar として指定可能なカレンダー名は以下のとおりです。 0 ...
- ユダヤ暦 3 あるいは CAL_FRENCH - フランス革命暦 calendar が指定されなかった場合は、 サポートするすべてのカレ ...
ンダーの情報を配列で返します。 パラメータ calendar 情報を返したいカレンダー。指定しなかった場合は、 す ...
-
https://man.plustar.jp/php/function.cal-info.html
- [similar]
- カレンダーのタイプを取得する 8730
- « IntlCalendar::getTimeZone IntlCalendar::getWeekendTransition » PHP Manual IntlCalendar カレンダ
...
ーのタイプを取得する IntlCalendar::getType (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3. ...
0.0a1) IntlCalendar::getType — カレンダーのタイプを取得する 説明 オブジ ...
ェクト指向型 public IntlCalendar::getType (): string 手続き型 intlcal_get_type ( In ...
tlCalendar $calendar ): string カレンダーのタイプを示す文字列 ...
-
https://man.plustar.jp/php/intlcalendar.gettype.html
- [similar]
- グレゴリオ暦の Calendar クラスを作成する 8615
- « IntlGregorianCalendar IntlGregorianCalendar::getGregorianChange » PHP Manual IntlGregorianCalendar
...
ndar グレゴリオ暦の Calendar クラスを作成する IntlGregorianCalendar::__construc ...
t (PHP 5 >= 5.5.0, PHP 7, PHP 8) IntlGregorianCalendar::__construct — グレゴリオ暦の Calendar クラスを作成 ...
する 説明 public IntlGregorianCalendar::__construct ( IntlTimeZone $tz = ? , string $loca ...
le = ? ) public IntlGregorianCalendar::__construct ( int $timeZoneOrYear , int $localeOr ...
-
https://man.plustar.jp/php/intlgregoriancalendar.construct.html
- [similar]
- 指定した年とカレンダーについて、月の日数を返す 8256
- « カレンダー 関数 cal_from_jd » PHP Manual カレンダー 関数 指定した年とカレンダーについて、月の日
...
ついて、月の日数を返す 説明 cal_days_in_month ( int $calendar , int $month , int $year ): int この関数は、指定し ...
た calendar について year 年 month 月の日数を返します。 パラメ ...
ータ calendar 計算に使用するカレンダー。 month 選択したカレンダー ...
日数 , month , 指定 , 年 , 月 , cal , int , 関数 , calendar , year ...
-
https://man.plustar.jp/php/function.cal-days-in-month.html
- [similar]
- ユリウス積算日からサポートされるカレンダーに変換する 8198
- « cal_days_in_month cal_info » PHP Manual カレンダー 関数 ユリウス積算日からサポートされるカレン
...
に変換する 説明 cal_from_jd ( int $julian_day , int $calendar ): array cal_from_jd() は、 julian_day で指定したユ ...
リウス日を 指定した calendar に変換します。 サポートされる calendar の値は、 CA ...
す。 パラメータ julian_day ユリウス日を表す整数値。 calendar 変換するカレンダー。 戻り値 カレンダーの情報を含む ...
ワード: 変換 , 積算 , サポート , cal , from , day , calendar , 配列 , month , int ...
-
https://man.plustar.jp/php/function.cal-from-jd.html
- [similar]
- カレンダーオブジェクトのコピーを取得する 8198
- « IntlDateFormatter::getTimeZoneId IntlDateFormatter::getTimeZone » PHP Manual IntlDateFormatter
...
オブジェクトのコピーを取得する IntlDateFormatter::getCalendarObject datefmt_get_calendar_object (PHP 5 >= 5.5.0, ...
, PHP 8, PECL intl >= 3.0.0) IntlDateFormatter::getCalendarObject -- datefmt_get_calendar_object — カレンダーオ ...
説明 オブジェクト指向型 public IntlDateFormatter::getCalendarObject (): IntlCalendar | false | null 手続き型 dat ...
efmt_get_calendar_object ( IntlDateFormatter $formatter ): IntlCalen ...
-
https://man.plustar.jp/php/intldateformatter.getcalendarobject.html
- [similar]
- ふたつの IntlCalendar オブジェクトの時刻を比較する 8141
- « IntlCalendar::createInstance IntlCalendar::fieldDifference » PHP Manual IntlCalendar ふたつの
...
IntlCalendar オブジェクトの時刻を比較する IntlCalendar::equals ...
PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::equals — ふたつの IntlCalendar オブジェクトの時刻 ...
を比較する 説明 オブジェクト指向型 public IntlCalendar::equals ( IntlCalendar $other ): bool 手続き型 int ...
lcal_equals ( IntlCalendar $calendar , IntlCalendar $other ): bool このカレン ...
-
https://man.plustar.jp/php/intlcalendar.equals.html
- [similar]