From b8974193b9f64c0329e8d49d18f84cc85828c7d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Nov 2021 06:55:20 +0100 Subject: refresh reflection with 8.0 --- REFLECTION | 2108 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 1306 insertions(+), 802 deletions(-) diff --git a/REFLECTION b/REFLECTION index 3ef1c96..32c131b 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #90 openswoole version 4.7.2 ] { +Extension [ extension #88 openswoole version 4.7.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -250,9 +250,9 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Constant [ int SWOOLE_RWLOCK ] { 1 } Constant [ int SWOOLE_SPINLOCK ] { 5 } Constant [ int SWOOLE_TIMER_MIN_MS ] { 1 } - Constant [ float SWOOLE_TIMER_MIN_SEC ] { 0,001 } + Constant [ float SWOOLE_TIMER_MIN_SEC ] { 0.001 } Constant [ int SWOOLE_TIMER_MAX_MS ] { 9223372036854775807 } - Constant [ float SWOOLE_TIMER_MAX_SEC ] { 9,2233720368548E+15 } + Constant [ float SWOOLE_TIMER_MAX_SEC ] { 9.2233720368548E+15 } Constant [ int SWOOLE_DEFAULT_MAX_CORO_NUM ] { 100000 } Constant [ int SWOOLE_CORO_MAX_NUM_LIMIT ] { 9223372036854775807 } Constant [ int SWOOLE_CORO_INIT ] { 0 } @@ -426,8 +426,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $timeout ] - Parameter #2 [ $type ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $type = ] } } Function [ function swoole_async_set ] { @@ -460,8 +460,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Function [ function swoole_test_kernel_coroutine ] { - Parameters [2] { - Parameter #0 [ $count ] - Parameter #1 [ $sleep_time ] + Parameter #0 [ $count = ] + Parameter #1 [ $sleep_time = ] } } Function [ function swoole_client_select ] { @@ -470,7 +470,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ &$read_array ] Parameter #1 [ &$write_array ] Parameter #2 [ &$error_array ] - Parameter #3 [ $timeout ] + Parameter #3 [ $timeout = ] } } Function [ function swoole_select ] { @@ -479,7 +479,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ &$read_array ] Parameter #1 [ &$write_array ] Parameter #2 [ &$error_array ] - Parameter #3 [ $timeout ] + Parameter #3 [ $timeout = ] } } Function [ function swoole_set_process_name ] { @@ -502,7 +502,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $errno ] - Parameter #1 [ $error_type ] + Parameter #1 [ $error_type = ] } } Function [ function swoole_errno ] { @@ -526,7 +526,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $type ] + Parameter #1 [ $type = ] } } Function [ function swoole_mime_type_add ] { @@ -582,8 +582,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $str ] Parameter #1 [ $offset ] - Parameter #2 [ $length ] - Parameter #3 [ $options ] + Parameter #2 [ $length = ] + Parameter #3 [ $options = ] } } Function [ function swoole_substr_json_decode ] { @@ -591,10 +591,10 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [6] { Parameter #0 [ $json ] Parameter #1 [ $offset ] - Parameter #2 [ $length ] - Parameter #3 [ $associative ] - Parameter #4 [ $depth ] - Parameter #5 [ $flags ] + Parameter #2 [ $length = ] + Parameter #3 [ $associative = ] + Parameter #4 [ $depth = ] + Parameter #5 [ $flags = ] } } Function [ function swoole_internal_call_user_shutdown_begin ] { @@ -618,9 +618,9 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $fd ] - Parameter #1 [ callable or NULL $read_callback ] - Parameter #2 [ callable or NULL $write_callback ] - Parameter #3 [ $events ] + Parameter #1 [ ?callable $read_callback ] + Parameter #2 [ ?callable $write_callback = ] + Parameter #3 [ $events = ] } } Method [ public method swoole_event_del ] { @@ -633,16 +633,16 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $fd ] - Parameter #1 [ callable or NULL $read_callback ] - Parameter #2 [ callable or NULL $write_callback ] - Parameter #3 [ $events ] + Parameter #1 [ ?callable $read_callback = ] + Parameter #2 [ ?callable $write_callback = ] + Parameter #3 [ $events = ] } } Method [ public method swoole_event_isset ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $events ] + Parameter #1 [ $events = ] } } Method [ public method swoole_event_dispatch ] { @@ -659,8 +659,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method swoole_event_cycle ] { - Parameters [2] { - Parameter #0 [ callable or NULL $callback ] - Parameter #1 [ $before ] + Parameter #0 [ ?callable $callback ] + Parameter #1 [ $before = ] } } Method [ public method swoole_event_write ] { @@ -733,10 +733,184 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [0] { } } + Function [ function swoole_native_curl_close ] { + + - Parameters [1] { + Parameter #0 [ CurlHandle $handle ] + } + - Return [ void ] + } + Function [ function swoole_native_curl_copy_handle ] { + + - Parameters [1] { + Parameter #0 [ CurlHandle $handle ] + } + - Return [ CurlHandle|false ] + } + Function [ function swoole_native_curl_errno ] { + + - Parameters [1] { + Parameter #0 [ CurlHandle $handle ] + } + - Return [ int ] + } + Function [ function swoole_native_curl_error ] { + + - Parameters [1] { + Parameter #0 [ CurlHandle $handle ] + } + - Return [ string ] + } + Function [ function swoole_native_curl_exec ] { + + - Parameters [1] { + Parameter #0 [ CurlHandle $handle ] + } + - Return [ string|bool ] + } + Function [ function swoole_native_curl_getinfo ] { + + - Parameters [2] { + Parameter #0 [ CurlHandle $handle ] + Parameter #1 [ ?int $option = null ] + } + - Return [ mixed ] + } + Function [ function swoole_native_curl_init ] { + + - Parameters [1] { + Parameter #0 [ ?string $url = null ] + } + - Return [ CurlHandle|false ] + } + Function [ function swoole_native_curl_setopt ] { + + - Parameters [3] { + Parameter #0 [ CurlHandle $handle ] + Parameter #1 [ int $option ] + Parameter #2 [ mixed $value ] + } + - Return [ bool ] + } + Function [ function swoole_native_curl_setopt_array ] { + + - Parameters [2] { + Parameter #0 [ CurlHandle $handle ] + Parameter #1 [ array $options ] + } + - Return [ bool ] + } + Function [ function swoole_native_curl_reset ] { + + - Parameters [1] { + Parameter #0 [ CurlHandle $handle ] + } + - Return [ void ] + } + Function [ function swoole_native_curl_escape ] { + + - Parameters [2] { + Parameter #0 [ CurlHandle $handle ] + Parameter #1 [ string $string ] + } + - Return [ string|false ] + } + Function [ function swoole_native_curl_unescape ] { + + - Parameters [2] { + Parameter #0 [ CurlHandle $handle ] + Parameter #1 [ string $string ] + } + - Return [ string|false ] + } + Function [ function swoole_native_curl_pause ] { + + - Parameters [2] { + Parameter #0 [ CurlHandle $handle ] + Parameter #1 [ int $flags ] + } + - Return [ int ] + } + Function [ function swoole_native_curl_multi_add_handle ] { + + - Parameters [2] { + Parameter #0 [ Swoole\Coroutine\Curl\MultiHandle $multi_handle ] + Parameter #1 [ CurlHandle $handle ] + } + - Return [ int ] + } + Function [ function swoole_native_curl_multi_close ] { + + - Parameters [1] { + Parameter #0 [ Swoole\Coroutine\Curl\MultiHandle $multi_handle ] + } + - Return [ void ] + } + Function [ function swoole_native_curl_multi_errno ] { + + - Parameters [1] { + Parameter #0 [ Swoole\Coroutine\Curl\MultiHandle $multi_handle ] + } + - Return [ int ] + } + Function [ function swoole_native_curl_multi_exec ] { + + - Parameters [2] { + Parameter #0 [ Swoole\Coroutine\Curl\MultiHandle $multi_handle ] + Parameter #1 [ &$still_running ] + } + - Return [ int ] + } + Function [ function swoole_native_curl_multi_select ] { + + - Parameters [2] { + Parameter #0 [ Swoole\Coroutine\Curl\MultiHandle $multi_handle ] + Parameter #1 [ float $timeout = 1.0 ] + } + - Return [ int ] + } + Function [ function swoole_native_curl_multi_setopt ] { + + - Parameters [3] { + Parameter #0 [ Swoole\Coroutine\Curl\MultiHandle $multi_handle ] + Parameter #1 [ int $option ] + Parameter #2 [ mixed $value ] + } + - Return [ bool ] + } + Function [ function swoole_native_curl_multi_getcontent ] { + + - Parameters [1] { + Parameter #0 [ CurlHandle $handle ] + } + - Return [ ?string ] + } + Function [ function swoole_native_curl_multi_info_read ] { + + - Parameters [2] { + Parameter #0 [ Swoole\Coroutine\Curl\MultiHandle $multi_handle ] + Parameter #1 [ &$queued_messages = null ] + } + - Return [ array|false ] + } + Function [ function swoole_native_curl_multi_init ] { + + - Parameters [0] { + } + - Return [ Swoole\Coroutine\Curl\MultiHandle ] + } + Function [ function swoole_native_curl_multi_remove_handle ] { + + - Parameters [2] { + Parameter #0 [ Swoole\Coroutine\Curl\MultiHandle $multi_handle ] + Parameter #1 [ CurlHandle $handle ] + } + - Return [ int ] + } } - - Classes [52] { - Class [ class Swoole\Exception extends Exception implements Throwable ] { + - Classes [53] { + Class [ class Swoole\Exception extends Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -748,52 +922,86 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } - Class [ class Swoole\Error extends Error implements Throwable ] { + Class [ class Swoole\Error extends Error implements Stringable, Throwable ] { - Constants [0] { } @@ -805,47 +1013,81 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -863,9 +1105,9 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $fd ] - Parameter #1 [ callable or NULL $read_callback ] - Parameter #2 [ callable or NULL $write_callback ] - Parameter #3 [ $events ] + Parameter #1 [ ?callable $read_callback ] + Parameter #2 [ ?callable $write_callback = ] + Parameter #3 [ $events = ] } } @@ -880,9 +1122,9 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $fd ] - Parameter #1 [ callable or NULL $read_callback ] - Parameter #2 [ callable or NULL $write_callback ] - Parameter #3 [ $events ] + Parameter #1 [ ?callable $read_callback = ] + Parameter #2 [ ?callable $write_callback = ] + Parameter #3 [ $events = ] } } @@ -890,7 +1132,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $events ] + Parameter #1 [ $events = ] } } @@ -910,8 +1152,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ static public method cycle ] { - Parameters [2] { - Parameter #0 [ callable or NULL $callback ] - Parameter #1 [ $before ] + Parameter #0 [ ?callable $callback ] + Parameter #1 [ $before = ] } } @@ -967,21 +1209,21 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ $value = ] } } Method [ public method add ] { - Parameters [1] { - Parameter #0 [ $add_value ] + Parameter #0 [ $add_value = ] } } Method [ public method sub ] { - Parameters [1] { - Parameter #0 [ $sub_value ] + Parameter #0 [ $sub_value = ] } } @@ -1001,14 +1243,14 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method wait ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } Method [ public method wakeup ] { - Parameters [1] { - Parameter #0 [ $count ] + Parameter #0 [ $count = ] } } @@ -1040,21 +1282,21 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ $value = ] } } Method [ public method add ] { - Parameters [1] { - Parameter #0 [ $add_value ] + Parameter #0 [ $add_value = ] } } Method [ public method sub ] { - Parameters [1] { - Parameter #0 [ $sub_value ] + Parameter #0 [ $sub_value = ] } } @@ -1098,19 +1340,19 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [1] { - Property [ public $errCode ] + Property [ public $errCode = 0 ] } - Methods [9] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $type ] - Parameter #1 [ $filename ] + Parameter #0 [ $type = ] + Parameter #1 [ $filename = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -1125,7 +1367,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method lockwait ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -1178,7 +1420,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ static public method wait ] { - Parameters [1] { - Parameter #0 [ $blocking ] + Parameter #0 [ $blocking = ] } } @@ -1194,7 +1436,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $usec ] - Parameter #1 [ $type ] + Parameter #1 [ $type = ] } } @@ -1202,16 +1444,16 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $pid ] - Parameter #1 [ $signal_no ] + Parameter #1 [ $signal_no = ] } } Method [ static public method daemon ] { - Parameters [3] { - Parameter #0 [ $nochdir ] - Parameter #1 [ $noclose ] - Parameter #2 [ $pipes ] + Parameter #0 [ $nochdir = ] + Parameter #1 [ $noclose = ] + Parameter #2 [ $pipes = ] } } @@ -1224,12 +1466,12 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [6] { - Property [ public $pipe ] - Property [ public $msgQueueId ] - Property [ public $msgQueueKey ] - Property [ public $pid ] - Property [ public $id ] - Property [ private $callback ] + Property [ public $pipe = NULL ] + Property [ public $msgQueueId = NULL ] + Property [ public $msgQueueKey = NULL ] + Property [ public $pid = NULL ] + Property [ public $id = NULL ] + Property [ private $callback = NULL ] } - Methods [20] { @@ -1237,13 +1479,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ callable $callback ] - Parameter #1 [ $redirect_stdin_and_stdout ] - Parameter #2 [ $pipe_type ] - Parameter #3 [ $enable_coroutine ] + Parameter #1 [ $redirect_stdin_and_stdout = ] + Parameter #2 [ $pipe_type = ] + Parameter #3 [ $enable_coroutine = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -1288,9 +1530,9 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method useQueue ] { - Parameters [3] { - Parameter #0 [ $key ] - Parameter #1 [ $mode ] - Parameter #2 [ $capacity ] + Parameter #0 [ $key = ] + Parameter #1 [ $mode = ] + Parameter #2 [ $capacity = ] } } @@ -1328,7 +1570,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $size ] + Parameter #0 [ $size = ] } } @@ -1342,14 +1584,14 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method pop ] { - Parameters [1] { - Parameter #0 [ $size ] + Parameter #0 [ $size = ] } } Method [ public method exit ] { - Parameters [1] { - Parameter #0 [ $exit_code ] + Parameter #0 [ $exit_code = ] } } @@ -1388,8 +1630,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [2] { - Property [ public $master_pid ] - Property [ public $workers ] + Property [ public $master_pid = -1 ] + Property [ public $workers = NULL ] } - Methods [11] { @@ -1397,13 +1639,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $worker_num ] - Parameter #1 [ $ipc_type ] - Parameter #2 [ $msgqueue_key ] - Parameter #3 [ $enable_coroutine ] + Parameter #1 [ $ipc_type = ] + Parameter #2 [ $msgqueue_key = ] + Parameter #3 [ $enable_coroutine = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -1427,7 +1669,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method getProcess ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -1435,8 +1677,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $backlog ] + Parameter #1 [ $port = ] + Parameter #2 [ $backlog = ] } } @@ -1488,8 +1730,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [2] { - Property [ public $size ] - Property [ public $memorySize ] + Property [ public $size = NULL ] + Property [ public $memorySize = NULL ] } - Methods [20] { @@ -1497,7 +1739,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $table_size ] - Parameter #1 [ $conflict_proportion ] + Parameter #1 [ $conflict_proportion = ] } } @@ -1506,7 +1748,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $type ] - Parameter #2 [ $size ] + Parameter #2 [ $size = ] } } @@ -1534,7 +1776,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $field ] + Parameter #1 [ $field = ] } } @@ -1577,7 +1819,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $column ] - Parameter #2 [ $incrby ] + Parameter #2 [ $incrby = ] } } @@ -1586,7 +1828,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $column ] - Parameter #2 [ $decrby ] + Parameter #2 [ $decrby = ] } } @@ -1735,44 +1977,44 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $array ] - Parameter #1 [ $flags ] + Parameter #0 [ object|array $array = [] ] + Parameter #1 [ int $flags = 0 ] } } Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ mixed $key ] } } Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ mixed $key ] } } Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $newval ] + Parameter #0 [ mixed $key ] + Parameter #1 [ mixed $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ mixed $key ] } } Method [ public method append ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ mixed $value ] } } @@ -1797,33 +2039,35 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method setFlags ] { - Parameters [1] { - Parameter #0 [ $flags ] + Parameter #0 [ int $flags ] } } Method [ public method asort ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $flags = SORT_REGULAR ] } } Method [ public method ksort ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $flags = SORT_REGULAR ] } } Method [ public method uasort ] { - Parameters [1] { - Parameter #0 [ $cmp_function ] + Parameter #0 [ callable $callback ] } } Method [ public method uksort ] { - Parameters [1] { - Parameter #0 [ $cmp_function ] + Parameter #0 [ callable $callback ] } } @@ -1842,7 +2086,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } } @@ -1852,22 +2096,16 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ $serialized ] - } - } - Method [ public method __serialize ] { - Parameters [0] { } } - Method [ public method __debugInfo ] { + Method [ public method __unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data ] } } @@ -1904,7 +2142,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method seek ] { - Parameters [1] { - Parameter #0 [ $position ] + Parameter #0 [ int $offset ] + } + } + + Method [ public method __debugInfo ] { + + - Parameters [0] { } } } @@ -2007,46 +2251,46 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ static public method getPcid ] { - Parameters [1] { - Parameter #0 [ $cid ] + Parameter #0 [ $cid = ] } } Method [ static public method getContext ] { - Parameters [1] { - Parameter #0 [ $cid ] + Parameter #0 [ $cid = ] } } Method [ static public method getBackTrace ] { - Parameters [3] { - Parameter #0 [ $cid ] - Parameter #1 [ $options ] - Parameter #2 [ $limit ] + Parameter #0 [ $cid = ] + Parameter #1 [ $options = ] + Parameter #2 [ $limit = ] } } Method [ static public method printBackTrace ] { - Parameters [3] { - Parameter #0 [ $cid ] - Parameter #1 [ $options ] - Parameter #2 [ $limit ] + Parameter #0 [ $cid = ] + Parameter #1 [ $options = ] + Parameter #2 [ $limit = ] } } Method [ static public method getElapsed ] { - Parameters [1] { - Parameter #0 [ $cid ] + Parameter #0 [ $cid = ] } } Method [ static public method getStackUsage ] { - Parameters [1] { - Parameter #0 [ $cid ] + Parameter #0 [ $cid = ] } } @@ -2078,8 +2322,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $family ] - Parameter #2 [ $timeout ] + Parameter #1 [ $family = ] + Parameter #2 [ $timeout = ] } } @@ -2087,8 +2331,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $timeout ] - Parameter #2 [ $type ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $type = ] } } @@ -2096,7 +2340,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $command ] - Parameter #1 [ $get_error_stream ] + Parameter #1 [ $get_error_stream = ] } } @@ -2111,11 +2355,11 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [6] { Parameter #0 [ $hostname ] - Parameter #1 [ $family ] - Parameter #2 [ $socktype ] - Parameter #3 [ $protocol ] - Parameter #4 [ $service ] - Parameter #5 [ $timeout ] + Parameter #1 [ $family = ] + Parameter #2 [ $socktype = ] + Parameter #3 [ $protocol = ] + Parameter #4 [ $service = ] + Parameter #5 [ $timeout = ] } } @@ -2138,14 +2382,14 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $filename ] Parameter #1 [ $data ] - Parameter #2 [ $flags ] + Parameter #2 [ $flags = ] } } Method [ static public method wait ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -2153,7 +2397,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $pid ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -2161,7 +2405,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $signo ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -2169,8 +2413,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $fd ] - Parameter #1 [ $events ] - Parameter #2 [ $timeout ] + Parameter #1 [ $events = ] + Parameter #2 [ $timeout = ] } } @@ -2178,7 +2422,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $handle ] - Parameter #1 [ $length ] + Parameter #1 [ $length = ] } } @@ -2194,7 +2438,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $handle ] Parameter #1 [ $string ] - Parameter #2 [ $length ] + Parameter #2 [ $length = ] } } } @@ -2226,44 +2470,44 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ $array ] - Parameter #1 [ $flags ] + Parameter #0 [ object|array $array = [] ] + Parameter #1 [ int $flags = 0 ] } } Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ mixed $key ] } } Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ mixed $key ] } } Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $newval ] + Parameter #0 [ mixed $key ] + Parameter #1 [ mixed $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ mixed $key ] } } Method [ public method append ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ mixed $value ] } } @@ -2288,33 +2532,35 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method setFlags ] { - Parameters [1] { - Parameter #0 [ $flags ] + Parameter #0 [ int $flags ] } } Method [ public method asort ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $flags = SORT_REGULAR ] } } Method [ public method ksort ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $flags = SORT_REGULAR ] } } Method [ public method uasort ] { - Parameters [1] { - Parameter #0 [ $cmp_function ] + Parameter #0 [ callable $callback ] } } Method [ public method uksort ] { - Parameters [1] { - Parameter #0 [ $cmp_function ] + Parameter #0 [ callable $callback ] } } @@ -2333,7 +2579,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } } @@ -2343,22 +2589,16 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ $serialized ] - } - } - Method [ public method __serialize ] { - Parameters [0] { } } - Method [ public method __debugInfo ] { + Method [ public method __unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data ] } } @@ -2395,7 +2635,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method seek ] { - Parameters [1] { - Parameter #0 [ $position ] + Parameter #0 [ int $offset ] + } + } + + Method [ public method __debugInfo ] { + + - Parameters [0] { } } } @@ -2421,45 +2667,45 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $input ] - Parameter #1 [ $flags ] - Parameter #2 [ $iterator_class ] + Parameter #0 [ object|array $array = [] ] + Parameter #1 [ int $flags = 0 ] + Parameter #2 [ string $iteratorClass = ArrayIterator::class ] } } Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ mixed $key ] } } Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ mixed $key ] } } Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ $index ] - Parameter #1 [ $newval ] + Parameter #0 [ mixed $key ] + Parameter #1 [ mixed $value ] } } Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ $index ] + Parameter #0 [ mixed $key ] } } Method [ public method append ] { - Parameters [1] { - Parameter #0 [ $value ] + Parameter #0 [ mixed $value ] } } @@ -2484,33 +2730,35 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method setFlags ] { - Parameters [1] { - Parameter #0 [ $flags ] + Parameter #0 [ int $flags ] } } Method [ public method asort ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $flags = SORT_REGULAR ] } } Method [ public method ksort ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ int $flags = SORT_REGULAR ] } } Method [ public method uasort ] { - Parameters [1] { - Parameter #0 [ $cmp_function ] + Parameter #0 [ callable $callback ] } } Method [ public method uksort ] { - Parameters [1] { - Parameter #0 [ $cmp_function ] + Parameter #0 [ callable $callback ] } } @@ -2529,7 +2777,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } } @@ -2539,22 +2787,16 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Method [ public method __unserialize ] { - - - Parameters [1] { - Parameter #0 [ $serialized ] - } - } - Method [ public method __serialize ] { - Parameters [0] { } } - Method [ public method __debugInfo ] { + Method [ public method __unserialize ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ array $data ] } } @@ -2567,14 +2809,14 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method exchangeArray ] { - Parameters [1] { - Parameter #0 [ $input ] + Parameter #0 [ object|array $array ] } } Method [ public method setIteratorClass ] { - Parameters [1] { - Parameter #0 [ $iteratorClass ] + Parameter #0 [ string $iteratorClass ] } } @@ -2583,10 +2825,16 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [0] { } } + + Method [ public method __debugInfo ] { + + - Parameters [0] { + } + } } } - Class [ class Swoole\ExitException extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\ExitException extends Swoole\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -2598,12 +2846,12 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [6] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] - Property [ private $flags ] - Property [ private $status ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] + Property [ private $flags = 0 ] + Property [ private $status = 0 ] } - Methods [12] { @@ -2622,37 +2870,71 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -2670,8 +2952,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $family ] - Parameter #2 [ $timeout ] + Parameter #1 [ $family = ] + Parameter #2 [ $timeout = ] } } @@ -2679,8 +2961,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $timeout ] - Parameter #2 [ $type ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $type = ] } } @@ -2688,7 +2970,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $command ] - Parameter #1 [ $get_error_stream ] + Parameter #1 [ $get_error_stream = ] } } @@ -2703,11 +2985,11 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [6] { Parameter #0 [ $hostname ] - Parameter #1 [ $family ] - Parameter #2 [ $socktype ] - Parameter #3 [ $protocol ] - Parameter #4 [ $service ] - Parameter #5 [ $timeout ] + Parameter #1 [ $family = ] + Parameter #2 [ $socktype = ] + Parameter #3 [ $protocol = ] + Parameter #4 [ $service = ] + Parameter #5 [ $timeout = ] } } @@ -2730,14 +3012,14 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $filename ] Parameter #1 [ $data ] - Parameter #2 [ $flags ] + Parameter #2 [ $flags = ] } } Method [ static public method wait ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -2745,7 +3027,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $pid ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -2753,7 +3035,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $signo ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -2761,8 +3043,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $fd ] - Parameter #1 [ $events ] - Parameter #2 [ $timeout ] + Parameter #1 [ $events = ] + Parameter #2 [ $timeout = ] } } @@ -2770,7 +3052,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $handle ] - Parameter #1 [ $length ] + Parameter #1 [ $length = ] } } @@ -2779,7 +3061,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $handle ] Parameter #1 [ $string ] - Parameter #2 [ $length ] + Parameter #2 [ $length = ] } } @@ -2825,7 +3107,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $n ] - Parameter #1 [ callable $func ] + Parameter #1 [ callable $func = ] Parameter #2 [ ...$params ] } } @@ -2863,15 +3145,15 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [2] { - Property [ public $capacity ] - Property [ public $errCode ] + Property [ public $capacity = 0 ] + Property [ public $errCode = 0 ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $size ] + Parameter #0 [ $size = ] } } @@ -2879,14 +3161,14 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } Method [ public method pop ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -2934,8 +3216,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ static public method enableCoroutine ] { - Parameters [2] { - Parameter #0 [ $enable ] - Parameter #1 [ $flags ] + Parameter #0 [ $enable = ] + Parameter #1 [ $flags = ] } } @@ -2960,7 +3242,25 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Class [ class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable ] { + Class [ final class Swoole\Coroutine\Curl\MultiHandle ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -2972,47 +3272,81 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -3029,12 +3363,12 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [6] { - Property [ public $fd ] - Property [ public $domain ] - Property [ public $type ] - Property [ public $protocol ] - Property [ public $errCode ] - Property [ public $errMsg ] + Property [ public $fd = -1 ] + Property [ public $domain = 0 ] + Property [ public $type = 0 ] + Property [ public $protocol = 0 ] + Property [ public $errCode = 0 ] + Property [ public $errMsg = '' ] } - Methods [30] { @@ -3043,7 +3377,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $domain ] Parameter #1 [ $type ] - Parameter #2 [ $protocol ] + Parameter #2 [ $protocol = ] } } @@ -3051,21 +3385,21 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $address ] - Parameter #1 [ $port ] + Parameter #1 [ $port = ] } } Method [ public method listen ] { - Parameters [1] { - Parameter #0 [ $backlog ] + Parameter #0 [ $backlog = ] } } Method [ public method accept ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -3073,8 +3407,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $timeout ] + Parameter #1 [ $port = ] + Parameter #2 [ $timeout = ] } } @@ -3087,46 +3421,46 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method peek ] { - Parameters [1] { - Parameter #0 [ $length ] + Parameter #0 [ $length = ] } } Method [ public method recv ] { - Parameters [2] { - Parameter #0 [ $length ] - Parameter #1 [ $timeout ] + Parameter #0 [ $length = ] + Parameter #1 [ $timeout = ] } } Method [ public method recvAll ] { - Parameters [2] { - Parameter #0 [ $length ] - Parameter #1 [ $timeout ] + Parameter #0 [ $length = ] + Parameter #1 [ $timeout = ] } } Method [ public method recvLine ] { - Parameters [2] { - Parameter #0 [ $length ] - Parameter #1 [ $timeout ] + Parameter #0 [ $length = ] + Parameter #1 [ $timeout = ] } } Method [ public method recvWithBuffer ] { - Parameters [2] { - Parameter #0 [ $length ] - Parameter #1 [ $timeout ] + Parameter #0 [ $length = ] + Parameter #1 [ $timeout = ] } } Method [ public method recvPacket ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -3134,7 +3468,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3142,7 +3476,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $io_vector ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3150,7 +3484,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $io_vector ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3158,7 +3492,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $io_vector ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3166,7 +3500,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $io_vector ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3174,8 +3508,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $offset ] - Parameter #2 [ $length ] + Parameter #1 [ $offset = ] + Parameter #2 [ $length = ] } } @@ -3183,7 +3517,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3191,7 +3525,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ &$peername ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3237,14 +3571,14 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method shutdown ] { - Parameters [1] { - Parameter #0 [ $how ] + Parameter #0 [ $how = ] } } Method [ public method cancel ] { - Parameters [1] { - Parameter #0 [ $event ] + Parameter #0 [ $event = ] } } @@ -3268,7 +3602,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Class [ class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -3280,47 +3614,81 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -3344,13 +3712,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [7] { - Property [ public $errCode ] - Property [ public $sock ] - Property [ public $reuse ] - Property [ public $reuseCount ] - Property [ public $type ] - Property [ public $id ] - Property [ public $setting ] + Property [ public $errCode = 0 ] + Property [ public $sock = -1 ] + Property [ public $reuse = false ] + Property [ public $reuseCount = 0 ] + Property [ public $type = 0 ] + Property [ public $id = NULL ] + Property [ public $setting = NULL ] } - Methods [17] { @@ -3358,12 +3726,12 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $type ] - Parameter #1 [ $async ] - Parameter #2 [ $id ] + Parameter #1 [ $async = ] + Parameter #2 [ $id = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -3380,17 +3748,17 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $timeout ] - Parameter #3 [ $sock_flag ] + Parameter #1 [ $port = ] + Parameter #2 [ $timeout = ] + Parameter #3 [ $sock_flag = ] } } Method [ public method recv ] { - Parameters [2] { - Parameter #0 [ $size ] - Parameter #1 [ $flag ] + Parameter #0 [ $size = ] + Parameter #1 [ $flag = ] } } @@ -3398,7 +3766,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $flag ] + Parameter #1 [ $flag = ] } } @@ -3406,8 +3774,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $offset ] - Parameter #2 [ $length ] + Parameter #1 [ $offset = ] + Parameter #2 [ $length = ] } } @@ -3466,7 +3834,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method close ] { - Parameters [1] { - Parameter #0 [ $force ] + Parameter #0 [ $force = ] } } @@ -3478,7 +3846,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Class [ class Swoole\Client\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -3490,47 +3858,81 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -3551,13 +3953,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [7] { - Property [ public $errCode ] - Property [ public $errMsg ] - Property [ public $fd ] - Property [ private $socket ] - Property [ public $type ] - Property [ public $setting ] - Property [ public $connected ] + Property [ public $errCode = 0 ] + Property [ public $errMsg = '' ] + Property [ public $fd = -1 ] + Property [ private $socket = NULL ] + Property [ public $type = 1 ] + Property [ public $setting = NULL ] + Property [ public $connected = false ] } - Methods [18] { @@ -3568,7 +3970,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -3585,23 +3987,23 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $timeout ] - Parameter #3 [ $sock_flag ] + Parameter #1 [ $port = ] + Parameter #2 [ $timeout = ] + Parameter #3 [ $sock_flag = ] } } Method [ public method recv ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } Method [ public method peek ] { - Parameters [1] { - Parameter #0 [ $length ] + Parameter #0 [ $length = ] } } @@ -3616,8 +4018,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $offset ] - Parameter #2 [ $length ] + Parameter #1 [ $offset = ] + Parameter #2 [ $length = ] } } @@ -3635,7 +4037,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $length ] Parameter #1 [ &$address ] - Parameter #2 [ &$port ] + Parameter #2 [ &$port = ] } } @@ -3701,24 +4103,24 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [18] { - Property [ public $errCode ] - Property [ public $errMsg ] - Property [ public $connected ] - Property [ public $host ] - Property [ public $port ] - Property [ public $ssl ] - Property [ public $setting ] - Property [ public $requestMethod ] - Property [ public $requestHeaders ] - Property [ public $requestBody ] - Property [ public $uploadFiles ] - Property [ public $downloadFile ] - Property [ public $downloadOffset ] - Property [ public $statusCode ] - Property [ public $headers ] - Property [ public $set_cookie_headers ] - Property [ public $cookies ] - Property [ public $body ] + Property [ public $errCode = 0 ] + Property [ public $errMsg = '' ] + Property [ public $connected = false ] + Property [ public $host = '' ] + Property [ public $port = 0 ] + Property [ public $ssl = false ] + Property [ public $setting = NULL ] + Property [ public $requestMethod = NULL ] + Property [ public $requestHeaders = NULL ] + Property [ public $requestBody = NULL ] + Property [ public $uploadFiles = NULL ] + Property [ public $downloadFile = NULL ] + Property [ public $downloadOffset = 0 ] + Property [ public $statusCode = 0 ] + Property [ public $headers = NULL ] + Property [ public $set_cookie_headers = NULL ] + Property [ public $cookies = NULL ] + Property [ public $body = '' ] } - Methods [28] { @@ -3726,12 +4128,12 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $ssl ] + Parameter #1 [ $port = ] + Parameter #2 [ $ssl = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -3753,7 +4155,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method setDefer ] { - Parameters [1] { - Parameter #0 [ $defer ] + Parameter #0 [ $defer = ] } } @@ -3798,10 +4200,10 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [6] { Parameter #0 [ $path ] Parameter #1 [ $name ] - Parameter #2 [ $type ] - Parameter #3 [ $filename ] - Parameter #4 [ $offset ] - Parameter #5 [ $length ] + Parameter #2 [ $type = ] + Parameter #3 [ $filename = ] + Parameter #4 [ $offset = ] + Parameter #5 [ $length = ] } } @@ -3810,8 +4212,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $path ] Parameter #1 [ $name ] - Parameter #2 [ $type ] - Parameter #3 [ $filename ] + Parameter #2 [ $type = ] + Parameter #3 [ $filename = ] } } @@ -3854,7 +4256,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $file ] - Parameter #2 [ $offset ] + Parameter #2 [ $offset = ] } } @@ -3905,15 +4307,15 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode ] - Parameter #2 [ $flags ] + Parameter #1 [ $opcode = ] + Parameter #2 [ $flags = ] } } Method [ public method recv ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -3925,7 +4327,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Class [ class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -3937,47 +4339,81 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -3994,15 +4430,15 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [9] { - Property [ public $serverInfo ] - Property [ public $sock ] - Property [ public $connected ] - Property [ public $connect_errno ] - Property [ public $connect_error ] - Property [ public $affected_rows ] - Property [ public $insert_id ] - Property [ public $error ] - Property [ public $errno ] + Property [ public $serverInfo = NULL ] + Property [ public $sock = -1 ] + Property [ public $connected = false ] + Property [ public $connect_errno = 0 ] + Property [ public $connect_error = '' ] + Property [ public $affected_rows = 0 ] + Property [ public $insert_id = 0 ] + Property [ public $error = '' ] + Property [ public $errno = 0 ] } - Methods [16] { @@ -4012,7 +4448,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -4027,14 +4463,14 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method setDefer ] { - Parameters [1] { - Parameter #0 [ $defer ] + Parameter #0 [ $defer = ] } } Method [ public method connect ] { - Parameters [1] { - Parameter #0 [ array $server_config ] + Parameter #0 [ array $server_config = ] } } @@ -4042,7 +4478,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $sql ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -4068,7 +4504,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $query ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -4081,21 +4517,21 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method begin ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } Method [ public method commit ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } Method [ public method rollback ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -4103,7 +4539,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $string ] - Parameter #1 [ $flags ] + Parameter #1 [ $flags = ] } } @@ -4127,47 +4563,47 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [5] { - Property [ public $id ] - Property [ public $affected_rows ] - Property [ public $insert_id ] - Property [ public $error ] - Property [ public $errno ] + Property [ public $id = 0 ] + Property [ public $affected_rows = 0 ] + Property [ public $insert_id = 0 ] + Property [ public $error = '' ] + Property [ public $errno = 0 ] } - Methods [6] { Method [ public method execute ] { - Parameters [2] { - Parameter #0 [ $params ] - Parameter #1 [ $timeout ] + Parameter #0 [ $params = ] + Parameter #1 [ $timeout = ] } } Method [ public method fetch ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } Method [ public method fetchAll ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } Method [ public method nextResult ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } Method [ public method recv ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -4179,7 +4615,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Class [ class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -4191,47 +4627,81 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -4248,25 +4718,25 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [8] { - Property [ public $host ] - Property [ public $port ] - Property [ public $setting ] - Property [ public $sock ] - Property [ public $connected ] - Property [ public $errType ] - Property [ public $errCode ] - Property [ public $errMsg ] + Property [ public $host = '' ] + Property [ public $port = 0 ] + Property [ public $setting = NULL ] + Property [ public $sock = -1 ] + Property [ public $connected = false ] + Property [ public $errType = 0 ] + Property [ public $errCode = 0 ] + Property [ public $errMsg = '' ] } - Methods [165] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ $config = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -4276,8 +4746,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $serialize ] + Parameter #1 [ $port = ] + Parameter #2 [ $serialize = ] } } @@ -4343,8 +4813,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $value ] - Parameter #2 [ $timeout ] - Parameter #3 [ $opt ] + Parameter #2 [ $timeout = ] + Parameter #3 [ $opt = ] } } @@ -4402,7 +4872,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -4411,7 +4881,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $member ] - Parameter #2 [ $other_members ] + Parameter #2 [ $other_members = ] } } @@ -4445,7 +4915,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -4481,7 +4951,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -4511,7 +4981,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $timeout_or_key ] - Parameter #2 [ $extra_args ] + Parameter #2 [ $extra_args = ] } } @@ -4527,7 +4997,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $timeout_or_key ] - Parameter #2 [ $extra_args ] + Parameter #2 [ $extra_args = ] } } @@ -4593,7 +5063,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $count ] + Parameter #1 [ $count = ] } } @@ -4767,7 +5237,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -5001,7 +5471,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $timeout_or_key ] - Parameter #2 [ $extra_args ] + Parameter #2 [ $extra_args = ] } } @@ -5010,7 +5480,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $timeout_or_key ] - Parameter #2 [ $extra_args ] + Parameter #2 [ $extra_args = ] } } @@ -5047,7 +5517,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $scores ] + Parameter #3 [ $scores = ] } } @@ -5057,7 +5527,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $scores ] + Parameter #3 [ $scores = ] } } @@ -5067,7 +5537,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $options ] + Parameter #3 [ $options = ] } } @@ -5077,7 +5547,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $options ] + Parameter #3 [ $options = ] } } @@ -5087,8 +5557,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ $key ] Parameter #1 [ $min ] Parameter #2 [ $max ] - Parameter #3 [ $offset ] - Parameter #4 [ $limit ] + Parameter #3 [ $offset = ] + Parameter #4 [ $limit = ] } } @@ -5098,8 +5568,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ $key ] Parameter #1 [ $min ] Parameter #2 [ $max ] - Parameter #3 [ $offset ] - Parameter #4 [ $limit ] + Parameter #3 [ $offset = ] + Parameter #4 [ $limit = ] } } @@ -5108,8 +5578,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $keys ] - Parameter #2 [ $weights ] - Parameter #3 [ $aggregate ] + Parameter #2 [ $weights = ] + Parameter #3 [ $aggregate = ] } } @@ -5118,8 +5588,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $keys ] - Parameter #2 [ $weights ] - Parameter #3 [ $aggregate ] + Parameter #2 [ $weights = ] + Parameter #3 [ $aggregate = ] } } @@ -5128,8 +5598,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $keys ] - Parameter #2 [ $weights ] - Parameter #3 [ $aggregate ] + Parameter #2 [ $weights = ] + Parameter #3 [ $aggregate = ] } } @@ -5138,8 +5608,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $keys ] - Parameter #2 [ $weights ] - Parameter #3 [ $aggregate ] + Parameter #2 [ $weights = ] + Parameter #3 [ $aggregate = ] } } @@ -5382,7 +5852,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ $operation ] Parameter #1 [ $ret_key ] Parameter #2 [ $key ] - Parameter #3 [ $other_keys ] + Parameter #3 [ $other_keys = ] } } @@ -5407,7 +5877,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -5416,7 +5886,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $dst ] Parameter #1 [ $key ] - Parameter #2 [ $other_keys ] + Parameter #2 [ $other_keys = ] } } @@ -5424,7 +5894,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -5433,7 +5903,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $dst ] Parameter #1 [ $key ] - Parameter #2 [ $other_keys ] + Parameter #2 [ $other_keys = ] } } @@ -5441,7 +5911,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -5450,7 +5920,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $dst ] Parameter #1 [ $key ] - Parameter #2 [ $other_keys ] + Parameter #2 [ $other_keys = ] } } @@ -5475,7 +5945,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $member ] - Parameter #2 [ $other_members ] + Parameter #2 [ $other_members = ] } } @@ -5484,7 +5954,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $member ] - Parameter #2 [ $other_members ] + Parameter #2 [ $other_members = ] } } @@ -5493,7 +5963,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $member ] - Parameter #2 [ $other_members ] + Parameter #2 [ $other_members = ] } } @@ -5541,8 +6011,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $script ] - Parameter #1 [ $args ] - Parameter #2 [ $num_keys ] + Parameter #1 [ $args = ] + Parameter #2 [ $num_keys = ] } } @@ -5550,8 +6020,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $script_sha ] - Parameter #1 [ $args ] - Parameter #2 [ $num_keys ] + Parameter #1 [ $args = ] + Parameter #2 [ $num_keys = ] } } @@ -5559,7 +6029,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $cmd ] - Parameter #1 [ $args ] + Parameter #1 [ $args = ] } } } @@ -5577,15 +6047,15 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [9] { - Property [ public $errCode ] - Property [ public $errMsg ] - Property [ public $sock ] - Property [ public $type ] - Property [ public $setting ] - Property [ public $connected ] - Property [ public $host ] - Property [ public $port ] - Property [ public $ssl ] + Property [ public $errCode = 0 ] + Property [ public $errMsg = 0 ] + Property [ public $sock = -1 ] + Property [ public $type = 0 ] + Property [ public $setting = NULL ] + Property [ public $connected = false ] + Property [ public $host = NULL ] + Property [ public $port = 0 ] + Property [ public $ssl = false ] } - Methods [13] { @@ -5593,12 +6063,12 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $open_ssl ] + Parameter #1 [ $port = ] + Parameter #2 [ $open_ssl = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -5620,7 +6090,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method stats ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $key = ] } } @@ -5643,29 +6113,29 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $stream_id ] Parameter #1 [ $data ] - Parameter #2 [ $end_stream ] + Parameter #2 [ $end_stream = ] } } Method [ public method recv ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } Method [ public method goaway ] { - Parameters [2] { - Parameter #0 [ $error_code ] - Parameter #1 [ $debug_data ] + Parameter #0 [ $error_code = ] + Parameter #1 [ $debug_data = ] } } @@ -5683,7 +6153,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Class [ class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -5695,47 +6165,81 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [4] { - Property [ protected $message ] - Property [ protected $code ] - Property [ protected $file ] - Property [ protected $line ] + Property [ protected $message = '' ] + Property [ protected $code = 0 ] + Property [ protected $file = NULL ] + Property [ protected $line = NULL ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ $message ] - Parameter #1 [ $code ] - Parameter #2 [ $previous ] + Parameter #0 [ string $message = "" ] + Parameter #1 [ int $code = 0 ] + Parameter #2 [ ?Throwable $previous = null ] } } Method [ public method __wakeup ] { + + - Parameters [0] { + } } Method [ final public method getMessage ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getCode ] { + + - Parameters [0] { + } } Method [ final public method getFile ] { + + - Parameters [0] { + } + - Return [ string ] } Method [ final public method getLine ] { + + - Parameters [0] { + } + - Return [ int ] } Method [ final public method getTrace ] { + + - Parameters [0] { + } + - Return [ array ] } Method [ final public method getPrevious ] { + + - Parameters [0] { + } + - Return [ ?Throwable ] } Method [ final public method getTraceAsString ] { + + - Parameters [0] { + } + - Return [ string ] } - Method [ public method __toString ] { + Method [ public method __toString ] { + + - Parameters [0] { + } + - Return [ string ] } } } @@ -5752,12 +6256,12 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [6] { - Property [ public $path ] - Property [ public $method ] - Property [ public $headers ] - Property [ public $cookies ] - Property [ public $data ] - Property [ public $pipeline ] + Property [ public $path = '/' ] + Property [ public $method = 'GET' ] + Property [ public $headers = NULL ] + Property [ public $cookies = NULL ] + Property [ public $data = '' ] + Property [ public $pipeline = false ] } - Methods [0] { @@ -5776,14 +6280,14 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [8] { - Property [ public $streamId ] - Property [ public $errCode ] - Property [ public $statusCode ] - Property [ public $pipeline ] - Property [ public $headers ] - Property [ public $set_cookie_headers ] - Property [ public $cookies ] - Property [ public $data ] + Property [ public $streamId = 0 ] + Property [ public $errCode = 0 ] + Property [ public $statusCode = 0 ] + Property [ public $pipeline = false ] + Property [ public $headers = NULL ] + Property [ public $set_cookie_headers = NULL ] + Property [ public $cookies = NULL ] + Property [ public $data = NULL ] } - Methods [0] { @@ -5802,32 +6306,32 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [26] { - Property [ private $onStart ] - Property [ private $onShutdown ] - Property [ private $onWorkerStart ] - Property [ private $onWorkerStop ] - Property [ private $onBeforeReload ] - Property [ private $onAfterReload ] - Property [ private $onWorkerExit ] - Property [ private $onWorkerError ] - Property [ private $onTask ] - Property [ private $onFinish ] - Property [ private $onManagerStart ] - Property [ private $onManagerStop ] - Property [ private $onPipeMessage ] - Property [ public $setting ] - Property [ public $connections ] - Property [ public $host ] - Property [ public $port ] - Property [ public $type ] - Property [ public $mode ] - Property [ public $ports ] - Property [ public $master_pid ] - Property [ public $manager_pid ] - Property [ public $worker_id ] - Property [ public $taskworker ] - Property [ public $worker_pid ] - Property [ public $stats_timer ] + Property [ private $onStart = NULL ] + Property [ private $onShutdown = NULL ] + Property [ private $onWorkerStart = NULL ] + Property [ private $onWorkerStop = NULL ] + Property [ private $onBeforeReload = NULL ] + Property [ private $onAfterReload = NULL ] + Property [ private $onWorkerExit = NULL ] + Property [ private $onWorkerError = NULL ] + Property [ private $onTask = NULL ] + Property [ private $onFinish = NULL ] + Property [ private $onManagerStart = NULL ] + Property [ private $onManagerStop = NULL ] + Property [ private $onPipeMessage = NULL ] + Property [ public $setting = NULL ] + Property [ public $connections = NULL ] + Property [ public $host = '' ] + Property [ public $port = 0 ] + Property [ public $type = 0 ] + Property [ public $mode = 0 ] + Property [ public $ports = NULL ] + Property [ public $master_pid = 0 ] + Property [ public $manager_pid = 0 ] + Property [ public $worker_id = -1 ] + Property [ public $taskworker = false ] + Property [ public $worker_pid = 0 ] + Property [ public $stats_timer = NULL ] } - Methods [47] { @@ -5835,13 +6339,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $mode ] - Parameter #3 [ $sock_type ] + Parameter #1 [ $port = ] + Parameter #2 [ $mode = ] + Parameter #3 [ $sock_type = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -5898,7 +6402,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] - Parameter #2 [ $server_socket ] + Parameter #2 [ $server_socket = ] } } @@ -5908,7 +6412,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] - Parameter #3 [ $server_socket ] + Parameter #3 [ $server_socket = ] } } @@ -5938,7 +6442,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $is_protected ] + Parameter #1 [ $is_protected = ] } } @@ -5947,8 +6451,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] - Parameter #2 [ $offset ] - Parameter #3 [ $length ] + Parameter #2 [ $offset = ] + Parameter #3 [ $length = ] } } @@ -5956,7 +6460,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reset ] + Parameter #1 [ $reset = ] } } @@ -5985,8 +6489,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $worker_id ] - Parameter #2 [ callable or NULL $finish_callback ] + Parameter #1 [ $worker_id = ] + Parameter #2 [ ?callable $finish_callback = ] } } @@ -5994,8 +6498,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] - Parameter #2 [ $worker_id ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $worker_id = ] } } @@ -6003,7 +6507,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -6011,7 +6515,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -6037,7 +6541,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method stop ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -6058,7 +6562,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -6066,7 +6570,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -6085,7 +6589,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method getWorkerStatus ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -6105,7 +6609,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -6113,7 +6617,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -6141,7 +6645,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method getSocket ] { - Parameters [1] { - Parameter #0 [ $port ] + Parameter #0 [ $port = ] } } @@ -6203,11 +6707,11 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [5] { - Property [ public $data ] - Property [ public $dispatch_time ] - Property [ public $id ] - Property [ public $worker_id ] - Property [ public $flags ] + Property [ public $data = NULL ] + Property [ public $dispatch_time = 0 ] + Property [ public $id = -1 ] + Property [ public $worker_id = -1 ] + Property [ public $flags = 0 ] } - Methods [1] { @@ -6232,10 +6736,10 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [4] { - Property [ public $reactor_id ] - Property [ public $fd ] - Property [ public $dispatch_time ] - Property [ public $data ] + Property [ public $reactor_id = 0 ] + Property [ public $fd = 0 ] + Property [ public $dispatch_time = 0 ] + Property [ public $data = NULL ] } - Methods [0] { @@ -6254,11 +6758,11 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [5] { - Property [ public $server_socket ] - Property [ public $server_port ] - Property [ public $dispatch_time ] - Property [ public $address ] - Property [ public $port ] + Property [ public $server_socket = 0 ] + Property [ public $server_port = 0 ] + Property [ public $dispatch_time = 0 ] + Property [ public $address = NULL ] + Property [ public $port = 0 ] } - Methods [0] { @@ -6277,9 +6781,9 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [3] { - Property [ public $source_worker_id ] - Property [ public $dispatch_time ] - Property [ public $data ] + Property [ public $source_worker_id = 0 ] + Property [ public $dispatch_time = 0 ] + Property [ public $data = NULL ] } - Methods [0] { @@ -6298,11 +6802,11 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [5] { - Property [ public $worker_id ] - Property [ public $worker_pid ] - Property [ public $status ] - Property [ public $exit_code ] - Property [ public $signal ] + Property [ public $worker_id = 0 ] + Property [ public $worker_pid = 0 ] + Property [ public $status = 0 ] + Property [ public $exit_code = 0 ] + Property [ public $signal = 0 ] } - Methods [0] { @@ -6321,10 +6825,10 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [4] { - Property [ public $task_id ] - Property [ public $task_worker_id ] - Property [ public $dispatch_time ] - Property [ public $data ] + Property [ public $task_id = 0 ] + Property [ public $task_worker_id = 0 ] + Property [ public $dispatch_time = 0 ] + Property [ public $data = NULL ] } - Methods [0] { @@ -6352,7 +6856,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -6437,23 +6941,23 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [17] { - Property [ private $onConnect ] - Property [ private $onReceive ] - Property [ private $onClose ] - Property [ private $onPacket ] - Property [ private $onBufferFull ] - Property [ private $onBufferEmpty ] - Property [ private $onRequest ] - Property [ private $onHandShake ] - Property [ private $onOpen ] - Property [ private $onMessage ] - Property [ private $onDisconnect ] - Property [ public $host ] - Property [ public $port ] - Property [ public $type ] - Property [ public $sock ] - Property [ public $setting ] - Property [ public $connections ] + Property [ private $onConnect = NULL ] + Property [ private $onReceive = NULL ] + Property [ private $onClose = NULL ] + Property [ private $onPacket = NULL ] + Property [ private $onBufferFull = NULL ] + Property [ private $onBufferEmpty = NULL ] + Property [ private $onRequest = NULL ] + Property [ private $onHandShake = NULL ] + Property [ private $onOpen = NULL ] + Property [ private $onMessage = NULL ] + Property [ private $onDisconnect = NULL ] + Property [ public $host = NULL ] + Property [ public $port = 0 ] + Property [ public $type = 0 ] + Property [ public $sock = -1 ] + Property [ public $setting = NULL ] + Property [ public $connections = NULL ] } - Methods [6] { @@ -6463,7 +6967,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -6511,21 +7015,21 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ static public method create ] { - Parameters [1] { - Parameter #0 [ $options ] + Parameter #0 [ $options = ] } } } - Properties [9] { - Property [ public $fd ] - Property [ public $streamId ] - Property [ public $header ] - Property [ public $server ] - Property [ public $cookie ] - Property [ public $get ] - Property [ public $files ] - Property [ public $post ] - Property [ public $tmpfiles ] + Property [ public $fd = 0 ] + Property [ public $streamId = 0 ] + Property [ public $header = NULL ] + Property [ public $server = NULL ] + Property [ public $cookie = NULL ] + Property [ public $get = NULL ] + Property [ public $files = NULL ] + Property [ public $post = NULL ] + Property [ public $tmpfiles = NULL ] } - Methods [7] { @@ -6566,7 +7070,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -6587,17 +7091,17 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $server ] - Parameter #1 [ $fd ] + Parameter #1 [ $fd = ] } } } - Properties [5] { - Property [ public $fd ] - Property [ public $socket ] - Property [ public $header ] - Property [ public $cookie ] - Property [ public $trailer ] + Property [ public $fd = 0 ] + Property [ public $socket = NULL ] + Property [ public $header = NULL ] + Property [ public $cookie = NULL ] + Property [ public $trailer = NULL ] } - Methods [22] { @@ -6617,14 +7121,14 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [9] { Parameter #0 [ $name ] - Parameter #1 [ $value ] - Parameter #2 [ $expires ] - Parameter #3 [ $path ] - Parameter #4 [ $domain ] - Parameter #5 [ $secure ] - Parameter #6 [ $httponly ] - Parameter #7 [ $samesite ] - Parameter #8 [ $priority ] + Parameter #1 [ $value = ] + Parameter #2 [ $expires = ] + Parameter #3 [ $path = ] + Parameter #4 [ $domain = ] + Parameter #5 [ $secure = ] + Parameter #6 [ $httponly = ] + Parameter #7 [ $samesite = ] + Parameter #8 [ $priority = ] } } @@ -6632,14 +7136,14 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [9] { Parameter #0 [ $name ] - Parameter #1 [ $value ] - Parameter #2 [ $expires ] - Parameter #3 [ $path ] - Parameter #4 [ $domain ] - Parameter #5 [ $secure ] - Parameter #6 [ $httponly ] - Parameter #7 [ $samesite ] - Parameter #8 [ $priority ] + Parameter #1 [ $value = ] + Parameter #2 [ $expires = ] + Parameter #3 [ $path = ] + Parameter #4 [ $domain = ] + Parameter #5 [ $secure = ] + Parameter #6 [ $httponly = ] + Parameter #7 [ $samesite = ] + Parameter #8 [ $priority = ] } } @@ -6647,14 +7151,14 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [9] { Parameter #0 [ $name ] - Parameter #1 [ $value ] - Parameter #2 [ $expires ] - Parameter #3 [ $path ] - Parameter #4 [ $domain ] - Parameter #5 [ $secure ] - Parameter #6 [ $httponly ] - Parameter #7 [ $samesite ] - Parameter #8 [ $priority ] + Parameter #1 [ $value = ] + Parameter #2 [ $expires = ] + Parameter #3 [ $path = ] + Parameter #4 [ $domain = ] + Parameter #5 [ $secure = ] + Parameter #6 [ $httponly = ] + Parameter #7 [ $samesite = ] + Parameter #8 [ $priority = ] } } @@ -6662,7 +7166,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $http_code ] - Parameter #1 [ $reason ] + Parameter #1 [ $reason = ] } } @@ -6670,7 +7174,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $http_code ] - Parameter #1 [ $reason ] + Parameter #1 [ $reason = ] } } @@ -6679,7 +7183,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $value ] - Parameter #2 [ $format ] + Parameter #2 [ $format = ] } } @@ -6688,7 +7192,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $value ] - Parameter #2 [ $format ] + Parameter #2 [ $format = ] } } @@ -6702,7 +7206,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method end ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ $content = ] } } @@ -6710,8 +7214,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $offset ] - Parameter #2 [ $length ] + Parameter #1 [ $offset = ] + Parameter #2 [ $length = ] } } @@ -6719,7 +7223,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $location ] - Parameter #1 [ $http_code ] + Parameter #1 [ $http_code = ] } } @@ -6759,8 +7263,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode ] - Parameter #2 [ $flags ] + Parameter #1 [ $opcode = ] + Parameter #2 [ $flags = ] } } @@ -6776,7 +7280,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -6796,19 +7300,19 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [13] { - Property [ public $setting ] - Property [ public $connections ] - Property [ public $host ] - Property [ public $port ] - Property [ public $type ] - Property [ public $mode ] - Property [ public $ports ] - Property [ public $master_pid ] - Property [ public $manager_pid ] - Property [ public $worker_id ] - Property [ public $taskworker ] - Property [ public $worker_pid ] - Property [ public $stats_timer ] + Property [ public $setting = NULL ] + Property [ public $connections = NULL ] + Property [ public $host = '' ] + Property [ public $port = 0 ] + Property [ public $type = 0 ] + Property [ public $mode = 0 ] + Property [ public $ports = NULL ] + Property [ public $master_pid = 0 ] + Property [ public $manager_pid = 0 ] + Property [ public $worker_id = -1 ] + Property [ public $taskworker = false ] + Property [ public $worker_pid = 0 ] + Property [ public $stats_timer = NULL ] } - Methods [47] { @@ -6816,13 +7320,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $mode ] - Parameter #3 [ $sock_type ] + Parameter #1 [ $port = ] + Parameter #2 [ $mode = ] + Parameter #3 [ $sock_type = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -6879,7 +7383,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] - Parameter #2 [ $server_socket ] + Parameter #2 [ $server_socket = ] } } @@ -6889,7 +7393,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] - Parameter #3 [ $server_socket ] + Parameter #3 [ $server_socket = ] } } @@ -6919,7 +7423,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $is_protected ] + Parameter #1 [ $is_protected = ] } } @@ -6928,8 +7432,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] - Parameter #2 [ $offset ] - Parameter #3 [ $length ] + Parameter #2 [ $offset = ] + Parameter #3 [ $length = ] } } @@ -6937,7 +7441,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reset ] + Parameter #1 [ $reset = ] } } @@ -6966,8 +7470,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $worker_id ] - Parameter #2 [ callable or NULL $finish_callback ] + Parameter #1 [ $worker_id = ] + Parameter #2 [ ?callable $finish_callback = ] } } @@ -6975,8 +7479,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] - Parameter #2 [ $worker_id ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $worker_id = ] } } @@ -6984,7 +7488,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -6992,7 +7496,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -7018,7 +7522,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method stop ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -7039,7 +7543,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -7047,7 +7551,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -7066,7 +7570,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method getWorkerStatus ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -7086,7 +7590,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -7094,7 +7598,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -7122,7 +7626,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method getSocket ] { - Parameters [1] { - Parameter #0 [ $port ] + Parameter #0 [ $port = ] } } @@ -7178,13 +7682,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [7] { - Property [ public $fd ] - Property [ public $host ] - Property [ public $port ] - Property [ public $ssl ] - Property [ public $settings ] - Property [ public $errCode ] - Property [ public $errMsg ] + Property [ public $fd = -1 ] + Property [ public $host = NULL ] + Property [ public $port = -1 ] + Property [ public $ssl = false ] + Property [ public $settings = NULL ] + Property [ public $errCode = 0 ] + Property [ public $errMsg = '' ] } - Methods [7] { @@ -7192,13 +7696,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $ssl ] - Parameter #3 [ $reuse_port ] + Parameter #1 [ $port = ] + Parameter #2 [ $ssl = ] + Parameter #3 [ $reuse_port = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -7252,8 +7756,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode ] - Parameter #2 [ $flags ] + Parameter #1 [ $opcode = ] + Parameter #2 [ $flags = ] } } @@ -7266,19 +7770,19 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [13] { - Property [ public $setting ] - Property [ public $connections ] - Property [ public $host ] - Property [ public $port ] - Property [ public $type ] - Property [ public $mode ] - Property [ public $ports ] - Property [ public $master_pid ] - Property [ public $manager_pid ] - Property [ public $worker_id ] - Property [ public $taskworker ] - Property [ public $worker_pid ] - Property [ public $stats_timer ] + Property [ public $setting = NULL ] + Property [ public $connections = NULL ] + Property [ public $host = '' ] + Property [ public $port = 0 ] + Property [ public $type = 0 ] + Property [ public $mode = 0 ] + Property [ public $ports = NULL ] + Property [ public $master_pid = 0 ] + Property [ public $manager_pid = 0 ] + Property [ public $worker_id = -1 ] + Property [ public $taskworker = false ] + Property [ public $worker_pid = 0 ] + Property [ public $stats_timer = NULL ] } - Methods [50] { @@ -7287,8 +7791,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $fd ] Parameter #1 [ $data ] - Parameter #2 [ $opcode ] - Parameter #3 [ $flags ] + Parameter #2 [ $opcode = ] + Parameter #3 [ $flags = ] } } @@ -7296,8 +7800,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $fd ] - Parameter #1 [ $code ] - Parameter #2 [ $reason ] + Parameter #1 [ $code = ] + Parameter #2 [ $reason = ] } } @@ -7312,13 +7816,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $mode ] - Parameter #3 [ $sock_type ] + Parameter #1 [ $port = ] + Parameter #2 [ $mode = ] + Parameter #3 [ $sock_type = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -7375,7 +7879,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] - Parameter #2 [ $server_socket ] + Parameter #2 [ $server_socket = ] } } @@ -7385,7 +7889,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] - Parameter #3 [ $server_socket ] + Parameter #3 [ $server_socket = ] } } @@ -7415,7 +7919,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $is_protected ] + Parameter #1 [ $is_protected = ] } } @@ -7424,8 +7928,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] - Parameter #2 [ $offset ] - Parameter #3 [ $length ] + Parameter #2 [ $offset = ] + Parameter #3 [ $length = ] } } @@ -7433,7 +7937,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reset ] + Parameter #1 [ $reset = ] } } @@ -7462,8 +7966,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $worker_id ] - Parameter #2 [ callable or NULL $finish_callback ] + Parameter #1 [ $worker_id = ] + Parameter #2 [ ?callable $finish_callback = ] } } @@ -7471,8 +7975,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] - Parameter #2 [ $worker_id ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $worker_id = ] } } @@ -7480,7 +7984,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -7488,7 +7992,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -7514,7 +8018,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method stop ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -7535,7 +8039,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -7543,7 +8047,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -7562,7 +8066,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method getWorkerStatus ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -7582,7 +8086,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -7590,7 +8094,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -7618,7 +8122,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method getSocket ] { - Parameters [1] { - Parameter #0 [ $port ] + Parameter #0 [ $port = ] } } @@ -7675,8 +8179,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode ] - Parameter #2 [ $flags ] + Parameter #1 [ $opcode = ] + Parameter #2 [ $flags = ] } } @@ -7689,11 +8193,11 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [5] { - Property [ public $fd ] - Property [ public $data ] - Property [ public $opcode ] - Property [ public $flags ] - Property [ public $finish ] + Property [ public $fd = 0 ] + Property [ public $data = '' ] + Property [ public $opcode = 1 ] + Property [ public $flags = 1 ] + Property [ public $finish = NULL ] } - Methods [1] { @@ -7718,8 +8222,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode ] - Parameter #2 [ $flags ] + Parameter #1 [ $opcode = ] + Parameter #2 [ $flags = ] } } @@ -7732,13 +8236,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { } - Properties [7] { - Property [ public $fd ] - Property [ public $data ] - Property [ public $flags ] - Property [ public $finish ] - Property [ public $opcode ] - Property [ public $code ] - Property [ public $reason ] + Property [ public $fd = 0 ] + Property [ public $data = '' ] + Property [ public $flags = 1 ] + Property [ public $finish = NULL ] + Property [ public $opcode = 8 ] + Property [ public $code = 1000 ] + Property [ public $reason = '' ] } - Methods [1] { @@ -7770,25 +8274,25 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $type ] - Parameter #1 [ $value ] + Parameter #1 [ $value = ] } } } - Properties [13] { - Property [ public $setting ] - Property [ public $connections ] - Property [ public $host ] - Property [ public $port ] - Property [ public $type ] - Property [ public $mode ] - Property [ public $ports ] - Property [ public $master_pid ] - Property [ public $manager_pid ] - Property [ public $worker_id ] - Property [ public $taskworker ] - Property [ public $worker_pid ] - Property [ public $stats_timer ] + Property [ public $setting = NULL ] + Property [ public $connections = NULL ] + Property [ public $host = '' ] + Property [ public $port = 0 ] + Property [ public $type = 0 ] + Property [ public $mode = 0 ] + Property [ public $ports = NULL ] + Property [ public $master_pid = 0 ] + Property [ public $manager_pid = 0 ] + Property [ public $worker_id = -1 ] + Property [ public $taskworker = false ] + Property [ public $worker_pid = 0 ] + Property [ public $stats_timer = NULL ] } - Methods [49] { @@ -7811,13 +8315,13 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $mode ] - Parameter #3 [ $sock_type ] + Parameter #1 [ $port = ] + Parameter #2 [ $mode = ] + Parameter #3 [ $sock_type = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -7874,7 +8378,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] - Parameter #2 [ $server_socket ] + Parameter #2 [ $server_socket = ] } } @@ -7884,7 +8388,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] - Parameter #3 [ $server_socket ] + Parameter #3 [ $server_socket = ] } } @@ -7914,7 +8418,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $is_protected ] + Parameter #1 [ $is_protected = ] } } @@ -7923,8 +8427,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [4] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] - Parameter #2 [ $offset ] - Parameter #3 [ $length ] + Parameter #2 [ $offset = ] + Parameter #3 [ $length = ] } } @@ -7932,7 +8436,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reset ] + Parameter #1 [ $reset = ] } } @@ -7961,8 +8465,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $worker_id ] - Parameter #2 [ callable or NULL $finish_callback ] + Parameter #1 [ $worker_id = ] + Parameter #2 [ ?callable $finish_callback = ] } } @@ -7970,8 +8474,8 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] - Parameter #2 [ $worker_id ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $worker_id = ] } } @@ -7979,7 +8483,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -7987,7 +8491,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -8013,7 +8517,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method stop ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -8034,7 +8538,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -8042,7 +8546,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -8061,7 +8565,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method getWorkerStatus ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -8081,7 +8585,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -8089,7 +8593,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -8117,7 +8621,7 @@ Extension [ extension #90 openswoole version 4.7.2 ] { Method [ public method getSocket ] { - Parameters [1] { - Parameter #0 [ $port ] + Parameter #0 [ $port = ] } } -- cgit