From 9f9679a5ace6fa716fdb3f11b821bd7febfa200c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 2 Mar 2016 07:08:24 +0100 Subject: php-pecl-swoole: 1.8.2 (stable) --- REFLECTION | 165 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 157 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 26f6ee2..b439acf 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #166 swoole version 1.8.1 ] { +Extension [ extension #166 swoole version 1.8.2 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -18,7 +18,7 @@ Extension [ extension #166 swoole version 1.8.1 ] { } } - - Constants [45] { + - Constants [64] { Constant [ integer SWOOLE_BASE ] { 4 } Constant [ integer SWOOLE_THREAD ] { 2 } Constant [ integer SWOOLE_PROCESS ] { 3 } @@ -43,9 +43,28 @@ Extension [ extension #166 swoole version 1.8.1 ] { Constant [ integer SWOOLE_SYNC ] { 2048 } Constant [ integer SWOOLE_ASYNC ] { 1024 } Constant [ integer SWOOLE_KEEP ] { 4096 } + Constant [ integer SWOOLE_SSL ] { 512 } + Constant [ integer SWOOLE_SSLv3_METHOD ] { 1 } + Constant [ integer SWOOLE_SSLv3_SERVER_METHOD ] { 2 } + Constant [ integer SWOOLE_SSLv3_CLIENT_METHOD ] { 3 } + Constant [ integer SWOOLE_SSLv23_METHOD ] { 0 } + Constant [ integer SWOOLE_SSLv23_SERVER_METHOD ] { 4 } + Constant [ integer SWOOLE_SSLv23_CLIENT_METHOD ] { 5 } + Constant [ integer SWOOLE_TLSv1_METHOD ] { 6 } + Constant [ integer SWOOLE_TLSv1_SERVER_METHOD ] { 7 } + Constant [ integer SWOOLE_TLSv1_CLIENT_METHOD ] { 8 } + Constant [ integer SWOOLE_TLSv1_1_METHOD ] { 9 } + Constant [ integer SWOOLE_TLSv1_1_SERVER_METHOD ] { 10 } + Constant [ integer SWOOLE_TLSv1_1_CLIENT_METHOD ] { 11 } + Constant [ integer SWOOLE_TLSv1_2_METHOD ] { 12 } + Constant [ integer SWOOLE_TLSv1_2_SERVER_METHOD ] { 13 } + Constant [ integer SWOOLE_TLSv1_2_CLIENT_METHOD ] { 14 } + Constant [ integer SWOOLE_DTLSv1_METHOD ] { 15 } + Constant [ integer SWOOLE_DTLSv1_SERVER_METHOD ] { 16 } + 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.1 } + Constant [ string SWOOLE_VERSION ] { 1.8.2 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -223,7 +242,7 @@ Extension [ extension #166 swoole version 1.8.1 ] { } } - - Classes [15] { + - Classes [17] { Class [ class swoole_server ] { - Constants [0] { @@ -238,7 +257,7 @@ Extension [ extension #166 swoole version 1.8.1 ] { - Properties [0] { } - - Methods [32] { + - Methods [33] { Method [ public method __construct ] { - Parameters [4] { @@ -380,6 +399,12 @@ Extension [ extension #166 swoole version 1.8.1 ] { } } + Method [ public method stop ] { + + - Parameters [0] { + } + } + Method [ public method heartbeat ] { - Parameters [1] { @@ -667,6 +692,115 @@ Extension [ extension #166 swoole version 1.8.1 ] { } } + Class [ class swoole_http_client ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ public $errCode ] + Property [ public $sock ] + } + + - Methods [13] { + Method [ public method __construct ] { + } + + Method [ public method __destruct ] { + } + + Method [ public method set ] { + } + + Method [ public method setHeaders ] { + } + + Method [ public method setData ] { + } + + Method [ public method execute ] { + } + + Method [ public method push ] { + } + + Method [ public method get ] { + } + + Method [ public method post ] { + } + + Method [ public method upgrade ] { + } + + Method [ public method isConnected ] { + } + + Method [ public method close ] { + } + + Method [ public method on ] { + } + } + } + + Class [ class swoole_redis ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __construct ] { + } + + Method [ public method __destruct ] { + } + + Method [ public method on ] { + + - Parameters [2] { + Parameter #0 [ $event_name ] + Parameter #1 [ $callback ] + } + } + + Method [ public method connect ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $callback ] + } + } + + Method [ public method close ] { + } + + Method [ public method __call ] { + + - Parameters [2] { + Parameter #0 [ $command ] + Parameter #1 [ $params ] + } + } + } + } + Class [ class swoole_process ] { - Constants [0] { @@ -968,7 +1102,7 @@ Extension [ extension #166 swoole version 1.8.1 ] { Property [ private $global ] } - - Methods [33] { + - Methods [34] { Method [ public method on ] { - Parameters [2] { @@ -1110,6 +1244,12 @@ Extension [ extension #166 swoole version 1.8.1 ] { } } + Method [ public method stop ] { + + - Parameters [0] { + } + } + Method [ public method heartbeat ] { - Parameters [1] { @@ -1277,13 +1417,16 @@ Extension [ extension #166 swoole version 1.8.1 ] { - Properties [0] { } - - Methods [8] { + - Methods [9] { Method [ public method __construct ] { } Method [ public method __destruct ] { } + Method [ public method __toString ] { + } + Method [ public method substr ] { } @@ -1334,7 +1477,7 @@ Extension [ extension #166 swoole version 1.8.1 ] { - Properties [0] { } - - Methods [34] { + - Methods [35] { Method [ public method on ] { - Parameters [2] { @@ -1486,6 +1629,12 @@ Extension [ extension #166 swoole version 1.8.1 ] { } } + Method [ public method stop ] { + + - Parameters [0] { + } + } + Method [ public method heartbeat ] { - Parameters [1] { -- cgit