Net_Server_Driver_Sequential::getClientInfo()

Net_Server_Driver_Sequential::getClientInfo() -- get current information about a client

Synopsis

require_once 'ServerDriverSequential.php';

array Net_Server_Driver_Sequential::getClientInfo (int $clientId)

Description

This package is not documented yet.

Parameter

integer $clientId

ID of the client

Return value

returns information about the client

Throws

throws no exceptions thrown

Note

This function can not be called statically.