function strcounts($start,$end){
return strtotime($end)-strtotime($start);
}
echo strcounts('2006-02-08 03:03:06','2006-02-08 03:06:06');
全站熱搜
function strcounts($start,$end){
return strtotime($end)-strtotime($start);
}
echo strcounts('2006-02-08 03:03:06','2006-02-08 03:06:06');