PHP 8.5.0 Alpha 4 available for testing

Swoole\Runtime::getHookFlags

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

Swoole\Runtime::getHookFlagsGet current hook flags

Beschreibung

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.

Parameter-Liste

This function has no parameters.

Rückgabewerte

Returns the current hook flags as a bitmask.

add a note

User Contributed Notes

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