diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #143 swoole version 2.0.11 ] { +Extension [ <persistent> extension #143 swoole version 2.0.12 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -63,7 +63,7 @@ Extension [ <persistent> extension #143 swoole version 2.0.11 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 2.0.11 } + Constant [ string SWOOLE_VERSION ] { 2.0.12 } Constant [ integer SWOOLE_REDIS_MODE_MULTI ] { 0 } Constant [ integer SWOOLE_REDIS_MODE_PIPELINE ] { 1 } Constant [ integer SWOOLE_REDIS_TYPE_NOT_FOUND ] { 0 } @@ -318,6 +318,7 @@ Extension [ <persistent> extension #143 swoole version 2.0.11 ] { Property [ <default> public $onManagerStop ] Property [ <default> public $onPipeMessage ] Property [ <default> public $setting ] + Property [ <default> public $connections ] Property [ <default> public $host ] Property [ <default> public $port ] Property [ <default> public $type ] @@ -328,7 +329,6 @@ Extension [ <persistent> extension #143 swoole version 2.0.11 ] { Property [ <default> public $worker_id ] Property [ <default> public $taskworker ] Property [ <default> public $worker_pid ] - Property [ <default> public $connections ] } - Methods [42] { @@ -3058,6 +3058,7 @@ Extension [ <persistent> extension #143 swoole version 2.0.11 ] { Property [ <default> public $onManagerStart ] Property [ <default> public $onManagerStop ] Property [ <default> public $onPipeMessage ] + Property [ <default> public $connections ] Property [ <default> public $host ] Property [ <default> public $port ] Property [ <default> public $type ] @@ -3068,7 +3069,6 @@ Extension [ <persistent> extension #143 swoole version 2.0.11 ] { Property [ <default> public $worker_id ] Property [ <default> public $taskworker ] Property [ <default> public $worker_pid ] - Property [ <default> public $connections ] Property [ <default> public $onRequest ] Property [ <default> public $onHandshake ] Property [ <default> public $setting ] @@ -3693,6 +3693,7 @@ Extension [ <persistent> extension #143 swoole version 2.0.11 ] { Property [ <default> public $onManagerStart ] Property [ <default> public $onManagerStop ] Property [ <default> public $onPipeMessage ] + Property [ <default> public $connections ] Property [ <default> public $host ] Property [ <default> public $port ] Property [ <default> public $type ] @@ -3703,7 +3704,6 @@ Extension [ <persistent> extension #143 swoole version 2.0.11 ] { Property [ <default> public $worker_id ] Property [ <default> public $taskworker ] Property [ <default> public $worker_pid ] - Property [ <default> public $connections ] Property [ <default> public $onRequest ] Property [ <default> public $onHandshake ] Property [ <default> public $setting ] @@ -4692,6 +4692,7 @@ Extension [ <persistent> extension #143 swoole version 2.0.11 ] { Property [ <default> public $onManagerStop ] Property [ <default> public $onPipeMessage ] Property [ <default> public $setting ] + Property [ <default> public $connections ] Property [ <default> public $host ] Property [ <default> public $port ] Property [ <default> public $type ] @@ -4702,7 +4703,6 @@ Extension [ <persistent> extension #143 swoole version 2.0.11 ] { Property [ <default> public $worker_id ] Property [ <default> public $taskworker ] Property [ <default> public $worker_pid ] - Property [ <default> public $connections ] } - Methods [43] { |