请输入您要查询的百科知识:

 

词条 cal_days_in_month
释义

定义和用法

cal_days_in_month() 函数针对指定的年份和日历,返回一个月中的天数。

语法

cal_days_in_month(calendar,month,year)

参数 描述

calendar 必需。规定要使用的历法。

month 必须。规定月。

year 必须。规定年。

例子

<?php
$d=cal_days_in_month(CAL_GREGORIAN,10,2005);
echo("There was $d days in October 2005");
?>输出:

There was 31 days in October 2005PHP Array 函数

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2024/12/24 3:38:54