Swoole\Runtime::setHookFlags

Set hook flags for coroutine

Description

public static bool Swoole\Runtime::setHookFlags(int $flags)

Sets the hook flags for coroutine support. This dynamically changes the hook flags at runtime.

Parameters

flags

Bitmask of flags specifying which functions to hook. Same flags as enableCoroutine.

Return Values

Returns true on success or false on failure.