特别提示,php内置函数 gmstrftime
也能达到同样的效果,可以自行网上搜索参考用法。
将一个以秒为单位的数字间隔时间转换为“时:分:秒”的显示形式。
/**
* 将一个以秒为单位的数字间隔时间转换为“时:分:秒”的显示形式
* @param int $unixtime
* @return string
*/
function getTimeHIS($unixtime) {
$unixtime = (int)$unixtime;
$hour = intval($unixtime / 3600);
$hour && $unixtime = $unixtime - $hour * 3600;
$minute = intval($unixtime / 60);
$minute && $unixtime = $unixtime - $minute * 60;
return sprintf('%02d', $hour).':'.sprintf('%02d', $minute).':'.sprintf('%02d', $unixtime);
}
示例:
echo getTimeHIS(1000); //输出:00:16:40
echo gmstrftime('%H:%M:%S', 1000); //输出:00:16:40
未经允许不得转载:任鹏个人博客 » 将一个以秒为单位的数字间隔时间转换为“时:分:秒”的显示形式
最新评论
Forex wiki. https://lt.forex-stock-bitcoin-brokers.com
Magnificent items from you, man. I have take note your stuff
Following on from the 3rd March Meetings held by economic de
It is remarkable, rather valuable message dfgdlfg2131.32
一般都会有一个沙盒期的,过了沙盒期就会慢慢放出来
百度不收录是应为是新站的原因吗?
The spike in consumer prices that left inflation at a four-d