Query: apache_reset_timeout
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
APACHE_RESET_TIMEOUT(3) 1 APACHE_RESET_TIMEOUT(3) apache_reset_timeout - Reset the Apache write timerSYNOPSISbool apache_reset_timeout (void )DESCRIPTIONapache_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 VALUESReturns TRUE on success or FALSE on failure.NOTESNote This function is disabled when PHP is running in safe mode.SEE ALSOset_time_limit(3), ignore_user_abort(3). PHP Documentation Group APACHE_RESET_TIMEOUT(3)