php8.5
Home/ Manual/ swoole / timer/ Swoole\Timer::exists

Swoole\Timer::exists

PHP function Edit on GitHub ✎

(PECL swoole >= 1.9.0)

Check if a timer is existed.

Description

Swoole\Timer::exists(int $timer_id): bool

Checks whether a timer with the given ID exists in the current process.

Parameters

timer_id

The timer ID returned by Swoole\Timer::tick or Swoole\Timer::after.

Return Values

Returns true if a timer with this ID exists in the current process, false otherwise.

Source: reference/swoole/swoole/timer/exists.xml · from the official PHP manual (php/doc-en)