Tema: microtime()
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/03/2008, 12:20
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: microtime()

¿Que versión de Windows manejas?, yo no tengo problemas para usar microtime() bajo Windows XP.

El manual específicamente dice:
Cita:
microtime() returns the current Unix timestamp with microseconds. This function is only available on operating systems that support the gettimeofday() system call.
Windows soporta esta llamada, por lo que mas bien, es que versión de Windows manejas, igual y tienes desactivado algo especifico.

Saludos.