diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 53 |
1 files changed, 38 insertions, 15 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 swoole version 4.6.1 ] { +Extension [ <persistent> extension #119 swoole version 4.6.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -28,12 +28,12 @@ Extension [ <persistent> extension #119 swoole version 4.6.1 ] { } } - - Constants [361] { - Constant [ string SWOOLE_VERSION ] { 4.6.1 } - Constant [ int SWOOLE_VERSION_ID ] { 40601 } + - Constants [362] { + Constant [ string SWOOLE_VERSION ] { 4.6.2 } + Constant [ int SWOOLE_VERSION_ID ] { 40602 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 6 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 2 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -261,6 +261,7 @@ Extension [ <persistent> extension #119 swoole version 4.6.1 ] { Constant [ int SWOOLE_HOOK_STREAM_FUNCTION ] { 128 } Constant [ int SWOOLE_HOOK_STREAM_SELECT ] { 128 } Constant [ int SWOOLE_HOOK_FILE ] { 256 } + Constant [ int SWOOLE_HOOK_STDIO ] { 32768 } Constant [ int SWOOLE_HOOK_SLEEP ] { 512 } Constant [ int SWOOLE_HOOK_PROC ] { 1024 } Constant [ int SWOOLE_HOOK_CURL ] { 2048 } @@ -3071,7 +3072,7 @@ Extension [ <persistent> extension #119 swoole version 4.6.1 ] { Property [ <default> public $errMsg ] } - - Methods [28] { + - Methods [30] { Method [ <internal:swoole, ctor> public method __construct ] { - Parameters [3] { @@ -3133,6 +3134,30 @@ Extension [ <persistent> extension #119 swoole version 4.6.1 ] { } } + Method [ <internal:swoole> public method recvAll ] { + + - Parameters [2] { + Parameter #0 [ <optional> $length ] + Parameter #1 [ <optional> $timeout ] + } + } + + Method [ <internal:swoole> public method recvLine ] { + + - Parameters [2] { + Parameter #0 [ <optional> $length ] + Parameter #1 [ <optional> $timeout ] + } + } + + Method [ <internal:swoole> public method recvWithBuffer ] { + + - Parameters [2] { + Parameter #0 [ <optional> $length ] + Parameter #1 [ <optional> $timeout ] + } + } + Method [ <internal:swoole> public method recvPacket ] { - Parameters [1] { @@ -3189,14 +3214,6 @@ Extension [ <persistent> extension #119 swoole version 4.6.1 ] { } } - Method [ <internal:swoole> public method recvAll ] { - - - Parameters [2] { - Parameter #0 [ <optional> $length ] - Parameter #1 [ <optional> $timeout ] - } - } - Method [ <internal:swoole> public method sendAll ] { - Parameters [2] { @@ -6545,7 +6562,7 @@ Extension [ <persistent> extension #119 swoole version 4.6.1 ] { Property [ <default> public $tmpfiles ] } - - Methods [6] { + - Methods [7] { Method [ <internal:swoole> public method rawContent ] { - Parameters [0] { @@ -6577,6 +6594,12 @@ Extension [ <persistent> extension #119 swoole version 4.6.1 ] { } } + Method [ <internal:swoole> public method getMethod ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole, dtor> public method __destruct ] { - Parameters [0] { |