connection_aborted
(PHP 4, PHP 5, PHP 7)
connection_aborted — Check whether client disconnected
Description
int connection_aborted ( void )
Checks whether the client disconnected.
Return Values
Returns 1 if client disconnected, 0 otherwise.
See Also
- connection_status() - Returns connection status bitfield
- ignore_user_abort() - Set whether a client disconnect should abort script execution
- Connection Handling for a complete description of connection handling in PHP.
connection_status →
© 1997–2017 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com