Swoole Swoole\WebSocket\Server 클래스

(PECL swoole >= 1.9.0)


소개


클래스 개요

                  
class Swoole\WebSocket\Server extends Swoole\Http\Server {

  /* Methods */
  public exist(int $fd): bool
  public on(string $event_name, callable $callback): ReturnType
  public static pack(
      string $data,
      string $opcode = ?,
      string $finish = ?,
      string $mask = ?
  ): binary
  public push(
      string $fd,
      string $data,
      string $opcode = ?,
      string $finish = ?
  ): void
  public static unpack(binary $data): string

  /* Inherited methods */
  public Swoole\Http\Server::on(string $event_name, callable $callback): void
  public Swoole\Http\Server::start(): void
}
                  
                

목차