Net_Server_Handler::onClose() -- onClose handler
Description
This handler is called, when a client disconnects from the server Available in:
Net_Server_Sequential
Net_Server_Fork
Parameter
- integer
$clientId
unique id of the client, in Net_Server_Fork, this is always 0
Throws
throws no exceptions thrown
Note
This function can not be called
statically.