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])

Description

Ce module n'est actuellement pas documenté.

Paramètres

entier $clientId

ID of the client

chaîne de caractères $data

data to send

booléen $debugData

flag to indicate whether data that is written to socket should also be sent as debug message

Valeurs renvoyées

throws no exceptions thrown

Note

Cette fonction ne peut pas être appelée de façon statique.