PHP 教程

PHP 7 新特性

PHP cal_days_in_month() 函数

PHP Calendar 参考手册 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 Calendar 参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号