From 13f0408c5a77d83821c32fd447de719f19d57a02 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Feb 2016 10:04:13 +0100 Subject: php-pecl-swoole: 1.8.1 --- REFLECTION | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 51 insertions(+), 4 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 74aa820..26f6ee2 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #167 swoole version 1.8.0 ] { +Extension [ extension #166 swoole version 1.8.1 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -7,6 +7,9 @@ Extension [ extension #167 swoole version 1.8.0 ] { Entry [ swoole.display_errors ] Current = 'On' } + Entry [ swoole.use_namespace ] + Current = 'Off' + } Entry [ swoole.message_queue_key ] Current = '0' } @@ -42,7 +45,7 @@ Extension [ extension #167 swoole version 1.8.0 ] { Constant [ integer SWOOLE_KEEP ] { 4096 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.8.0 } + Constant [ string SWOOLE_VERSION ] { 1.8.1 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -220,7 +223,7 @@ Extension [ extension #167 swoole version 1.8.0 ] { } } - - Classes [14] { + - Classes [15] { Class [ class swoole_server ] { - Constants [0] { @@ -469,6 +472,47 @@ Extension [ extension #167 swoole version 1.8.0 ] { } } + Class [ class swoole_timer ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [3] { + Method [ static public method tick ] { + + - Parameters [3] { + Parameter #0 [ $ms ] + Parameter #1 [ $callback ] + Parameter #2 [ $param ] + } + } + + Method [ static public method after ] { + + - Parameters [2] { + Parameter #0 [ $ms ] + Parameter #1 [ $callback ] + } + } + + Method [ static public method clear ] { + + - Parameters [1] { + Parameter #0 [ $timer_id ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Class [ class swoole_connection_iterator implements Iterator, Traversable, Countable ] { - Constants [0] { @@ -536,7 +580,10 @@ Extension [ extension #167 swoole version 1.8.0 ] { - Properties [0] { } - - Methods [3] { + - Methods [4] { + Method [ private method __construct ] { + } + Method [ public method __destruct ] { } -- cgit