From 87e78ec4ebdaf96509a6a5743077c0e70693631a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jul 2017 11:07:49 +0200 Subject: v1.9.15 --- REFLECTION | 49 ++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 44 insertions(+), 5 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index d1707dd..39f622e 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #80 swoole version 1.9.14 ] { +Extension [ extension #80 swoole version 1.9.15 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ extension #80 swoole version 1.9.14 ] { 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.14 } + Constant [ string SWOOLE_VERSION ] { 1.9.15 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -1649,7 +1649,7 @@ Extension [ extension #80 swoole version 1.9.14 ] { - Properties [0] { } - - Methods [6] { + - Methods [8] { Method [ public method __construct ] { - Parameters [1] { @@ -1684,6 +1684,20 @@ Extension [ extension #80 swoole version 1.9.14 ] { } } + Method [ public method wait ] { + + - Parameters [1] { + Parameter #0 [ $timeout ] + } + } + + Method [ public method wakeup ] { + + - Parameters [1] { + Parameter #0 [ $count ] + } + } + Method [ public method cmpset ] { - Parameters [2] { @@ -2589,10 +2603,14 @@ Extension [ extension #80 swoole version 1.9.14 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ public $errno ] + Property [ public $connect_errno ] + Property [ public $insert_id ] + Property [ public $affected_rows ] } - - Methods [7] { + - Methods [10] { Method [ public method __construct ] { - Parameters [0] { @@ -2613,6 +2631,27 @@ Extension [ extension #80 swoole version 1.9.14 ] { } } + Method [ public method begin ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method commit ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method rollback ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + Method [ public method escape ] { - Parameters [2] { -- cgit