PHP cal_info() Function
The cal_info() function returns information about a
particular calendar.
Syntax
cal_info(int $calendar = -1): array
Try It Online
Output
Click Run to execute your code
Related Functions
- cal_days_in_month() - Return the number of days in a month for a given year and calendar
Enjoying these tutorials?