Calendrier PHP



Introduction au calendrier PHP

L'extension de calendrier contient des fonctions qui simplifient la conversion entre différents formats de calendrier.

Il est basé sur le décompte des jours juliens, qui a commencé le 1er janvier 4713 avant JC.

Remarque : Pour convertir entre les formats de calendrier, vous devez d'abord convertir en nombre de jours juliens, puis au format de calendrier dont vous avez besoin.

Remarque : Le décompte des jours juliens et le calendrier julien ne sont pas la même chose !


Installation

Pour que ces fonctions fonctionnent, vous devez compiler PHP avec --enable-calendar.

La version Windows de PHP prend en charge les extensions de calendrier. Par conséquent, la fonction Calendrier fonctionne automatiquement.


Fonction Calendrier PHP 5

函数描述
cal_days_in_month()针对指定的年份和历法,返回一个月中的天数。
cal_from_jd()把儒略日计数转换为指定历法的日期。
cal_info()返回有关指定历法的信息。
cal_to_jd()把指定历法的日期转换为儒略日计数。
easter_date()返回指定年份的复活节午夜的 Unix 时间戳。
easter_days()返回指定年份的复活节与 3 月 21 日之间的天数。
frenchtojd()把法国共和历法的日期转换成为儒略日计数。
gregoriantojd()把格利高里历法的日期转换成为儒略日计数。
jddayofweek()返回日期在周几。
jdmonthname()返回月的名称。
jdtofrench()把儒略日计数转换为法国共和历法的日期。
jdtogregorian()把儒略日计数转换为格利高里历法的日期。
jdtojewish()把儒略日计数转换为犹太历法的日期。
jdtojulian()把儒略日计数转换为儒略历法的日期。
jdtounix()把儒略日计数转换为 Unix 时间戳。
jewishtojd()把犹太历法的日期转换为儒略日计数。
juliantojd()把儒略历法的日期转换为儒略日计数。
unixtojd()把 Unix 时间戳转换为儒略日计数。

Constantes de calendrier prédéfinies PHP 5

常量类型PHP 版本
CAL_GREGORIANIntegerPHP 4
CAL_JULIANIntegerPHP 4
CAL_JEWISHIntegerPHP 4
CAL_FRENCHIntegerPHP 4
CAL_NUM_CALSIntegerPHP 4
CAL_DOW_DAYNOIntegerPHP 4
CAL_DOW_SHORTIntegerPHP 4
CAL_DOW_LONGIntegerPHP 4
CAL_MONTH_GREGORIAN_SHORTIntegerPHP 4
CAL_MONTH_GREGORIAN_LONGIntegerPHP 4
CAL_MONTH_JULIAN_SHORTIntegerPHP 4
CAL_MONTH_JULIAN_LONGIntegerPHP 4
CAL_MONTH_JEWISHIntegerPHP 4
CAL_MONTH_FRENCHIntegerPHP 4
CAL_EASTER_DEFAULTIntegerPHP 4.3
CAL_EASTER_ROMANIntegerPHP 4.3
CAL_EASTER_ALWAYS_GREGORIANIntegerPHP 4.3
CAL_EASTER_ALWAYS_JULIANIntegerPHP 4.3
CAL_JEWISH_ADD_ALAFIM_GERESHIntegerPHP 5.0
CAL_JEWISH_ADD_ALAFIMIntegerPHP 5.0
CAL_JEWISH_ADD_GERESHAYIMIntegerPHP 5.0