PHP cal_to_jd() 函数
PHP cal_to_jd() 函数
定义和用法
cal_to_jd() 函数把指定历法的日期转换为儒略日计数。
语法
cal_to_jd(calendar,month,day,year);
参数 | 描述 |
---|---|
calendar | 必需。规定要使用的历法。必须为下面这些常量之一:
|
month | 必需。一个数字,规定月。 |
day | 必需。一个数字,规定日。 |
year | 必需。一个数字,规定年。 |
技术细节
返回值: | 返回儒略日数字。 |
---|---|
PHP 版本: | 4.1+ |
PHP Calendar 参考手册
相关文章
- PHP 安装
- PHP For 循环
- PHP 命名空间 namespace
- PHP $_GET 变量
- PHP 过滤器
- PHP array_diff_assoc() 函数
- PHP array_diff_ukey() 函数
- PHP array_fill_keys() 函数
- PHP array_merge() 函数
- PHP array_sum() 函数
- PHP array_udiff_assoc() 函数
- PHP array_unshift() 函数
- PHP asort() 函数
- PHP current() 函数
- PHP end() 函数
- PHP natsort() 函数
- PHP 5 Array 函数
- PHP Error 和 Logging 函数
- PHP Filter 函数
- PHP Libxml 函数