From 15601232d0b1265af88649191ea0432cc9c7b245 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Feb 2021 11:37:52 +0100 Subject: v4.6.2 --- REFLECTION | 53 ++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 38 insertions(+), 15 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index beaae5d..faf0dc9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 swoole version 4.6.1 ] { +Extension [ extension #119 swoole version 4.6.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -28,12 +28,12 @@ Extension [ 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 [ 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 [ extension #119 swoole version 4.6.1 ] { Property [ public $errMsg ] } - - Methods [28] { + - Methods [30] { Method [ public method __construct ] { - Parameters [3] { @@ -3133,6 +3134,30 @@ Extension [ extension #119 swoole version 4.6.1 ] { } } + Method [ public method recvAll ] { + + - Parameters [2] { + Parameter #0 [ $length ] + Parameter #1 [ $timeout ] + } + } + + Method [ public method recvLine ] { + + - Parameters [2] { + Parameter #0 [ $length ] + Parameter #1 [ $timeout ] + } + } + + Method [ public method recvWithBuffer ] { + + - Parameters [2] { + Parameter #0 [ $length ] + Parameter #1 [ $timeout ] + } + } + Method [ public method recvPacket ] { - Parameters [1] { @@ -3189,14 +3214,6 @@ Extension [ extension #119 swoole version 4.6.1 ] { } } - Method [ public method recvAll ] { - - - Parameters [2] { - Parameter #0 [ $length ] - Parameter #1 [ $timeout ] - } - } - Method [ public method sendAll ] { - Parameters [2] { @@ -6545,7 +6562,7 @@ Extension [ extension #119 swoole version 4.6.1 ] { Property [ public $tmpfiles ] } - - Methods [6] { + - Methods [7] { Method [ public method rawContent ] { - Parameters [0] { @@ -6577,6 +6594,12 @@ Extension [ extension #119 swoole version 4.6.1 ] { } } + Method [ public method getMethod ] { + + - Parameters [0] { + } + } + Method [ public method __destruct ] { - Parameters [0] { -- cgit