PHP
downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

apache_response_headers> <apache_request_headers
Last updated: Fri, 09 Jan 2009

view this page in

apache_reset_timeout

(PHP 5 >= 5.1.0)

apache_reset_timeoutRestaurar el temporizador de Apache

Descripción

bool apache_reset_timeout ( void )

apache_reset_timeout() restaura el temporizador de Apache, el cual tiene por defecto 300 segundos. Con set_time_limit(0); ignore_user_abort(true) y periódicas llamadas a apache_reset_timeout(), Apache puede trabajar por siempre teóricamente.

Esta función requiere de Apache 1.

Valores retornados

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

Notes

Note: Esta función no está habilitada en safe-mode (modo-seguro)



add a note add a note User Contributed Notes
apache_reset_timeout
There are no user contributed notes for this page.

apache_response_headers> <apache_request_headers
Last updated: Fri, 09 Jan 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites