百科狗-知识改变命运!

DateTime::getTimestamp() - php 日期时间类

百变鹏仔2年前 (2023-11-21)阅读数 29#技术干货
文章标签风格

DateTime::getTimestamp()

DateTimeImmutable::getTimestamp

DateTimeInterface::getTimestamp

date_timestamp_get

(PHP 5 >= 5.3.0, PHP 7)

DateTime::getTimestamp() - php 日期时间类

Gets the Unix timestamp

说明

面向对象风格
publicDateTime::getTimestamp(void): intpublicDateTimeImmutable::getTimestamp(void): intpublicDateTimeInterface::getTimestamp(void): int过程化风格
date_timestamp_get(DateTimeInterface$object): int

Gets the Unix timestamp.

参数

此函数没有参数。

返回值

Returns the Unix timestamp representing the date.

范例

Example #1DateTime::getTimestamp()example

面向对象风格


过程化风格


以上例程的输出类似于:

1272509157

注释

UsingUas the parameter toDateTime::format()is an alternative when using PHP 5.2.

参见

  • DateTime::setTimestamp() 以 Unix 时间戳的方式设置 DateTime 对象
  • DateTime::format() Returns date formatted according to given format
In 32-bit system the unix timestamp will overflow if the date goes beyond year 2038 and this method will return false. In 64-bit systems this function will still work as intended. For more information please see http://en.wikipedia.org/wiki/Year_2038_problem.
Note that for dates before the unix epoch getTimestamp() will return false, whereas format("U") will return a negative number.

Miguel's comment is wrong - getTimeStamp() always returns a timestamp, this has nothing to do with timezones at all, as you can see below.
What's really happening in Miguel's example, is he is parsing the input dates in different timezones.
There is no such thing as "a timestamp relative to the timezone".

内容声明:本文中引用的各种信息及资料(包括但不限于文字、数据、图表及超链接等)均来源于该信息及资料的相关主体(包括但不限于公司、媒体、协会等机构)的官方网站或公开发表的信息。部分内容参考包括:(百度百科,百度知道,头条百科,中国民法典,刑法,牛津词典,新华词典,汉语词典,国家院校,科普平台)等数据,内容仅供参考使用,不准确地方联系删除处理!本站为非盈利性质站点,本着为中国教育事业出一份力,发布内容不收取任何费用也不接任何广告!)
{if $zbp->Config('yd1125')->foot}