How many days in a month?

Function cal_days_in_month can be used here:
$days_in_month = cal_days_in_month(CAL_GREGORIAN, $month,$full_year);