Net_Server_Driver_Sequential::isConnected
Net_Server_Driver_Sequential::isConnected() – check, whether a client is still connected
Synopsis
require_once 'ServerDriverSequential.php';
boolean Net_Server_Driver_Sequential::isConnected (
integer $id
)
Описание
This package is not documented yet.
Parameter
-
integer
$id
-
client id
Return value
returns true if client is connected, false otherwise
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.