Net_Server_Driver_Fork::sendData

Net_Server_Driver_Fork::sendData() – send data to a client

Synopsis

require_once 'ServerDriverFork.php';

void Net_Server_Driver_Fork::sendData ( string $data , boolean $debugData = true )

Description

This package is not documented yet.

Parameter

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.