diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #80 swoole version 1.9.21 ] { +Extension [ <persistent> extension #81 swoole version 1.9.22 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -63,7 +63,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.21 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.9.21 } + Constant [ string SWOOLE_VERSION ] { 1.9.22 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -745,7 +745,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.21 ] { - Static properties [0] { } - - Static methods [6] { + - Static methods [7] { Method [ <internal:swoole> static public method read ] { - Parameters [4] { @@ -798,6 +798,14 @@ Extension [ <persistent> extension #80 swoole version 1.9.21 ] { Parameter #0 [ <required> array $settings ] } } + + Method [ <internal:swoole> static public method exec ] { + + - Parameters [2] { + Parameter #0 [ <required> $command ] + Parameter #1 [ <required> $callback ] + } + } } - Properties [0] { |