PHP cal_days_in_month() 函数
PHP cal_days_in_month() 函数
PHP Calendar 参考手册
实例
针对指定的年份和历法,获取一个月中的天数:
<?php
$d=cal_days_in_month(CAL_GREGORIAN,10,2005);
echo "There was $d days in October 2005";
?>
定义和用法
cal_days_in_month() 函数针对指定的年份和历法,返回一个月中的天数。
语法
cal_days_in_month(
calendar,month,year);
参数
描述
calendar
必需。规定要使用的历法。请参阅
PHP Calendar 常量
。
month
必需。规定选定历法中的月。
year
必需。规定选定历法中的年。
技术细节
返回值:
针对给定的年份和历法,返回选定月份中的天数。
PHP 版本:
4.1+
PHP Calendar 参考手册
目录
PHP 正则表达式(PCRE)
PHP 图像处理
PHP 5 Array 函数
PHP 5 Calendar 函数
PHP cURL 函数
PHP 5 Date/Time 函数
PHP 5 Directory 函数
PHP Error 和 Logging 函数
PHP 5 Filesystem 函数
PHP Filter 函数
PHP FTP 函数
PHP HTTP 函数
PHP Libxml 函数
PHP Mail 函数
PHP 5 Math 函数
PHP 杂项 函数
PHP 5 MySQLi 函数
PHP 5 SimpleXML 函数
PHP lcfirst() 函数
PHP 5 String 函数
PHP XML Parser 函数
PHP Zip File 函数
PHP 5 时区