_TCPServer_Broadcast
Previous Top Next

_TCPServer_Broadcast ( string $sData [ , int $iExceptSocket = 'none' ] )

·     $sData: Data to broadcast to all connected clients.
·     $iExceptSocket [optional]: Socket ID that won't receive the broadcast. Default is 'none' (all connected clients will receive.

Sends data to all connected clients.

Return value
            None