Net_Server_Handler::onConnectionRefused

Net_Server_Handler::onConnectionRefused() – onConnectionRefused handler

Synopsis

require_once 'ServerHandler.php';

void Net_Server_Handler::onConnectionRefused ( integer $clientId = 0 )

Description

This handler is called, when a new client tries to connect but is not allowed to Available in:

  • Net_Server_Sequential

Parameter

integer $clientId

unique id of the client

Throws

throws no exceptions thrown

Note

This function can not be called statically.

onConnect handler (Previous) onIdle handler (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.