From db121cf3cdeae9e115058d1ae98bf3294f88072f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 16 Apr 2018 06:41:54 +0200 Subject: v2.1.3 --- REFLECTION | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2a8ef5b..aa35948 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #147 swoole version 2.1.2 ] { +Extension [ extension #147 swoole version 2.1.3 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -66,7 +66,7 @@ Extension [ extension #147 swoole version 2.1.2 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 2.1.2 } + Constant [ string SWOOLE_VERSION ] { 2.1.3 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -3284,7 +3284,7 @@ Extension [ extension #147 swoole version 2.1.2 ] { - Properties [0] { } - - Methods [5] { + - Methods [6] { Method [ public method __construct ] { - Parameters [3] { @@ -3310,9 +3310,17 @@ Extension [ extension #147 swoole version 2.1.2 ] { Method [ public method listen ] { - - Parameters [2] { + - Parameters [3] { Parameter #0 [ $host ] - Parameter #1 [ $port ] + Parameter #1 [ $port ] + Parameter #2 [ $backlog ] + } + } + + Method [ public method write ] { + + - Parameters [1] { + Parameter #0 [ $data ] } } -- cgit