Net_Server_Driver_Fork::broadcastData()

Net_Server_Driver_Fork::broadcastData() -- send data to all clients

Synopsis

require_once 'ServerDriverFork.php';

void Net_Server_Driver_Fork::broadcastData (string $data [, array $exclude = array()])

Description

Ce module n'est actuellement pas documenté.

Paramètres

chaîne de caractères $data

data to send

array $exclude

client ids to exclude

Valeurs renvoyées

throws no exceptions thrown

Note

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