diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 56 |
1 files changed, 45 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 openswoole version 4.9.1 ] { +Extension [ <persistent> extension #120 openswoole version 4.10.0 ] { - Dependencies { Dependency [ swoole (Conflicts) ] @@ -30,11 +30,11 @@ Extension [ <persistent> 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 [ <persistent> extension #119 openswoole version 4.9.1 ] { - Static properties [0] { } - - Static methods [38] { + - Static methods [40] { Method [ <internal:openswoole> static public method create ] { - Parameters [2] { @@ -2432,6 +2432,16 @@ Extension [ <persistent> extension #119 openswoole version 4.9.1 ] { - Return [ Swoole\Coroutine\Iterator ] } + Method [ <internal:openswoole> static public method select ] { + + - Parameters [3] { + Parameter #0 [ <optional> array $read = [] ] + Parameter #1 [ <optional> array $write = [] ] + Parameter #2 [ <optional> float $timeout = -1 ] + } + - Return [ mixed ] + } + Method [ <internal:openswoole> static public method listCoroutines ] { - Parameters [0] { @@ -2484,7 +2494,15 @@ Extension [ <persistent> extension #119 openswoole version 4.9.1 ] { Method [ <internal:openswoole> static public method sleep ] { - Parameters [1] { - Parameter #0 [ <required> float $seconds ] + Parameter #0 [ <required> int $seconds ] + } + - Return [ bool ] + } + + Method [ <internal:openswoole> static public method usleep ] { + + - Parameters [1] { + Parameter #0 [ <required> int $microseconds ] } - Return [ bool ] } @@ -3097,7 +3115,7 @@ Extension [ <persistent> extension #119 openswoole version 4.9.1 ] { - Static properties [0] { } - - Static methods [15] { + - Static methods [16] { Method [ <internal:openswoole> static public method gethostbyname ] { - Parameters [3] { @@ -3129,7 +3147,15 @@ Extension [ <persistent> extension #119 openswoole version 4.9.1 ] { Method [ <internal:openswoole> static public method sleep ] { - Parameters [1] { - Parameter #0 [ <required> int|float $seconds ] + Parameter #0 [ <required> int $seconds ] + } + - Return [ bool ] + } + + Method [ <internal:openswoole> static public method usleep ] { + + - Parameters [1] { + Parameter #0 [ <required> int $microseconds ] } - Return [ bool ] } @@ -3314,12 +3340,13 @@ Extension [ <persistent> 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 [ <internal:openswoole, ctor> public method __construct ] { - Parameters [1] { @@ -3372,6 +3399,13 @@ Extension [ <persistent> extension #119 openswoole version 4.9.1 ] { - Return [ array ] } + Method [ <internal:openswoole> public method getId ] { + + - Parameters [0] { + } + - Return [ int ] + } + Method [ <internal:openswoole> public method length ] { - Parameters [0] { |