PHP cal_to_jd() 函数
PHP cal_to_jd() 函数
PHP Calendar 参考手册
实例
把 2007 年 6 月 20 日(格利高里历法)转换为儒略日计数:
<?php
$d=cal_to_jd(CAL_GREGORIAN,6,20,2007);
echo $d;
?>
定义和用法
cal_to_jd() 函数把指定历法的日期转换为儒略日计数。
语法
cal_to_jd(
calendar,month,day,year);
参数
描述
calendar
必需。规定要使用的历法。必须为下面这些常量之一:
CAL_GREGORIAN
CAL_JULIAN
CAL_JEWISH
CAL_FRENCH
month
必需。一个数字,规定月。
day
必需。一个数字,规定日。
year
必需。一个数字,规定年。
技术细节
返回值:
返回儒略日数字。
PHP 版本:
4.1+
PHP Calendar 参考手册
目录
PHP 正则表达式(PCRE)
PHP 图像处理
PHP 5 Array 函数
PHP 5 Calendar 函数
PHP cURL 函数
PHP 5 Date/Time 函数
PHP 5 Directory 函数
PHP Error 和 Logging 函数
PHP 5 Filesystem 函数
PHP Filter 函数
PHP FTP 函数
PHP HTTP 函数
PHP Libxml 函数
PHP Mail 函数
PHP 5 Math 函数
PHP 杂项 函数
PHP 5 MySQLi 函数
PHP 5 SimpleXML 函数
PHP lcfirst() 函数
PHP 5 String 函数
PHP XML Parser 函数
PHP Zip File 函数
PHP 5 时区