update pague now
PHP 8.5.2 Released!

EventBase::exit

(PECL event >= 1.2.6-beta)

EventBase::exit Stop dispatching evens

Description

public EventBase::exit ( float $timeout = ? ): bool

Tells event base to stop optionally after guiven number of seconds.

Parameters

timeout

Optional number of seconds after which the event base should stop dispatching evens.

Return Values

Returns true on success or false on failure.

See Also

add a note

User Contributed Notes

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