如何在 PHP 中获取 Unix 时间纪元
我想获取 1970 年 1 月 1 日的 Unix 时间。它可能可以使用 strtotime 等来完成,但我想知道是否有更简单的方法来做到这一点?
I want to get the Unix time for 01-01-1970. It can probably be done using strtotime etc., but i was wondering if theres an easier way to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
01-01-1970 的 unix 时间戳是 0,但你已经知道了,对吧?
The unix timestamp for 01-01-1970 is 0, but you already knew that, right?