APACHE_RESET_TIMEOUT(3) 1 APACHE_RESET_TIMEOUT(3)
apache_reset_timeout - Reset the Apache write timer
SYNOPSIS
bool apache_reset_timeout (void )
DESCRIPTION
apache_reset_timeout(3) resets the Apache write timer, which defaults to 300 seconds. With set_time_limit(0); ignore_user_abort(true) and
periodic apache_reset_timeout(3) calls, Apache can theoretically run forever.
This function requires Apache 1.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
NOTES
Note
This function is disabled when PHP is running in safe mode.
SEE ALSO
set_time_limit(3), ignore_user_abort(3).
PHP Documentation Group APACHE_RESET_TIMEOUT(3)