CakeFest 2024: The Official CakePHP Conference

EventConfig::setFlags

(PECL event >= 2.0.2-alpha)

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

Açıklama

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.

Bağımsız Değişkenler

flags

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

Dönen Değerler

Başarı durumunda true, başarısızlık durumunda false döner.

Ayrıca Bakınız

add a note

User Contributed Notes

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