getConnection()->send(chr(0) . $msg . chr(255)); } public function close() { return $this->getConnection()->close(); } }