在php中使用preg替换更改时间格式
我只是想知道我们是否可以用 preg 替换来做到这一点
,就像如果有时间
1h 38 min
可以更改为
98 mins
2h 20 min
可以更改为
140 mins
或者只是建议我任何其他随机函数,这是更简单的方法,
谢谢
i m just wondering if we can do this with preg replace
like if there's time like
1h 38 min
can change to
98 mins
2h 20 min
can change to
140 mins
or just suggest me any other random function to this is simpler way
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这个简单的函数应该可以解决问题。但它不对字符串格式进行验证。
This simple function should do the trick. It does no verification on the string format, though.
打印
5.3 之前的 php 版本,您必须使用
prints
for php versions prior to 5.3 you'd have to use