From ee326f50e91945130c5a94331440d3f60149000d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 31 Dec 2015 09:45:06 +0100 Subject: php-pecl-swoole: 1.7.22 --- REFLECTION | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 76 insertions(+), 13 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 38f10f4..1f05c61 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #160 swoole version 1.7.21 ] { +Extension [ extension #166 swoole version 1.7.22 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -15,7 +15,7 @@ Extension [ extension #160 swoole version 1.7.21 ] { } } - - Constants [44] { + - Constants [45] { Constant [ integer SWOOLE_BASE ] { 4 } Constant [ integer SWOOLE_THREAD ] { 2 } Constant [ integer SWOOLE_PROCESS ] { 3 } @@ -42,7 +42,7 @@ Extension [ extension #160 swoole version 1.7.21 ] { Constant [ integer SWOOLE_KEEP ] { 4096 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.21 } + Constant [ string SWOOLE_VERSION ] { 1.7.22 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -60,6 +60,7 @@ Extension [ extension #160 swoole version 1.7.21 ] { Constant [ integer WEBSOCKET_STATUS_CONNECTION ] { 1 } Constant [ integer WEBSOCKET_STATUS_HANDSHAKE ] { 2 } Constant [ integer WEBSOCKET_STATUS_FRAME ] { 3 } + Constant [ integer WEBSOCKET_STATUS_ACTIVE ] { 3 } } - Functions { @@ -279,11 +280,23 @@ Extension [ extension #160 swoole version 1.7.21 ] { } Function [ function swoole_errno ] { } + Function [ function swoole_mysql_query ] { + + - Parameters [3] { + Parameter #0 [ $db_link ] + Parameter #1 [ $sql ] + Parameter #2 [ $callback ] + } + } Function [ function swoole_get_mysqli_sock ] { + + - Parameters [1] { + Parameter #0 [ $db_link ] + } } } - - Classes [13] { + - Classes [14] { Class [ class swoole_server ] { - Constants [0] { @@ -589,7 +602,11 @@ Extension [ extension #160 swoole version 1.7.21 ] { Class [ class swoole_client ] { - - Constants [0] { + - Constants [4] { + Constant [ integer MSG_OOB ] { 1 } + Constant [ integer MSG_PEEK ] { 2 } + Constant [ integer MSG_DONTWAIT ] { 64 } + Constant [ integer MSG_WAITALL ] { 256 } } - Static properties [0] { @@ -654,6 +671,46 @@ Extension [ extension #160 swoole version 1.7.21 ] { } } + Class [ class swoole_http_client ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ public $errCode ] + Property [ public $sock ] + } + + - Methods [7] { + Method [ public method __construct ] { + } + + Method [ public method __destruct ] { + } + + Method [ public method set ] { + } + + Method [ public method execute ] { + } + + Method [ public method isConnected ] { + } + + Method [ public method close ] { + } + + Method [ public method on ] { + } + } + } + Class [ class swoole_process ] { - Constants [0] { @@ -738,7 +795,7 @@ Extension [ extension #160 swoole version 1.7.21 ] { - Properties [0] { } - - Methods [17] { + - Methods [18] { Method [ public method __construct ] { - Parameters [1] { @@ -761,6 +818,12 @@ Extension [ extension #160 swoole version 1.7.21 ] { } } + Method [ public method destroy ] { + + - Parameters [0] { + } + } + Method [ public method set ] { - Parameters [2] { @@ -1317,6 +1380,13 @@ Extension [ extension #160 swoole version 1.7.21 ] { } } + Method [ public method exist ] { + + - Parameters [1] { + Parameter #0 [ $fd ] + } + } + Method [ public method setglobal ] { } @@ -1366,13 +1436,6 @@ Extension [ extension #160 swoole version 1.7.21 ] { } } - Method [ public method exist ] { - - - Parameters [1] { - Parameter #0 [ $conn_fd ] - } - } - Method [ public method sendfile ] { - Parameters [2] { -- cgit