PHP 8.4.0 RC4 available for testing

EventConfig::setFlags

(PECL event >= 2.0.2-alpha)

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

Descrição

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.

Parâmetros

flags

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

Valor Retornado

Retorna true em caso de sucesso ou false em caso de falha.

Veja Também

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top