Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
Net_Server_Driver_Sequential::closeConnection
Вернуться к: Net_Server
Net_Server_Driver_Sequential::closeConnection
Net_Server_Driver_Sequential::closeConnection() – close connection to a client
Synopsis
require_once 'ServerDriverSequential.php';
void Net_Server_Driver_Sequential::closeConnection ( mixed $id = 0 , int $clientID )
This package is not documented yet.
Parameter
- mixed $id
-
- integer $clientID
-
internal ID of the client
Throws
throws no exceptions thrown
Note
This function can not be called statically.
Вернуться к: Net_Server