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