PHP cal_days_in_month() 函数
定义和用法
cal_days_in_month() 函数针对指定的年份和日历,返回一个月中的天数。
语法
cal_days_in_month(calendar,month,year)
| 参数 | 描述 |
|---|---|
| calendar | 必需。规定要使用的历法。 |
| month | 必须。规定月。 |
| year | 必须。规定年。 |
例子
输出:
There was 31 days in October 2005
© 版权声明
THE END








暂无评论内容