调用方法:
$lunar = new Lunar(); $month = $lunar->convertSolarToLunar(date('Y'),date('m'),date('d')); print_r($month);