php / 8.1.5 / eventconfig.setflags.html /

EventConfig::setFlags

(PECL event >= 2.0.2-alpha)

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

Description

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.

Parameters

flags

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

Return Values

Returns true on success or false on failure.

See Also

© 1997–2021 The PHP Documentation Group
Licensed under the Creative Commons Attribution License v3.0 or later.
https://www.php.net/manual/en/eventconfig.setflags.php