文件名称:chinese-calendar:中国农历(阴历)与阳历(公历)转换与查询工具
文件大小:12KB
文件格式:ZIP
更新时间:2024-03-21 11:27:54
calendar solar chinese lunar solar2lunar
中国历法 :calendar:中国农历(阴历)与阳历(公历)转换与查询工具 正在安装 $ composer require overtrue/chinese-calendar -vvv 用法 use Overtrue \ ChineseCalendar \ Calendar ; date_default_timezone_set ( 'PRC' ); $ calendar = new Calendar (); $ result = $ calendar -> solar ( 2017 , 5 , 5 ); // 阳历 $ result = $ calendar -> lunar ( 2017 , 4 , 10 ); // 阴历 $ result = $ calendar -> solar ( 2017 , 5 , 5 , 23 ) // 阳历,带 $hour 参数 结果: array ( 'lu
【文件预览】:
chinese-calendar-master
----README.md(4KB)
----composer.json(568B)
----src()
--------Calendar.php(41KB)
----.editorconfig(337B)