增加功能:增加 PHP内置函数 juliantojd() ,jdtojulian()
需求描述:在宝塔的所有PHP版本中,都缺少这个内置函数,希望官方能确认,增加。
if(function_exists('juliantojd')){
echo juliantojd(03,22,2000);
}
else{
echo 'juliantojd()函数未定义';
}
echo '<br>';
if(function_exists('jdtojulian')){
echo jdtojulian(2451636);
}
else{
echo 'jdtojulian()函数未定义';
}
echo '<br><br>';
phpinfo();
|
-
服务器5.5
-
服务器5.6
-
服务器7.0
-
服务器7.1
-
服务器7.2
-
服务器7.3
-
服务器7.4
-
本地测试
|