WebSocket->closing) { $this->getConnection()->send(chr(0) . $msg . chr(255)); } return $this; } public function close() { if (!$this->WebSocket->closing) { $this->getConnection()->send(chr(255)); $this->getConnection()->close(); $this->WebSocket->closing = true; } } }