Asyncore
|
Static Public Member Functions | |
static | init (callable $message_handler) |
static | send ($data) |
The class used by worker scripts to interact with their "master."
|
static |
Initiates the worker script and registers a message handler.
callable | $message_handler | The function to be called when the master sends a message. |
|
static |
Sends an object to the master.
$data |