From 824788fe7157542ca2a4a141a53c254051ffd803 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Jul 2018 13:56:07 +0200 Subject: v4.0.3 --- REFLECTION | 55 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 23 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 69d56f1..d289682 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #147 swoole version 4.0.2 ] { +Extension [ extension #147 swoole version 4.0.3 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -66,7 +66,7 @@ Extension [ extension #147 swoole version 4.0.2 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 4.0.2 } + Constant [ string SWOOLE_VERSION ] { 4.0.3 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -4679,7 +4679,7 @@ Extension [ extension #147 swoole version 4.0.2 ] { Property [ public $setting ] } - - Methods [44] { + - Methods [45] { Method [ public method on ] { - Parameters [2] { @@ -4698,6 +4698,15 @@ Extension [ extension #147 swoole version 4.0.2 ] { } } + Method [ public method disconnect ] { + + - Parameters [3] { + Parameter #0 [ $fd ] + Parameter #1 [ $code ] + Parameter #2 [ $reason ] + } + } + Method [ public method exist ] { - Parameters [1] { @@ -5292,19 +5301,12 @@ Extension [ extension #147 swoole version 4.0.2 ] { - Static properties [0] { } - - Static methods [1] { - Method [ static public method select ] { - - - Parameters [3] { - Parameter #0 [ array or NULL &$read_list ] - Parameter #1 [ array or NULL &$write_list ] - Parameter #2 [ $timeout ] - } - } + - Static methods [0] { } - - Properties [1] { + - Properties [2] { Property [ public $capacity ] + Property [ public $errCode ] } - Methods [9] { @@ -5330,7 +5332,8 @@ Extension [ extension #147 swoole version 4.0.2 ] { Method [ public method pop ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $timeout ] } } @@ -5728,9 +5731,12 @@ Extension [ extension #147 swoole version 4.0.2 ] { - Static methods [0] { } - - Properties [4] { + - Properties [7] { Property [ public $errCode ] Property [ public $statusCode ] + Property [ public $headers ] + Property [ public $set_cookie_headers ] + Property [ public $cookies ] Property [ public $body ] Property [ public $streamId ] } @@ -5798,12 +5804,6 @@ Extension [ extension #147 swoole version 4.0.2 ] { } } - Method [ public method recv ] { - - - Parameters [0] { - } - } - Method [ public method write ] { - Parameters [3] { @@ -5813,6 +5813,13 @@ Extension [ extension #147 swoole version 4.0.2 ] { } } + Method [ public method recv ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + Method [ public method close ] { - Parameters [0] { @@ -5821,7 +5828,7 @@ Extension [ extension #147 swoole version 4.0.2 ] { } } - Class [ class Swoole\Coroutine\Http2\Request ] { + Class [ class Swoole\Http2\Request ] { - Constants [0] { } @@ -5832,9 +5839,11 @@ Extension [ extension #147 swoole version 4.0.2 ] { - Static methods [0] { } - - Properties [5] { + - Properties [7] { + Property [ public $path ] Property [ public $method ] Property [ public $headers ] + Property [ public $cookies ] Property [ public $data ] Property [ public $pipeline ] Property [ public $files ] -- cgit