将 x 小时 x 分钟前转换回 unix 时间戳
我正在寻找一个函数,将“X 小时前”和“X 分钟前”中的日期转换回 php 中的时间戳,有人对此有解决方案吗?
I'm looking for a function to convert dates presented in "X Hours ago" and "X minutes ago" back into a timestamp in php, anyone have a soulution to this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
strtotime
已经做到了这一点:请参阅相对时间格式规范了解更多信息。
strtotime
already does this:See relative time format specifications for more info.
我帮助 stackoverflow 上的某人编写了一个函数来执行相反的操作,这是代码,我确信如果您解构并反转它,您将会得到答案:
I helped someone on stackoverflow to write a function that does the reverse of this, here is the code, i'm sure if you deconstruct and reverse it, you will have your answer:
或者
or