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.

説明

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

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

戻り値

成功した場合に true を、失敗した場合に false を返します。 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