apache_reset_timeout
apache_reset_timeout
(PHP 5 >= 5.1.0, PHP 7)
apache_reset_timeout - 重置 Apache 写入计时器
描述
bool apache_reset_timeout ( void )
apache_reset_timeout()
重置Apache写入计时器,默认值为300秒。用set_time_limit(0); ignore_user_abort(true)
和周期性的apache_reset_timeout()
调用,Apache理论上可以永久运行。
这个函数需要Apache 1。
返回值
成功时返回TRUE
或失败时返回FALSE
。
注意
注意
:当PHP在安全模式下运行时,此功能被禁用。
另请参阅
- set_time_limit() - 限制最大执行时间
- ignore_user_abort() - 设置客户端断开连接是否应中止脚本执行
← apache_request_headers
apache_response_headers →