connection_aborted

(PHP 4, PHP 5, PHP 7, PHP 8)

connection_aborted检查客户端是否已经断开

说明

connection_aborted(): int

检查客户端是否已经断开。

参数

此函数没有参数。

返回值

如果客户端已经断开则返回1,否则返回0。

参见

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top