PHP getdate() 函数
PHP getdate() 函数
定义和用法
getdate() 函数返回某个时间戳或者当前本地的日期/时间的日期/时间信息。
语法
getdate(timestamp);
参数 | 描述 |
---|---|
timestamp | 可选。规定整数的 Unix 时间戳。默认为当前本地时间(time())。 |
技术细节
返回值: | 返回带有与时间戳相关的信息的关联数组:
|
---|---|
PHP 版本: | 4+ |
PHP Date/Time 参考手册
相关文章
- PHP 超级全局变量
- PHP 包含文件 include 和 require 语句
- PHP 文件处理
- PHP 异常处理
- PHP 过滤器
- PHP array_key_first() 函数
- PHP array_push() 函数
- PHP array_udiff() 函数
- PHP array_udiff_assoc() 函数
- PHP array_values() 函数
- PHP count() 函数
- PHP current() 函数
- PHP end() 函数
- PHP in_array() 函数
- PHP key() 函数
- PHP ksort() 函数
- PHP rsort() 函数
- PHP sort() 函数
- PHP uasort() 函数
- PHP Filter 函数