connection_aborted

(PHP 3 >= 3.0.7, PHP 4, PHP 5)

connection_aborted -- Check whether if client disconnected

说明

int connection_aborted ( void )

Checks whether if the client disconnected.

返回值

Returns 1 if client disconnected, 0 otherwise.

参见

connection_status()
ignore_user_abort()
Connection Handling for a complete description of connection handling in PHP.