PHP getdate() 函数
定义和用法
getdate() 函数返回时间戳或当前本地日期/时间的日期/时间信息。
语法
getdate(时间戳)
参数值
参数 | 描述 |
---|---|
时间戳 | 可选。指定一个整数 Unix 时间戳。默认是当前本地时间 (time()) |
技术细节
返回值 | 返回一个关联数组,其中包含与时间戳相关的的信息
|
---|---|
PHP 版本 | 4+ |
❮ PHP 日期/时间参考
getdate() 函数返回时间戳或当前本地日期/时间的日期/时间信息。
getdate(时间戳)
参数 | 描述 |
---|---|
时间戳 | 可选。指定一个整数 Unix 时间戳。默认是当前本地时间 (time()) |
返回值 | 返回一个关联数组,其中包含与时间戳相关的的信息
|
---|---|
PHP 版本 | 4+ |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]