From 52a913fb27baae7e79b5729b0cb56267a00ea503 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Mar 2016 08:38:16 +0100 Subject: php-pecl-swoole: 1.8.3 (stable) --- REFLECTION | 48 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 36 insertions(+), 12 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index b439acf..79f21c8 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #166 swoole version 1.8.2 ] { +Extension [ extension #166 swoole version 1.8.3 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -64,7 +64,7 @@ Extension [ extension #166 swoole version 1.8.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.8.2 } + Constant [ string SWOOLE_VERSION ] { 1.8.3 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -257,7 +257,7 @@ Extension [ extension #166 swoole version 1.8.2 ] { - Properties [0] { } - - Methods [33] { + - Methods [34] { Method [ public method __construct ] { - Parameters [4] { @@ -405,6 +405,12 @@ Extension [ extension #166 swoole version 1.8.2 ] { } } + Method [ public method getLastError ] { + + - Parameters [0] { + } + } + Method [ public method heartbeat ] { - Parameters [1] { @@ -475,10 +481,10 @@ Extension [ extension #166 swoole version 1.8.2 ] { } } - Method [ public method sendmessage ] { + Method [ public method sendMessage ] { } - Method [ public method addprocess ] { + Method [ public method addProcess ] { } Method [ public method stats ] { @@ -708,7 +714,7 @@ Extension [ extension #166 swoole version 1.8.2 ] { Property [ public $sock ] } - - Methods [13] { + - Methods [15] { Method [ public method __construct ] { } @@ -718,9 +724,15 @@ Extension [ extension #166 swoole version 1.8.2 ] { Method [ public method set ] { } + Method [ public method setMethod ] { + } + Method [ public method setHeaders ] { } + Method [ public method setCookies ] { + } + Method [ public method setData ] { } @@ -1102,7 +1114,7 @@ Extension [ extension #166 swoole version 1.8.2 ] { Property [ private $global ] } - - Methods [34] { + - Methods [35] { Method [ public method on ] { - Parameters [2] { @@ -1250,6 +1262,12 @@ Extension [ extension #166 swoole version 1.8.2 ] { } } + Method [ public method getLastError ] { + + - Parameters [0] { + } + } + Method [ public method heartbeat ] { - Parameters [1] { @@ -1320,10 +1338,10 @@ Extension [ extension #166 swoole version 1.8.2 ] { } } - Method [ public method sendmessage ] { + Method [ public method sendMessage ] { } - Method [ public method addprocess ] { + Method [ public method addProcess ] { } Method [ public method stats ] { @@ -1477,7 +1495,7 @@ Extension [ extension #166 swoole version 1.8.2 ] { - Properties [0] { } - - Methods [35] { + - Methods [36] { Method [ public method on ] { - Parameters [2] { @@ -1635,6 +1653,12 @@ Extension [ extension #166 swoole version 1.8.2 ] { } } + Method [ public method getLastError ] { + + - Parameters [0] { + } + } + Method [ public method heartbeat ] { - Parameters [1] { @@ -1705,10 +1729,10 @@ Extension [ extension #166 swoole version 1.8.2 ] { } } - Method [ public method sendmessage ] { + Method [ public method sendMessage ] { } - Method [ public method addprocess ] { + Method [ public method addProcess ] { } Method [ public method stats ] { -- cgit