cuke4php = new Cuke4Php($_sFeaturePath, $_iPort); } function onReceiveData($iClientId = 0, $data = "") { $output = json_encode($this->cuke4php->process($data)) . "\n"; $this->_server->sendData($iClientId, $output); } function onClose($iClientId) { // Do nothing } } ?>