From a38e61170140fbba81fc8d72d2a79fdd3210b526 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Mar 2018 08:27:16 +0200 Subject: v1.10.3 --- REFLECTION | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 3541d61..9dbd5bf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #69 swoole version 1.10.2 ] { +Extension [ extension #70 swoole version 1.10.3 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #69 swoole version 1.10.2 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.10.2 } + Constant [ string SWOOLE_VERSION ] { 1.10.3 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -195,8 +195,21 @@ Extension [ extension #69 swoole version 1.10.2 ] { } Function [ function swoole_event_cycle ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $callback ] + Parameter #1 [ $before ] + } + } + Function [ function swoole_event_dispatch ] { + + - Parameters [0] { + } + } + Function [ function swoole_event_isset ] { + + - Parameters [2] { + Parameter #0 [ $fd ] + Parameter #1 [ $events ] } } Function [ function swoole_timer_after ] { @@ -787,8 +800,9 @@ Extension [ extension #69 swoole version 1.10.2 ] { Method [ static public method cycle ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $callback ] + Parameter #1 [ $before ] } } } @@ -1533,7 +1547,7 @@ Extension [ extension #69 swoole version 1.10.2 ] { Property [ public $id ] } - - Methods [15] { + - Methods [16] { Method [ public method __construct ] { - Parameters [3] { @@ -1556,6 +1570,13 @@ Extension [ extension #69 swoole version 1.10.2 ] { } } + Method [ public method setBlocking ] { + + - Parameters [1] { + Parameter #0 [ $blocking ] + } + } + Method [ public method useQueue ] { - Parameters [2] { @@ -2582,13 +2603,19 @@ Extension [ extension #69 swoole version 1.10.2 ] { Property [ public $tmpfiles ] } - - Methods [4] { + - Methods [5] { Method [ public method rawcontent ] { - Parameters [0] { } } + Method [ public method getData ] { + + - Parameters [0] { + } + } + Method [ public method __sleep ] { } -- cgit