摘要: /* * 计算时间差/两个时间日期相隔的天数,时,分,秒 * */ public function diff($begin_time, $end_time ) { if ($begin_time $days, "hour" => $hours, "min" => $mins, "sec" => $secs ); ret... 阅读全文
posted @ 2018-11-20 10:51 ノGHJ 阅读(496) 评论(0) 推荐(0)