From cbd9471fb2c072580a7f2e6a56f9b1bd838bfff9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 24 Feb 2017 09:45:42 +0100 Subject: php-pecl-swoole: 1.9.6 --- REFLECTION | 73 ++++++++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 57 insertions(+), 16 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 6fcb24f..4ed19fb 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #80 swoole version 1.9.5 ] { +Extension [ extension #80 swoole version 1.9.6 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -10,15 +10,15 @@ Extension [ extension #80 swoole version 1.9.5 ] { Entry [ swoole.use_namespace ] Current = 'Off' } - Entry [ swoole.message_queue_key ] - Current = '0' + Entry [ swoole.fast_serialize ] + Current = 'Off' } Entry [ swoole.unixsock_buffer_size ] Current = '8388608' } } - - Constants [59] { + - Constants [60] { Constant [ integer SWOOLE_BASE ] { 4 } Constant [ integer SWOOLE_THREAD ] { 2 } Constant [ integer SWOOLE_PROCESS ] { 3 } @@ -63,7 +63,7 @@ Extension [ extension #80 swoole version 1.9.5 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.9.5 } + Constant [ string SWOOLE_VERSION ] { 1.9.6 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -78,6 +78,7 @@ Extension [ extension #80 swoole version 1.9.5 ] { Constant [ integer WEBSOCKET_STATUS_HANDSHAKE ] { 2 } Constant [ integer WEBSOCKET_STATUS_FRAME ] { 3 } Constant [ integer WEBSOCKET_STATUS_ACTIVE ] { 3 } + Constant [ integer SWOOLE_FAST_PACK ] { 1 } } - Functions { @@ -261,7 +262,7 @@ Extension [ extension #80 swoole version 1.9.5 ] { } } - - Classes [26] { + - Classes [27] { Class [ class swoole_server ] { - Constants [0] { @@ -2015,7 +2016,13 @@ Extension [ extension #80 swoole version 1.9.5 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { + Method [ public method initHeader ] { + + - Parameters [0] { + } + } + Method [ public method cookie ] { - Parameters [7] { @@ -2579,7 +2586,7 @@ Extension [ extension #80 swoole version 1.9.5 ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ public method __construct ] { - Parameters [0] { @@ -2600,6 +2607,14 @@ Extension [ extension #80 swoole version 1.9.5 ] { } } + Method [ public method escape ] { + + - Parameters [2] { + Parameter #0 [ $string ] + Parameter #1 [ $flags ] + } + } + Method [ public method query ] { - Parameters [2] { @@ -2695,14 +2710,7 @@ Extension [ extension #80 swoole version 1.9.5 ] { - Properties [0] { } - - Methods [1] { - Method [ public method __call ] { - - - Parameters [2] { - Parameter #0 [ $func ] - Parameter #1 [ $params ] - } - } + - Methods [0] { } } @@ -2781,6 +2789,39 @@ Extension [ extension #80 swoole version 1.9.5 ] { } } + Class [ class swoole_serialize ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ static public method pack ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $flag ] + } + } + + Method [ static public method unpack ] { + + - Parameters [2] { + Parameter #0 [ $string ] + Parameter #1 [ $args ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Class [ class swoole_redis ] { - Constants [0] { -- cgit