コード例 #1
0
ファイル: websocket.server.php プロジェクト: sinfocol/gwf3
 public function isAdmin(WebSocketConnection $con)
 {
     return $this->getAdminKey() === $con->getAdminKey();
 }