PHP cal_info() 函數(shù)
PHP cal_info() 函數(shù)
定義和用法
cal_info() 函數(shù)返回有關(guān)指定歷法的信息。
語(yǔ)法
cal_info(calendar);
參數(shù) | 描述 |
---|---|
calendar | 可選。規(guī)定一個(gè)表示要使用的歷法的數(shù)字??梢允褂孟旅孢@些常量:
提示:如果 calendar 參數(shù)被省略,cal_info() 返回有關(guān)所有歷法的信息。 |
技術(shù)細(xì)節(jié)
返回值: | 返回包含如下日歷元素的數(shù)組:
|
---|---|
PHP 版本: | 4.1+ |
更新日志: | 在 PHP 5.0 中,calendar 參數(shù)是可選的。 |

相關(guān)文章
- PHP 安裝
- PHP echo 和 print 語(yǔ)句
- PHP EOF(heredoc) 使用說(shuō)明
- PHP 常量
- PHP 字符串
- PHP 函數(shù)
- PHP 命名空間 namespace
- PHP 文件處理
- PHP 文件上傳
- PHP array_flip() 函數(shù)
- PHP array_key_last() 函數(shù)
- PHP array_keys() 函數(shù)
- PHP array_merge_recursive() 函數(shù)
- PHP array_walk() 函數(shù)
- PHP arsort() 函數(shù)
- PHP current() 函數(shù)
- PHP krsort() 函數(shù)
- PHP prev() 函數(shù)
- PHP reset() 函數(shù)
- PHP PDO