cal_days_in_month | PHP 4.1.0 |
int cal_days_in_month(int calendar, int month, int year) |
|
指定した年とカレンダーについて月の日数を返します。 |
cal_from_jd | PHP 4.1.0 |
array cal_from_jd(int jd, int calendar) |
|
ユリウス日をサポートされるカレンダーに変換し、拡張情報を返します。 |
cal_info | PHP 4.1.0 |
array cal_info(int calendar) |
|
特定のカレンダーに関する情報を返します。 |
cal_to_jd | PHP 4.1.0 |
int cal_to_jd(int calendar, int month, int day, int year) |
|
サポートされるカレンダーからユリウス日に変換します。 |
easter_date | PHP 3.0.9 |
int easter_date([int year]) |
|
指定した年 (デフォルトは現在の年) の復活祭の真夜中のタイムスタンプを返します。 |
easter_days | PHP 3.0.9 |
int easter_days([int year, [int method]]) |
|
指定した年 (デフォルトは現在の年) の 3 月 21 日以降から復活祭までの日数を返します。 |
frenchtojd | PHP 3.0 |
int frenchtojd(int month, int day, int year) |
|
フランス革命暦をユリウス日に変換します。 |
gregoriantojd | PHP 3.0 |
int gregoriantojd(int month, int day, int year) |
|
グレゴリオ暦の日付をユリウス日に変換します。 |
jddayofweek | PHP 3.0 |
mixed jddayofweek(int juliandaycount[, int mode]) |
|
ユリウス日の曜日または日数を返します。 |
jdmonthname | PHP 3.0 |
string jdmonthname(int juliandaycount, int mode) |
|
ユリウス日の月名を返します。 |
jdtofrench | PHP 3.0 |
string jdtofrench(int juliandaycount) |
|
ユリウス日をフランス革命暦に変換します。 |
jdtogregorian | PHP 3.0 |
string jdtogregorian(int juliandaycount) |
|
ユリウス日をグレゴリオ暦に変換します。 |
jdtojewish | PHP 3.0 |
string jdtojewish(int juliandaycount) |
|
ユリウス日をユダヤ暦に変換します。 |
jdtojulian | PHP 3.0 |
string jdtojulian(int juliandaycount) |
|
ユリウス日をユリウス暦に変換します。 |
jdtounix | PHP 4.0 |
int jdtounix(int jday) |
|
ユリウス日を Unix タイムスタンプに変換します。 |
jewishtojd | PHP 3.0 |
int jewishtojd(int month, int day, int year) |
|
ユダヤ暦をユリウス日に変換します。 |
juliantojd | PHP 3.0 |
int juliantojd(int month, int day, int year) |
|
ユリウス暦をユリウス日に変換します。 |
unixtojd | PHP 4.0 |
int unixtojd([int timestamp]) |
|
Unix タイムスタンプをユリウス日に変換します。 |