Ver Mensaje Individual
  #9 (permalink)  
Antiguo 04/11/2011, 10:09
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
Respuesta: max_execution_time

Se llama una vez que se cumple el tiempo límite (definido por set_time_limit()). Cada que tu ejecutas un script, en cuanto llames a register_shutdown_function se va a ejecutar la función que hayas definido.