Swoole\Runtime::getHookFlags

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

Swoole\Runtime::getHookFlagsGet current hook flags

说明

public static Swoole\Runtime::getHookFlags(): int

Gets the current hook flags. Note that the returned flags might differ from what was set if some hooks failed.

参数

This function has no parameters.

返回值

Returns the current hook flags as a bitmask.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top