PHP cal_days_in_month() function
In this article, you will learn how to get the number of days in the month of a certain year. The cal_days_in_month() function returns the number of days of the given month and the given year of the calendar. What is the syntax of the cal_days_in_month() function in PHP? Parameters Details calendar The calendar to …