From ff9302d5c39f8f53e8c2417dbea7cc7d1d86da82 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 31 Aug 2015 09:35:00 +0200 Subject: php-pecl-swoole: 1.7.19 --- REFLECTION | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 70 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 173c978..9bc9277 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #155 swoole version 1.7.18 ] { +Extension [ extension #158 swoole version 1.7.19 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -42,7 +42,7 @@ Extension [ extension #155 swoole version 1.7.18 ] { Constant [ integer SWOOLE_KEEP ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.18 } + Constant [ string SWOOLE_VERSION ] { 1.7.19 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -283,7 +283,7 @@ Extension [ extension #155 swoole version 1.7.18 ] { } } - - Classes [12] { + - Classes [13] { Class [ class swoole_server ] { - Constants [0] { @@ -298,7 +298,7 @@ Extension [ extension #155 swoole version 1.7.18 ] { - Properties [0] { } - - Methods [31] { + - Methods [32] { Method [ public method __construct ] { - Parameters [4] { @@ -403,6 +403,15 @@ Extension [ extension #155 swoole version 1.7.18 ] { } } + Method [ public method listen ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $sock_type ] + } + } + Method [ public method reload ] { - Parameters [0] { @@ -869,6 +878,41 @@ Extension [ extension #155 swoole version 1.7.18 ] { } } + Class [ class swoole_atomic ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __construct ] { + } + + Method [ public method add ] { + } + + Method [ public method sub ] { + } + + Method [ public method get ] { + } + + Method [ public method set ] { + } + + Method [ public method cmpset ] { + } + } + } + Class [ class swoole_http_server extends swoole_server ] { - Constants [0] { @@ -884,7 +928,7 @@ Extension [ extension #155 swoole version 1.7.18 ] { Property [ private $global ] } - - Methods [32] { + - Methods [33] { Method [ public method on ] { - Parameters [2] { @@ -997,6 +1041,15 @@ Extension [ extension #155 swoole version 1.7.18 ] { } } + Method [ public method listen ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $sock_type ] + } + } + Method [ public method reload ] { - Parameters [0] { @@ -1174,10 +1227,10 @@ Extension [ extension #155 swoole version 1.7.18 ] { Method [ public method substr ] { } - Method [ public method read ] { + Method [ public method write ] { } - Method [ public method write ] { + Method [ public method read ] { } Method [ public method append ] { @@ -1205,7 +1258,7 @@ Extension [ extension #155 swoole version 1.7.18 ] { - Properties [0] { } - - Methods [33] { + - Methods [34] { Method [ public method on ] { - Parameters [2] { @@ -1328,6 +1381,15 @@ Extension [ extension #155 swoole version 1.7.18 ] { } } + Method [ public method listen ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $sock_type ] + } + } + Method [ public method reload ] { - Parameters [0] { -- cgit