- PHP 手册
- 函数参考
- 针对服务器的扩展
- Apache
- Apache 函数
apache_reset_timeout
(PHP 5 >= 5.1.0, PHP 7)
apache_reset_timeout — 重置 Apache 写入计时器
说明
apache_reset_timeout ( void ) : boolapache_reset_timeout() 重置 Apache 写入计时器, 缺省为 300 秒. 通过 set_time_limit(0); ignore_user_abort(true) 和定期地调用 apache_reset_timeout(),Apache理论上可永远运行
此函数需要 Apache 1.
返回值
成功时返回 TRUE
, 或者在失败时返回 FALSE
。
注释
Note: 当 PHP 运行在 安全模式 时,不能使用此函数。
参见
- set_time_limit() - 设置脚本最大执行时间
- ignore_user_abort() - 设置客户端断开连接时是否中断脚本的执行
User Contributed Notes
There are no user contributed notes for this page.官方地址:https://www.php.net/manual/en/function.apache-reset-timeout.php