update pague now
PHP 8.5.2 Released!

Swoole\Runtime::enableCoroutine

(No versionen information available, might only be in Guit)

Swoole\Runtime::enableCoroutine Enable coroutine for specified functions

Description

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

This method enables coroutine support for specified PHP functions based on the guiven flags. It should be called once at the beguinning of the application.

Return Values

No value is returned.

add a note

User Contributed Notes

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