Php/docs/class.swoole-event

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

(PECL swoole >= 1.9.0)

はじめに

クラス概要


Swoole\Event {

/* メソッド */

public static add ( int $fd , callable $read_callback [, callable $write_callback [, string $events ]] ) : bool

public static defer ( mixed $callback ) : void

public static del ( string $fd ) : bool

public static exit ( ) : void

public static set ( int $fd [, string $read_callback [, string $write_callback [, string $events ]]] ) : bool

public static wait ( ) : void

public static write ( string $fd , string $data ) : void

}

目次