Net_Server_Driver_Fork::isConnected

Net_Server_Driver_Fork::isConnected() – check, whether a client is still connected

Synopsis

require_once 'ServerDriverFork.php';

boolean Net_Server_Driver_Fork::isConnected ( integer $id )

Description

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

Note

This function can not be called statically.