欢迎访问服务器技术网-www.fuwuqijishu.com

PHP cal_days_in_month() 函数

PHP fuwuqijishu 2年前 (2022-09-04) 7次浏览 0个评论 扫描二维码
文章目录[隐藏]

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

喜欢 (0)
发表我的评论
取消评论
表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

Warning: error_log(/www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/#log/log-2218.txt): failed to open stream: No such file or directory in /www/wwwroot/fuwiqijishu/wp-content/plugins/spider-analyser/spider.class.php on line 2900