diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #153 swoole version 4.4.8 ] { +Extension [ <persistent> extension #154 swoole version 4.4.10 ] { - INI { Entry [ swoole.enable_coroutine <ALL> ] @@ -22,11 +22,11 @@ Extension [ <persistent> extension #153 swoole version 4.4.8 ] { } - Constants [317] { - Constant [ string SWOOLE_VERSION ] { 4.4.8 } - Constant [ integer SWOOLE_VERSION_ID ] { 40408 } + Constant [ string SWOOLE_VERSION ] { 4.4.10 } + Constant [ integer SWOOLE_VERSION_ID ] { 40410 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 8 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 10 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -2741,7 +2741,7 @@ Extension [ <persistent> extension #153 swoole version 4.4.8 ] { - Static properties [0] { } - - Static methods [2] { + - Static methods [3] { Method [ <internal:swoole> static public method enableStrictMode ] { - Parameters [0] { @@ -2755,6 +2755,12 @@ Extension [ <persistent> extension #153 swoole version 4.4.8 ] { Parameter #1 [ <optional> $flags ] } } + + Method [ <internal:swoole> static public method getHookFlags ] { + + - Parameters [0] { + } + } } - Properties [0] { |