EventConfig::setFlags
(PECL event >= 2.0.2-alpha)
EventConfig::setFlags — Sets one or more flags to configure the eventual EventBase will be initialized
Beschreibung
$flags
): boolSets one or more flags to configure what parts of the eventual EventBase will be initialized, and how they'll work.
Parameter-Liste
-
flags
-
One of
EventBase::LOOP_*
constants. See EventBase constants.
Rückgabewerte
Gibt bei Erfolg true
zurück. Bei einem Fehler wird false
zurückgegeben.
Siehe auch
- EventBase::getFeatures() - Returns bitmask of features supported