diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #147 swoole version 4.0.1 ] { +Extension [ <persistent> extension #147 swoole version 4.0.2 ] { - INI { Entry [ swoole.aio_thread_num <ALL> ] @@ -66,7 +66,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.1 ] { Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 } Constant [ integer SWOOLE_EVENT_READ ] { 512 } Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 } - Constant [ string SWOOLE_VERSION ] { 4.0.1 } + Constant [ string SWOOLE_VERSION ] { 4.0.2 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -117,7 +117,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.1 ] { Constant [ integer SWOOLE_ERROR_SERVER_PIPE_BUFFER_FULL ] { 9006 } Constant [ integer SWOOLE_ERROR_SERVER_NO_IDLE_WORKER ] { 9007 } Constant [ integer SWOOLE_ERROR_SERVER_ONLY_START_ONE ] { 9008 } - Constant [ integer SWOOLE_ERROR_SERVER_WORKER_EXIT_TIMEOUT ] { 9009 } + Constant [ integer SWOOLE_ERROR_SERVER_WORKER_EXIT_TIMEOUT ] { 9010 } Constant [ integer SWOOLE_TRACE_SERVER ] { 2 } Constant [ integer SWOOLE_TRACE_CLIENT ] { 4 } Constant [ integer SWOOLE_TRACE_BUFFER ] { 8 } @@ -2805,7 +2805,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.1 ] { - Static methods [0] { } - - Properties [17] { + - Properties [19] { Property [ <default> public $errCode ] Property [ <default> public $sock ] Property [ <default> public $reuse ] @@ -2820,7 +2820,9 @@ Extension [ <persistent> extension #147 swoole version 4.0.1 ] { Property [ <default> public $requestHeaders ] Property [ <default> public $requestBody ] Property [ <default> public $uploadFiles ] + Property [ <default> public $downloadFile ] Property [ <default> public $headers ] + Property [ <default> public $set_cookie_headers ] Property [ <default> public $cookies ] Property [ <default> public $body ] } @@ -5022,7 +5024,11 @@ Extension [ <persistent> extension #147 swoole version 4.0.1 ] { - Static methods [0] { } - - Properties [0] { + - Properties [4] { + Property [ <default> public $fd ] + Property [ <default> public $data ] + Property [ <default> public $opcode ] + Property [ <default> public $finish ] } - Methods [0] { |