diff options
author | Remi Collet <remi@remirepo.net> | 2018-03-28 08:27:16 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-03-28 08:27:16 +0200 |
commit | a38e61170140fbba81fc8d72d2a79fdd3210b526 (patch) | |
tree | 6b2f67a32fbb46c462213e6947f65d580fa5f34f /REFLECTION | |
parent | 93986825fe6ecb8b3c19b0a056dba68983eeb870 (diff) |
v1.10.3
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 39 |
1 files changed, 33 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #69 swoole version 1.10.2 ] { +Extension [ <persistent> extension #70 swoole version 1.10.3 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -63,7 +63,7 @@ Extension [ <persistent> extension #69 swoole version 1.10.2 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 1.10.2 } + Constant [ string SWOOLE_VERSION ] { 1.10.3 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -195,8 +195,21 @@ Extension [ <persistent> extension #69 swoole version 1.10.2 ] { } Function [ <internal:swoole> function swoole_event_cycle ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $before ] + } + } + Function [ <internal:swoole> function swoole_event_dispatch ] { + + - Parameters [0] { + } + } + Function [ <internal:swoole> function swoole_event_isset ] { + + - Parameters [2] { + Parameter #0 [ <required> $fd ] + Parameter #1 [ <optional> $events ] } } Function [ <internal:swoole> function swoole_timer_after ] { @@ -787,8 +800,9 @@ Extension [ <persistent> extension #69 swoole version 1.10.2 ] { Method [ <internal:swoole> static public method cycle ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> $callback ] + Parameter #1 [ <optional> $before ] } } } @@ -1533,7 +1547,7 @@ Extension [ <persistent> extension #69 swoole version 1.10.2 ] { Property [ <default> public $id ] } - - Methods [15] { + - Methods [16] { Method [ <internal:swoole, ctor> public method __construct ] { - Parameters [3] { @@ -1556,6 +1570,13 @@ Extension [ <persistent> extension #69 swoole version 1.10.2 ] { } } + Method [ <internal:swoole> public method setBlocking ] { + + - Parameters [1] { + Parameter #0 [ <required> $blocking ] + } + } + Method [ <internal:swoole> public method useQueue ] { - Parameters [2] { @@ -2582,13 +2603,19 @@ Extension [ <persistent> extension #69 swoole version 1.10.2 ] { Property [ <default> public $tmpfiles ] } - - Methods [4] { + - Methods [5] { Method [ <internal:swoole> public method rawcontent ] { - Parameters [0] { } } + Method [ <internal:swoole> public method getData ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole> public method __sleep ] { } |