Swoole\Runtime::enableCoroutine

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

Swoole\Runtime::enableCoroutineHabilitar corrutinas para funciones específicas

Descripción

public static Swoole\Runtime::enableCoroutine(int $flags = SWOOLE_HOOK_ALL): void

Este método habilita el soporte de corrutinas para funciones PHP específicas según los flags proporcionados. Debe ser llamado una vez al inicio de la aplicación.

Valores devueltos

No se retorna ningún valor.

add a note

User Contributed Notes

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