Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/11/2012, 09:50
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: Microtime negativo ¿en contra de la física?

Probaste pasándole el flag get_as_float a true ?

Código PHP:
Ver original
  1. $tiempoinicio = microtime(true);
  2. //query
  3. $tiempofinal = microtime(true);
  4. $tiempo = $tiempofinal - $tiempoinicio;
__________________
http://es.phptherightway.com/
thats us riders :)