diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-25 08:27:56 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-25 08:27:56 +0200 |
commit | c011c7457194b1ccdc41c81ae349b4dfb7f73062 (patch) | |
tree | a13559f0b8c30152a9d51a6af968e870d86cfca3 /REFLECTION | |
parent | 12388c5074f4c1a3c2cda80d6ca2d6007ee17361 (diff) |
php-pecl-swoole: 1.8.13
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #123 swoole version 1.8.12 ] { +Extension [ <persistent> extension #122 swoole version 1.8.13 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -63,7 +63,7 @@ Extension [ <persistent> extension #123 swoole version 1.8.12 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.8.12 } + Constant [ string SWOOLE_VERSION ] { 1.8.13 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -198,18 +198,18 @@ Extension [ <persistent> extension #123 swoole version 1.8.12 ] { Function [ <internal:swoole> function swoole_client_select ] { - Parameters [4] { - Parameter #0 [ <required> $read_array ] - Parameter #1 [ <required> $write_array ] - Parameter #2 [ <required> $error_array ] + Parameter #0 [ <required> &$read_array ] + Parameter #1 [ <required> &$write_array ] + Parameter #2 [ <required> &$error_array ] Parameter #3 [ <optional> $timeout ] } } Function [ <internal:swoole> function swoole_select ] { - Parameters [4] { - Parameter #0 [ <required> $read_array ] - Parameter #1 [ <required> $write_array ] - Parameter #2 [ <required> $error_array ] + Parameter #0 [ <required> &$read_array ] + Parameter #1 [ <required> &$write_array ] + Parameter #2 [ <required> &$error_array ] Parameter #3 [ <optional> $timeout ] } } @@ -958,13 +958,16 @@ Extension [ <persistent> extension #123 swoole version 1.8.12 ] { - Static properties [0] { } - - Static methods [5] { + - Static methods [6] { Method [ <internal:swoole> static public method wait ] { } Method [ <internal:swoole> static public method signal ] { } + Method [ <internal:swoole> static public method alarm ] { + } + Method [ <internal:swoole> static public method kill ] { } @@ -2009,7 +2012,7 @@ Extension [ <persistent> extension #123 swoole version 1.8.12 ] { } - Methods [10] { - Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] { + Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { - Parameters [3] { Parameter #0 [ <optional> $message ] |