diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-01 09:57:02 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-01 09:57:02 +0200 |
commit | 45bc9b5590bca364b77440876a8661cb657e3386 (patch) | |
tree | 50f3d21c4a0aff83193af349bc5bab2e967dd345 /REFLECTION | |
parent | 3c574c7078c6d1d8931426a8c9f73c85257011e2 (diff) |
v1.9.17
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 84 |
1 files changed, 73 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #80 swoole version 1.9.16 ] { +Extension [ <persistent> extension #80 swoole version 1.9.17 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -63,7 +63,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { 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.16 } + Constant [ string SWOOLE_VERSION ] { 1.9.17 } Constant [ integer SWOOLE_AIO_BASE ] { 0 } Constant [ integer SWOOLE_AIO_LINUX ] { 1 } Constant [ integer SWOOLE_FILELOCK ] { 2 } @@ -275,7 +275,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { - Properties [0] { } - - Methods [38] { + - Methods [39] { Method [ <internal:swoole, ctor> public method __construct ] { - Parameters [4] { @@ -286,6 +286,12 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { } } + Method [ <internal:swoole, dtor> public method __destruct ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole> public method listen ] { - Parameters [3] { @@ -1576,7 +1582,12 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { Class [ <internal:swoole> class swoole_lock ] { - - Constants [0] { + - Constants [5] { + Constant [ integer FILELOCK ] { 2 } + Constant [ integer MUTEX ] { 3 } + Constant [ integer SEM ] { 4 } + Constant [ integer RWLOCK ] { 1 } + Constant [ integer SPINLOCK ] { 5 } } - Static properties [0] { @@ -1730,7 +1741,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { Property [ <default> private $global ] } - - Methods [38] { + - Methods [39] { Method [ <internal:swoole, overwrites swoole_server, prototype swoole_server> public method on ] { - Parameters [2] { @@ -1755,6 +1766,12 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { } } + Method [ <internal:swoole, inherits swoole_server, dtor> public method __destruct ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole, inherits swoole_server> public method listen ] { - Parameters [3] { @@ -2274,7 +2291,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { - Properties [0] { } - - Methods [39] { + - Methods [40] { Method [ <internal:swoole, overwrites swoole_http_server, prototype swoole_server> public method on ] { - Parameters [2] { @@ -2316,6 +2333,12 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { } } + Method [ <internal:swoole, inherits swoole_server, dtor> public method __destruct ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole, inherits swoole_server> public method listen ] { - Parameters [3] { @@ -2601,7 +2624,13 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { Class [ <internal:swoole> class swoole_mysql ] { - - Constants [0] { + - Constants [6] { + Constant [ integer STATE_QUERY ] { 0 } + Constant [ integer STATE_READ_START ] { 1 } + Constant [ integer STATE_READ_FIELD ] { 2 } + Constant [ integer STATE_READ_ROW ] { 3 } + Constant [ integer STATE_READ_END ] { 4 } + Constant [ integer STATE_CLOSED ] { 5 } } - Static properties [0] { @@ -2617,7 +2646,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { Property [ <default> public $affected_rows ] } - - Methods [10] { + - Methods [11] { Method [ <internal:swoole, ctor> public method __construct ] { - Parameters [0] { @@ -2681,6 +2710,12 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { } } + Method [ <internal:swoole> public method getState ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole> public method on ] { - Parameters [2] { @@ -3080,7 +3115,12 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { Class [ <internal:swoole> class swoole_redis ] { - - Constants [0] { + - Constants [5] { + Constant [ integer STATE_CONNECT ] { 0 } + Constant [ integer STATE_READY ] { 1 } + Constant [ integer STATE_WAIT_RESULT ] { 2 } + Constant [ integer STATE_SUBSCRIBE ] { 3 } + Constant [ integer STATE_CLOSED ] { 4 } } - Static properties [0] { @@ -3092,11 +3132,18 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { - Properties [0] { } - - Methods [6] { + - Methods [7] { Method [ <internal:swoole, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> array or NULL $setting ] + } } Method [ <internal:swoole, dtor> public method __destruct ] { + + - Parameters [0] { + } } Method [ <internal:swoole> public method on ] { @@ -3117,6 +3164,15 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { } Method [ <internal:swoole> public method close ] { + + - Parameters [0] { + } + } + + Method [ <internal:swoole> public method getState ] { + + - Parameters [0] { + } } Method [ <internal:swoole> public method __call ] { @@ -3157,7 +3213,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { - Properties [0] { } - - Methods [39] { + - Methods [40] { Method [ <internal:swoole, overwrites swoole_server, prototype swoole_server> public method start ] { - Parameters [0] { @@ -3184,6 +3240,12 @@ Extension [ <persistent> extension #80 swoole version 1.9.16 ] { } } + Method [ <internal:swoole, inherits swoole_server, dtor> public method __destruct ] { + + - Parameters [0] { + } + } + Method [ <internal:swoole, inherits swoole_server> public method listen ] { - Parameters [3] { |