设置为 false(默认)- 客户端中止将导致脚本停止运行:
<?php
ignore_user_abort();
?>
上面代码的输出可能是:
0
ignore_user_abort() 函数设置用户在断开连接时是否应中止脚本执行。
ignore_user_abort(
setting)
Parameter | Description |
---|---|
setting | Optional. TRUE ignores user aborts in a script (the script will continue to run). This is FALSE by default, meaning that client aborts will cause the script to stop running |
返回值: | 返回用户中止设置的先前值 |
---|---|
PHP 版本: | 4+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!