- 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 时区
PHP cal_info() 函数
实例
返回格利高里历法的信息:
<?php
print_r(cal_info(0));
?>
print_r(cal_info(0));
?>
定义和用法
cal_info() 函数返回有关指定历法的信息。
语法
cal_info(calendar);
参数 | 描述 |
---|---|
calendar | 可选。规定一个表示要使用的历法的数字。可以使用下面这些常量:
提示:如果 calendar 参数被省略,cal_info() 返回有关所有历法的信息。 |
技术细节
返回值: | 返回包含如下日历元素的数组:
|
---|---|
PHP 版本: | 4.1+ |
更新日志: | 在 PHP 5.0 中,calendar 参数是可选的。 |
PHP Calendar 参考手册
关注微信小程序
扫描二维码
程序员编程王