您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

php时间函数php把秒数转换为时长(h:i:s格式)

2024/6/30 14:44:47发布26次查看
具体代码如下
/** * 把秒数转换为时分秒的格式 * @param int $times 时间,单位 秒 * @return string */ function sectotime($times){ $result = '00:00:00'; if ($times>0) { $hour = floor($times/3600); $minute = floor(($times-3600 * $hour)/60); $second = floor((($times-3600 * $hour) - 60 * $minute) % 60); $result = $hour.':'.$minute.':'.$second; } return $result; }
以上就是php时间函数php把秒数转换为时长(h:i:s格式)的详细内容。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product