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 #147 swoole version 4.0.0 ] { +Extension [ <persistent> extension #147 swoole version 4.0.1 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -66,7 +66,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.0 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 4.0.0 } + Constant [ string SWOOLE_VERSION ] { 4.0.1 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -2983,7 +2983,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.0 ] { - Static properties [0] { } - - Static methods [14] { + - Static methods [15] { Method [ <internal:swoole> static public method create ] { - Parameters [1] { @@ -3018,6 +3018,12 @@ Extension [ <persistent> extension #147 swoole version 4.0.0 ] { } } + Method [ <internal:swoole> static public method stats ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole> static public method getuid ] { - Parameters [0] { @@ -5286,7 +5292,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.0 ] { - Parameters [3] { Parameter #0 [ <required> array or NULL &$read_list ] Parameter #1 [ <required> array or NULL &$write_list ] - Parameter #2 [ <required> $timeout ] + Parameter #2 [ <optional> $timeout ] } } } @@ -5299,7 +5305,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.0 ] { Method [ <internal:swoole, ctor> public method __construct ] { - Parameters [1] { - Parameter #0 [ <required> $size ] + Parameter #0 [ <optional> $size ] } } |