PHP 日期函数 cal_days_in_month() PHP 数组函数 usort() PHP 日期时间函数 cal_from_jd() PHP 日期函数 cal_days_in_month() <?php $num = cal_days_in_month(CAL_GREGORIAN, 1, 20016); echo "There was $num days in Jan 20016"; ?> PHP 数组函数 usort() PHP 日期时间函数 cal_from_jd()