diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 63 |
1 files changed, 55 insertions, 8 deletions
@@ -1,4 +1,10 @@ -Extension [ <persistent> extension #117 swoole version 4.5.6 ] { +Extension [ <persistent> extension #117 swoole version 4.5.7 ] { + + - Dependencies { + Dependency [ json (Required) ] + Dependency [ mysqlnd (Required) ] + Dependency [ sockets (Required) ] + } - INI { Entry [ swoole.enable_coroutine <ALL> ] @@ -21,12 +27,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.6 ] { } } - - Constants [354] { - Constant [ string SWOOLE_VERSION ] { 4.5.6 } - Constant [ int SWOOLE_VERSION_ID ] { 40506 } + - Constants [355] { + Constant [ string SWOOLE_VERSION ] { 4.5.7 } + Constant [ int SWOOLE_VERSION_ID ] { 40507 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 5 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 6 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 7 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -221,6 +227,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.6 ] { Constant [ int SWOOLE_IPC_NONE ] { 0 } Constant [ int SWOOLE_IPC_UNIXSOCK ] { 1 } Constant [ int SWOOLE_IPC_SOCKET ] { 3 } + Constant [ int SWOOLE_IOV_MAX ] { 1024 } Constant [ int SWOOLE_FILELOCK ] { 2 } Constant [ int SWOOLE_MUTEX ] { 3 } Constant [ int SWOOLE_SEM ] { 4 } @@ -1404,10 +1411,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.6 ] { - Static methods [0] { } - - Properties [0] { + - Properties [2] { + Property [ <default> public $size ] + Property [ <default> public $memorySize ] } - - Methods [23] { + - Methods [24] { Method [ <internal:swoole, ctor> public method __construct ] { - Parameters [2] { @@ -1505,6 +1514,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.6 ] { } } + Method [ <internal:swoole> public method getSize ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole> public method getMemorySize ] { - Parameters [0] { @@ -2869,7 +2884,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.6 ] { Property [ <default> public $errMsg ] } - - Methods [24] { + - Methods [28] { Method [ <internal:swoole, ctor> public method __construct ] { - Parameters [3] { @@ -2946,6 +2961,38 @@ Extension [ <persistent> extension #117 swoole version 4.5.6 ] { } } + Method [ <internal:swoole> public method readVector ] { + + - Parameters [2] { + Parameter #0 [ <required> $io_vector ] + Parameter #1 [ <optional> $timeout ] + } + } + + Method [ <internal:swoole> public method readVectorAll ] { + + - Parameters [2] { + Parameter #0 [ <required> $io_vector ] + Parameter #1 [ <optional> $timeout ] + } + } + + Method [ <internal:swoole> public method writeVector ] { + + - Parameters [2] { + Parameter #0 [ <required> $io_vector ] + Parameter #1 [ <optional> $timeout ] + } + } + + Method [ <internal:swoole> public method writeVectorAll ] { + + - Parameters [2] { + Parameter #0 [ <required> $io_vector ] + Parameter #1 [ <optional> $timeout ] + } + } + Method [ <internal:swoole> public method sendFile ] { - Parameters [3] { |