|
PHP5中文手册
cal_days_in_month(PHP 4 >= 4.0.7, PHP 5) cal_days_in_month — Return the number of days in a month for a given year and calendar 说明
int cal_days_in_month
( int $calendar
, int $month
, int $year
)
This function will return the number of days in the month of year for the specified calendar . 参数
返回值The length in days of the selected month in the given calendar 范例
Example#1 cal_days_in_month() example
<?php |