PHP Conference Ehime 2026

Swoole\Timer::set

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

Swoole\Timer::setSet timer-related parameters

Descrição

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

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

Aviso

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

Parâmetros

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.

Valor Retornado

Nenhum valor é retornado.

adicionar nota

Notas de Usuários

Não há notas de usuários para esta página.
To Top