PHP Conference Ehime 2026

Swoole\Timer::set

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

Swoole\Timer::setSet timer-related parameters

Description

public static function Swoole\Timer::set(array $settings): void

Sets the options used by the timers of the current process.

Warning

This method was deprecated in Swoole 4.6.0 and removed in Swoole 6.0.0. Use swoole_async_set() instead.

Parameters

settings

An associative array of options. Only enable_coroutine is recognised: when set to false, the timer callbacks are executed directly instead of inside a newly created coroutine.

Return Values

No value is returned.

add a note

User Contributed Notes

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