EventConfig 類

EventConfig 類

(PECL event >= 1.2.6-beta)

簡介

表示可以實例化 EventBase 的配置結構。

類摘要

final class EventConfig {
/* Constants */
const int FEATURE_ET = 1;
const int FEATURE_O1 = 2;
const int FEATURE_FDS = 4;
/* 方法 */
public avoidMethod( string $method ): bool
public __construct()
public requireFeatures( int $feature ): bool
public setFlags( int $flags ): bool
public setMaxDispatchInterval( int $max_interval , int $max_callbacks , int $min_priority ): void
}

預定義常量

EventConfig::FEATURE_ET

需要支援邊緣觸發 I/O 的後端方法。

EventConfig::FEATURE_O1

要求新增/刪除 event 或者使 event 成為活躍的後端方法是O(1)操作。

EventConfig::FEATURE_FDS

需要一個可以支援任何檔案描述符型別的後端方法,而不僅僅是 socket 。

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *