void setCallbackObject(
&$object, object
$object)
|
|
register a callback object
The callback object is the actual server, that contains the logic to process the events triggered by the driver class.
The best way to create a callback object is to extend the Net_Server_Handler class.
Parameters:
void setDebugMode(
mixed
$debug, [string
$dest = "stdout"])
|
|
Set debug mode
Debug information can either be written to a logfile or standard out (= the console).
To disable debugging, pass false as first parameter.
Parameters: