摘要:
/** * 计算持续时长 * * @param int $second 秒数 * @return string $duration 5天10小时43分钟40秒 */ function second2duration($seconds) { $duration = ''; $seconds = (int) $seconds; if ($seconds 0) ... 阅读全文
posted @ 2018-06-15 15:59
gentsir
阅读(1476)
评论(0)
推荐(0)

浙公网安备 33010602011771号