EVENTCONFIG(3) 1 EVENTCONFIG(3)
The EventConfig class
INTRODUCTION
Represents configuration structure which could be used in construction of the EventBase .
CLASS SYNOPSIS
EventConfig
final
EventConfig
Constants
o const integer$EventConfig::FEATURE_ET1
o const integer$EventConfig::FEATURE_O12
o const integer$EventConfig::FEATURE_FDS4
Methods
o public bool EventConfig::avoidMethod (int $method)
o public EventConfig::__construct (void )
o public bool EventConfig::requireFeatures (int $feature)
o public void EventConfig::setMaxDispatchInterval (int $max_interval, int $max_callbacks, int $min_priority)
PREDEFINED CONSTANTS
o EventConfig::FEATURE_ET - Requires a backend method that supports edge-triggered I/O.
o EventConfig::FEATURE_O1 - Requires a backend method where adding or deleting a single event, or having a single event become
active, is an O(1) operation.
o EventConfig::FEATURE_FDS - Requires a backend method that can support arbitrary file descriptor types, and not just sockets.
PHP Documentation Group EVENTCONFIG(3)