PHP date_timestamp_get() 函数
定义和用法
date_timestamp_get() 函数返回 Unix 时间戳。
语法
date_timestamp_get(object)
参数值
参数 | 描述 |
---|---|
object | 必需。指定 date_create() 返回的 DateTime 对象。 |
技术细节
返回值 | 返回表示日期的 Unix 时间戳 |
---|---|
PHP 版本 | 5.3+ |
❮ PHP 日期/时间参考
date_timestamp_get() 函数返回 Unix 时间戳。
date_timestamp_get(object)
参数 | 描述 |
---|---|
object | 必需。指定 date_create() 返回的 DateTime 对象。 |
返回值 | 返回表示日期的 Unix 时间戳 |
---|---|
PHP 版本 | 5.3+ |
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]