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

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

Note

This function can not be called statically.

check, whether a client is still connected (Previous) set maximum amount of simultaneous connections (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.