diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-09 08:28:32 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-09 08:28:32 +0100 |
commit | 07f7ab8ccb08e1ebf1e0e265f6a05ddc36613434 (patch) | |
tree | d599c356f511e1564a7d286af7ccfd774d2651b2 /REFLECTION | |
parent | 32f05d377c8aef7c24973d06949540986b304f7a (diff) |
php-pecl-swoole: 1.9.4
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #126 swoole version 1.9.3 ] { +Extension [ <persistent> extension #80 swoole version 1.9.4 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -63,7 +63,7 @@ Extension [ <persistent> extension #126 swoole version 1.9.3 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.9.3 } + Constant [ string SWOOLE_VERSION ] { 1.9.4 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -970,10 +970,11 @@ Extension [ <persistent> extension #126 swoole version 1.9.3 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { Property [ <default> public $errCode ] Property [ <default> public $sock ] Property [ <default> public $reuse ] + Property [ <default> public $reuseCount ] } - Methods [22] { @@ -2142,7 +2143,7 @@ Extension [ <persistent> extension #126 swoole version 1.9.3 ] { - Properties [0] { } - - Methods [9] { + - Methods [10] { Method [ <internal:swoole, ctor> public method __construct ] { - Parameters [1] { @@ -2201,6 +2202,12 @@ Extension [ <persistent> extension #126 swoole version 1.9.3 ] { } } + Method [ <internal:swoole> public method recycle ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole> public method clear ] { - Parameters [0] { |