Php/docs/class.swoole-websocket-server

提供:Dev Guides
< Php
2020年12月14日 (月) 12:47時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(PECL swoole >= 1.9.0)

はじめに

クラス概要


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

/* メソッド */

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

/* 継承したメソッド */

public Swoole\Http\Server::on ( string $event_name , callable $callback ) : void

public Swoole\Http\Server::start ( ) : void

}

目次