PHP Conference Ehime 2026

Swoole\Timer::clearAll

(No version information available, might only be in Git)

Swoole\Timer::clearAllClear all timers in the current process.

Description

public static function Swoole\Timer::clearAll(): bool

Clear all timers in the current process. As of Swoole 4.4.0.

Return Values

Returns true on success or false on failure. false is returned when no timer has been created in this process yet. Only timers created from PHP are removed; internal timers are left in place.

add a note

User Contributed Notes

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