Net_Server_Driver_Sequential::closeConnection

Net_Server_Driver_Sequential::closeConnection() – クライアントへの接続を閉じる

Synopsis

require_once 'ServerDriverSequential.php';

void Net_Server_Driver_Sequential::closeConnection ( mixed $id = 0 , int $clientID )

Description

This package is not documented yet.

Parameter

mixed $id

integer $clientID

クライアントの内部IDを指定します。

Throws

throws 投げられる例外はありません。

Note

This function can not be called statically.