From df14bc9fb8b8f3f91a7bc67b018d720b85447d2c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 Jan 2022 07:55:40 +0100 Subject: update to 4.10.0 --- REFLECTION | 56 +++++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 45 insertions(+), 11 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index f8ab67d..f4b9f5d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #119 openswoole version 4.9.1 ] { +Extension [ extension #120 openswoole version 4.10.0 ] { - Dependencies { Dependency [ swoole (Conflicts) ] @@ -30,11 +30,11 @@ Extension [ extension #119 openswoole version 4.9.1 ] { } - Constants [381] { - Constant [ string SWOOLE_VERSION ] { 4.9.1 } - Constant [ int SWOOLE_VERSION_ID ] { 40901 } + Constant [ string SWOOLE_VERSION ] { 4.10.0 } + Constant [ int SWOOLE_VERSION_ID ] { 41000 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } - Constant [ int SWOOLE_MINOR_VERSION ] { 9 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } + Constant [ int SWOOLE_MINOR_VERSION ] { 10 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 0 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -2274,7 +2274,7 @@ Extension [ extension #119 openswoole version 4.9.1 ] { - Static properties [0] { } - - Static methods [38] { + - Static methods [40] { Method [ static public method create ] { - Parameters [2] { @@ -2432,6 +2432,16 @@ Extension [ extension #119 openswoole version 4.9.1 ] { - Return [ Swoole\Coroutine\Iterator ] } + Method [ static public method select ] { + + - Parameters [3] { + Parameter #0 [ array $read = [] ] + Parameter #1 [ array $write = [] ] + Parameter #2 [ float $timeout = -1 ] + } + - Return [ mixed ] + } + Method [ static public method listCoroutines ] { - Parameters [0] { @@ -2484,7 +2494,15 @@ Extension [ extension #119 openswoole version 4.9.1 ] { Method [ static public method sleep ] { - Parameters [1] { - Parameter #0 [ float $seconds ] + Parameter #0 [ int $seconds ] + } + - Return [ bool ] + } + + Method [ static public method usleep ] { + + - Parameters [1] { + Parameter #0 [ int $microseconds ] } - Return [ bool ] } @@ -3097,7 +3115,7 @@ Extension [ extension #119 openswoole version 4.9.1 ] { - Static properties [0] { } - - Static methods [15] { + - Static methods [16] { Method [ static public method gethostbyname ] { - Parameters [3] { @@ -3129,7 +3147,15 @@ Extension [ extension #119 openswoole version 4.9.1 ] { Method [ static public method sleep ] { - Parameters [1] { - Parameter #0 [ int|float $seconds ] + Parameter #0 [ int $seconds ] + } + - Return [ bool ] + } + + Method [ static public method usleep ] { + + - Parameters [1] { + Parameter #0 [ int $microseconds ] } - Return [ bool ] } @@ -3314,12 +3340,13 @@ Extension [ extension #119 openswoole version 4.9.1 ] { - Static methods [0] { } - - Properties [2] { + - Properties [3] { + Property [ public $id = 0 ] Property [ public $capacity = 0 ] Property [ public $errCode = 0 ] } - - Methods [8] { + - Methods [9] { Method [ public method __construct ] { - Parameters [1] { @@ -3372,6 +3399,13 @@ Extension [ extension #119 openswoole version 4.9.1 ] { - Return [ array ] } + Method [ public method getId ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ public method length ] { - Parameters [0] { -- cgit