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.1 ] { +Extension [ <persistent> extension #153 swoole version 4.4.2 ] { - INI { Entry [ swoole.enable_coroutine <ALL> ] @@ -22,11 +22,11 @@ Extension [ <persistent> extension #153 swoole version 4.4.1 ] { } - Constants [311] { - Constant [ string SWOOLE_VERSION ] { 4.4.1 } - Constant [ integer SWOOLE_VERSION_ID ] { 40401 } + Constant [ string SWOOLE_VERSION ] { 4.4.2 } + Constant [ integer SWOOLE_VERSION_ID ] { 40402 } Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 } Constant [ integer SWOOLE_MINOR_VERSION ] { 4 } - Constant [ integer SWOOLE_RELEASE_VERSION ] { 1 } + Constant [ integer SWOOLE_RELEASE_VERSION ] { 2 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ boolean SWOOLE_DEBUG ] { } Constant [ integer SWOOLE_BASE ] { 1 } @@ -703,7 +703,7 @@ Extension [ <persistent> extension #153 swoole version 4.4.1 ] { - Static properties [0] { } - - Static methods [10] { + - Static methods [11] { Method [ <internal:swoole> static public method add ] { - Parameters [4] { @@ -774,6 +774,12 @@ Extension [ <persistent> extension #153 swoole version 4.4.1 ] { } } + Method [ <internal:swoole> static public method rshutdown ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole> static public method exit ] { - Parameters [0] { |