diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-01 06:55:15 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-01 06:55:15 +0200 |
commit | 062e1a4accf557e5b44f78de2dc00e717db0b22b (patch) | |
tree | da8deda2a9d5020d2bbfdbdb0ccd227af00bfa1d /REFLECTION | |
parent | a244488b61de78f6d7853cb18b8798af846a567d (diff) |
php-pecl-swoole: 1.7.17
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #153 swoole version 1.7.16 ] { +Extension [ <persistent> extension #155 swoole version 1.7.17 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -42,7 +42,7 @@ Extension [ <persistent> extension #153 swoole version 1.7.16 ] { Constant [ integer SWOOLE_KEEP ] { 512 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.7.16 } + Constant [ string SWOOLE_VERSION ] { 1.7.17 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_GCC ] { 1 } Constant [ integer SWOOLE_AIO_LINUX ] { 2 } @@ -698,7 +698,7 @@ Extension [ <persistent> extension #153 swoole version 1.7.16 ] { - Properties [0] { } - - Methods [17] { + - Methods [18] { Method [ <internal:swoole, ctor> public method __construct ] { - Parameters [1] { @@ -752,6 +752,13 @@ Extension [ <persistent> extension #153 swoole version 1.7.16 ] { } } + Method [ <internal:swoole> public method exist ] { + + - Parameters [1] { + Parameter #0 [ <required> $key ] + } + } + Method [ <internal:swoole> public method incr ] { - Parameters [3] { |