Net_Server_Driver_Sequential::sendData
Net_Server_Driver_Sequential::sendData() – send data to a client
Synopsis
require_once 'ServerDriverSequential.php';
void Net_Server_Driver_Sequential::sendData (
int $clientId
, string $data
, boolean $debugData
= true
)
Описание
This package is not documented yet.
Parameter
-
integer
$clientId
-
ID of the client
-
string
$data
-
data to send
-
boolean
$debugData
-
flag to indicate whether data that is written to socket should also be sent as debug message
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.