PHP jewishtojd() 函数
PHP jewishtojd() 函数
定义和用法
jewishtojd() 函数把犹太历法的日期转换为儒略日计数。
注意:该函数处理的日期的有效范围为犹太历法公元前 3761 年起。犹太历法存在了数千年,但早期并没有公式化的开始月份计算法。每年的第一个月为首次观测到的新月。
提示:请参阅 jdtojewish() 函数把儒略日计数转换为犹太历法的日期。
语法
jewishtojd(month,day,year);
参数 | 描述 |
---|---|
month | 必需。一个从 1 到 13 的数字,规定月。 |
day | 必需。一个从 1 到 30 的数字,规定日。 |
year | 必需。一个从 1 到 9999 的数字,规定年。 |
技术细节
返回值: | 返回儒略日数字。 |
---|---|
PHP 版本: | 4+ |
PHP Calendar 参考手册
相关文章
- PHP 简介
- PHP 变量
- PHP echo 和 print 语句
- PHP 类型比较
- PHP Switch 语句
- PHP 超级全局变量
- PHP $_POST 变量
- PHP array_chunk() 函数
- PHP array_diff_ukey() 函数
- PHP array_intersect_uassoc() 函数
- PHP array_intersect_ukey() 函数
- PHP array_key_exists() 函数
- PHP asort() 函数
- PHP compact() 函数
- PHP in_array() 函数
- PHP next() 函数
- PHP pos() 函数
- PHP 5 Array 函数
- PHP 5 Calendar 函数
- PHP 5 Directory 函数