Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18867 программистов и 1635 роботов. Сейчас ищет 2031 программист ...
Net_Server_Handler::onConnectionRefused
Вернуться к: Net_Server
Net_Server_Handler::onConnectionRefused
Net_Server_Handler::onConnectionRefused() – onConnectionRefused handler
Synopsis
require_once 'ServerHandler.php';
void Net_Server_Handler::onConnectionRefused ( integer $clientId = 0 )
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.
Вернуться к: Net_Server