From c4c385efb1ff72ba131108f18555fa7d89a72e69 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Oct 2014 13:53:40 +0100 Subject: php-pecl-swoole: 1.7.7 --- REFLECTION | 238 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 234 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 14f7b7d..55afe68 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #144 swoole version 1.7.6 ] { +Extension [ extension #145 swoole version 1.7.7 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -42,7 +42,7 @@ Extension [ extension #144 swoole version 1.7.6 ] { Constant [ integer SWOOLE_SSL ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.6 } + Constant [ string SWOOLE_VERSION ] { 1.7.7 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -237,6 +237,8 @@ Extension [ extension #144 swoole version 1.7.6 ] { Parameter #0 [ $interval ] } } + Function [ function swoole_timer_after ] { + } Function [ function swoole_async_set ] { } Function [ function swoole_async_read ] { @@ -263,7 +265,7 @@ Extension [ extension #144 swoole version 1.7.6 ] { } } - - Classes [6] { + - Classes [9] { Class [ class swoole_server ] { - Constants [0] { @@ -278,7 +280,7 @@ Extension [ extension #144 swoole version 1.7.6 ] { - Properties [0] { } - - Methods [22] { + - Methods [23] { Method [ public method __construct ] { - Parameters [4] { @@ -434,6 +436,9 @@ Extension [ extension #144 swoole version 1.7.6 ] { } } + Method [ public method after ] { + } + Method [ public method stats ] { } } @@ -726,6 +731,231 @@ Extension [ extension #144 swoole version 1.7.6 ] { } } } + + Class [ class swoole_http_server extends swoole_server ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [23] { + Method [ public method on ] { + + - Parameters [2] { + Parameter #0 [ $ha_name ] + Parameter #1 [ $cb ] + } + } + + Method [ public method start ] { + } + + Method [ public method __construct ] { + + - Parameters [4] { + Parameter #0 [ $serv_host ] + Parameter #1 [ $serv_port ] + Parameter #2 [ $serv_mode ] + Parameter #3 [ $sock_type ] + } + } + + Method [ public method set ] { + + - Parameters [1] { + Parameter #0 [ $zset ] + } + } + + Method [ public method send ] { + + - Parameters [3] { + Parameter #0 [ $conn_fd ] + Parameter #1 [ $send_data ] + Parameter #2 [ $from_id ] + } + } + + Method [ public method sendfile ] { + + - Parameters [2] { + Parameter #0 [ $conn_fd ] + Parameter #1 [ $filename ] + } + } + + Method [ public method close ] { + + - Parameters [1] { + Parameter #0 [ $fd ] + } + } + + Method [ public method task ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $worker_id ] + } + } + + Method [ public method taskwait ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ $timeout ] + Parameter #2 [ $worker_id ] + } + } + + Method [ public method finish ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method addlistener ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $sock_type ] + } + } + + Method [ public method addtimer ] { + + - Parameters [1] { + Parameter #0 [ $interval ] + } + } + + Method [ public method deltimer ] { + + - Parameters [1] { + Parameter #0 [ $interval ] + } + } + + Method [ public method gettimer ] { + } + + Method [ public method reload ] { + + - Parameters [0] { + } + } + + Method [ public method shutdown ] { + + - Parameters [0] { + } + } + + Method [ public method hbcheck ] { + + - Parameters [1] { + Parameter #0 [ $from_id ] + } + } + + Method [ public method heartbeat ] { + + - Parameters [1] { + Parameter #0 [ $from_id ] + } + } + + Method [ public method handler ] { + + - Parameters [2] { + Parameter #0 [ $ha_name ] + Parameter #1 [ $cb ] + } + } + + Method [ public method connection_info ] { + + - Parameters [2] { + Parameter #0 [ $fd ] + Parameter #1 [ $from_id ] + } + } + + Method [ public method connection_list ] { + + - Parameters [2] { + Parameter #0 [ $start_fd ] + Parameter #1 [ $find_count ] + } + } + + Method [ public method after ] { + } + + Method [ public method stats ] { + } + } + } + + Class [ class swoole_http_response ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method cookie ] { + } + + Method [ public method status ] { + } + + Method [ public method header ] { + } + + Method [ public method end ] { + } + + Method [ public method message ] { + } + } + } + + Class [ class swoole_http_request ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } } } -- cgit