From 6dae84da412cc9bce704f3306b661898aef767ac Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Mar 2015 16:21:57 +0100 Subject: php-pecl-swoole: 1.7.13 --- REFLECTION | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index a83e091..20d6a74 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #148 swoole version 1.7.12 ] { +Extension [ extension #153 swoole version 1.7.13 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -48,7 +48,7 @@ Extension [ extension #148 swoole version 1.7.12 ] { Constant [ integer SWOOLE_SSL ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.12 } + Constant [ string SWOOLE_VERSION ] { 1.7.13 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -96,15 +96,6 @@ Extension [ extension #148 swoole version 1.7.12 ] { Parameter #3 [ $from_id ] } } - Function [ function swoole_server_sendto ] { - - - Parameters [4] { - Parameter #0 [ swoole_server $zobject ] - Parameter #1 [ $ip ] - Parameter #2 [ $port ] - Parameter #3 [ $send_data ] - } - } Function [ function swoole_server_sendfile ] { - Parameters [3] { @@ -643,7 +634,7 @@ Extension [ extension #148 swoole version 1.7.12 ] { Property [ public $sock ] } - - Methods [8] { + - Methods [11] { Method [ public method __construct ] { } @@ -659,9 +650,18 @@ Extension [ extension #148 swoole version 1.7.12 ] { Method [ public method sendfile ] { } + Method [ public method sendto ] { + } + Method [ public method isConnected ] { } + Method [ public method getsockname ] { + } + + Method [ public method getpeername ] { + } + Method [ public method close ] { } -- cgit