connection_aborted
(PHP 4, PHP 5)
connection_aborted — 检查客户端是否已经断开
说明
int connection_aborted ( void )检查客户端是否已经断开。
返回值
如果客户端已经断开则返回1,否则返回0。
参见
- connection_status() - 返回连接的状态位
- ignore_user_abort() - Set whether a client disconnect should abort script execution
- 查看连接处理 了解PHP处理连接的详情。