Ver Mensaje Individual
  #10 (permalink)  
Antiguo 16/07/2004, 02:19
Anarko
 
Fecha de Ingreso: febrero-2004
Mensajes: 1.987
Antigüedad: 20 años, 2 meses
Puntos: 22
Este valor sólo es cacheado durante el tiempo de vida de una petición simple.

Estoy colocando mal el clearcache?

$file = 'charlas/'.SESSION_ID().'.txt';
$ac = filectime($file);
clearstatcache();
echo time(date('Y-m-d')).' <-<br>';
echo $ac.'<br>1089964197 estava antes';
$ram =time(date('Y-m-d'))-$ac;
echo "exito!: $ram";