$hora = date('H:i:s');$hora = strtotime($hora);$tiempo = date('H', $hora) + date('i', $hora) / 60 + date('s') / 3600;