
16/07/2004, 02:19
|
| | Fecha de Ingreso: febrero-2004
Mensajes: 1.987
Antigüedad: 21 años, 1 mes 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"; |