摘要: 将秒数转换成时分秒,PHP提供了一个函数gmstrftime,不过该函数仅限于24小时内的秒数转换。对于超过24小时的秒数,我们应该怎么让其显示出来呢,例如25:00:00$time= 3600*25 ;function changeTimeType($time){ if ($time >3600) 阅读全文
posted @ 2018-03-13 20:08 正义的棒棒糖 阅读(299) 评论(0) 推荐(0)