Dutch PHP Conference 2025 - Call For Papers

EventConfig::setFlags

(PECL event >= 2.0.2-alpha)

EventConfig::setFlagsSets one or more flags to configure the eventual EventBase will be initialized

Опис

public EventConfig::setFlags( int $flags ): bool

Sets one or more flags to configure what parts of the eventual EventBase will be initialized, and how they'll work.

Параметри

flags

One of EventBase::LOOP_* constants. See EventBase constants.

Значення, що повертаються

Повертає true у разі успіху або false в разі помилки.

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top