From 73ddf5b1451e619ff8ed28dfe5f447b4b7e5a5df Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 1 Sep 2016 10:30:12 +0200 Subject: php-pecl-swoole: 1.8.10 --- REFLECTION | 105 ++++++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 69 insertions(+), 36 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 19e6445..c9d992a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #115 swoole version 1.8.8 ] { +Extension [ extension #115 swoole version 1.8.10 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #115 swoole version 1.8.8 ] { 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.8 } + Constant [ string SWOOLE_VERSION ] { 1.8.10 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -254,13 +254,13 @@ Extension [ extension #115 swoole version 1.8.8 ] { - Properties [0] { } - - Methods [36] { + - Methods [38] { Method [ public method __construct ] { - Parameters [4] { - Parameter #0 [ $serv_host ] - Parameter #1 [ $serv_port ] - Parameter #2 [ $serv_mode ] + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $mode ] Parameter #3 [ $sock_type ] } } @@ -307,7 +307,7 @@ Extension [ extension #115 swoole version 1.8.8 ] { Method [ public method send ] { - Parameters [3] { - Parameter #0 [ $conn_fd ] + Parameter #0 [ $fd ] Parameter #1 [ $send_data ] Parameter #2 [ $from_id ] } @@ -333,14 +333,14 @@ Extension [ extension #115 swoole version 1.8.8 ] { Method [ public method exist ] { - Parameters [1] { - Parameter #0 [ $conn_fd ] + Parameter #0 [ $fd ] } } Method [ public method protect ] { - Parameters [2] { - Parameter #0 [ $conn_fd ] + Parameter #0 [ $fd ] Parameter #1 [ $is_protected ] } } @@ -367,6 +367,20 @@ Extension [ extension #115 swoole version 1.8.8 ] { } } + Method [ public method pause ] { + + - Parameters [1] { + Parameter #0 [ $fd ] + } + } + + Method [ public method resume ] { + + - Parameters [1] { + Parameter #0 [ $fd ] + } + } + Method [ public method task ] { - Parameters [2] { @@ -816,7 +830,7 @@ Extension [ extension #115 swoole version 1.8.8 ] { Property [ public $sock ] } - - Methods [15] { + - Methods [16] { Method [ public method __construct ] { } @@ -838,6 +852,9 @@ Extension [ extension #115 swoole version 1.8.8 ] { Method [ public method setData ] { } + Method [ public method addFile ] { + } + Method [ public method execute ] { } @@ -954,7 +971,7 @@ Extension [ extension #115 swoole version 1.8.8 ] { - Properties [0] { } - - Methods [18] { + - Methods [16] { Method [ public method __construct ] { - Parameters [1] { @@ -1036,18 +1053,6 @@ Extension [ extension #115 swoole version 1.8.8 ] { } } - Method [ public method lock ] { - - - Parameters [0] { - } - } - - Method [ public method unlock ] { - - - Parameters [0] { - } - } - Method [ public method rewind ] { - Parameters [0] { @@ -1168,7 +1173,7 @@ Extension [ extension #115 swoole version 1.8.8 ] { Property [ private $global ] } - - Methods [36] { + - Methods [38] { Method [ public method on ] { - Parameters [2] { @@ -1183,9 +1188,9 @@ Extension [ extension #115 swoole version 1.8.8 ] { Method [ public method __construct ] { - Parameters [4] { - Parameter #0 [ $serv_host ] - Parameter #1 [ $serv_port ] - Parameter #2 [ $serv_mode ] + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $mode ] Parameter #3 [ $sock_type ] } } @@ -1218,7 +1223,7 @@ Extension [ extension #115 swoole version 1.8.8 ] { Method [ public method send ] { - Parameters [3] { - Parameter #0 [ $conn_fd ] + Parameter #0 [ $fd ] Parameter #1 [ $send_data ] Parameter #2 [ $from_id ] } @@ -1244,14 +1249,14 @@ Extension [ extension #115 swoole version 1.8.8 ] { Method [ public method exist ] { - Parameters [1] { - Parameter #0 [ $conn_fd ] + Parameter #0 [ $fd ] } } Method [ public method protect ] { - Parameters [2] { - Parameter #0 [ $conn_fd ] + Parameter #0 [ $fd ] Parameter #1 [ $is_protected ] } } @@ -1278,6 +1283,20 @@ Extension [ extension #115 swoole version 1.8.8 ] { } } + Method [ public method pause ] { + + - Parameters [1] { + Parameter #0 [ $fd ] + } + } + + Method [ public method resume ] { + + - Parameters [1] { + Parameter #0 [ $fd ] + } + } + Method [ public method task ] { - Parameters [2] { @@ -1567,7 +1586,7 @@ Extension [ extension #115 swoole version 1.8.8 ] { - Properties [0] { } - - Methods [37] { + - Methods [39] { Method [ public method on ] { - Parameters [2] { @@ -1599,9 +1618,9 @@ Extension [ extension #115 swoole version 1.8.8 ] { Method [ public method __construct ] { - Parameters [4] { - Parameter #0 [ $serv_host ] - Parameter #1 [ $serv_port ] - Parameter #2 [ $serv_mode ] + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $mode ] Parameter #3 [ $sock_type ] } } @@ -1634,7 +1653,7 @@ Extension [ extension #115 swoole version 1.8.8 ] { Method [ public method send ] { - Parameters [3] { - Parameter #0 [ $conn_fd ] + Parameter #0 [ $fd ] Parameter #1 [ $send_data ] Parameter #2 [ $from_id ] } @@ -1660,7 +1679,7 @@ Extension [ extension #115 swoole version 1.8.8 ] { Method [ public method protect ] { - Parameters [2] { - Parameter #0 [ $conn_fd ] + Parameter #0 [ $fd ] Parameter #1 [ $is_protected ] } } @@ -1687,6 +1706,20 @@ Extension [ extension #115 swoole version 1.8.8 ] { } } + Method [ public method pause ] { + + - Parameters [1] { + Parameter #0 [ $fd ] + } + } + + Method [ public method resume ] { + + - Parameters [1] { + Parameter #0 [ $fd ] + } + } + Method [ public method task ] { - Parameters [2] { -- cgit