apache_reset_timeout
(PHP 5 >= 5.1.0)
apache_reset_timeout — بازنشانی تایمر نوشتن Apache
Description
bool apache_reset_timeout
( void
)
apache_reset_timeout() تایمر نوشتن آپاچی را بازنشانی میکند و آن را برابر با مقدار ۳۰۰ ثانیه قرار میدهد. به وسیله set_time_limit(0); ignore_user_abort(true) و فراخوانی متناوب apache_reset_timeout() آپاچی در تئوری قادر به عملکرد بینهایت است.
این تابع نیازمند 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() - Limits the maximum execution time
- ignore_user_abort() - Set whether a client disconnect should abort script execution
There are no user contributed notes for this page.
