From 79f30f3e9776b9e30df7ad1c1b987404ae6a7efb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 1 Dec 2021 16:06:29 +0100 Subject: refresh reflection with 8.0 --- REFLECTION | 2148 +++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 1320 insertions(+), 828 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 39adcdd..b4c5abc 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #162 swoole version 4.8.2 ] { +Extension [ extension #86 swoole version 4.8.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -441,8 +441,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $timeout ] - Parameter #2 [ $type ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $type = ] } } Function [ function swoole_async_set ] { @@ -475,8 +475,8 @@ Extension [ extension #162 swoole version 4.8.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 ] { @@ -485,7 +485,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ &$read_array ] Parameter #1 [ &$write_array ] Parameter #2 [ &$error_array ] - Parameter #3 [ $timeout ] + Parameter #3 [ $timeout = ] } } Function [ function swoole_select ] { @@ -494,7 +494,7 @@ Extension [ extension #162 swoole version 4.8.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 ] { @@ -517,7 +517,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $errno ] - Parameter #1 [ $error_type ] + Parameter #1 [ $error_type = ] } } Function [ function swoole_errno ] { @@ -555,7 +555,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $type ] + Parameter #1 [ $type = ] } } Function [ function swoole_mime_type_add ] { @@ -611,8 +611,8 @@ Extension [ extension #162 swoole version 4.8.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 ] { @@ -620,10 +620,10 @@ Extension [ extension #162 swoole version 4.8.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 ] { @@ -635,17 +635,20 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [0] { } + - Return [ array|bool ] } Function [ function swoole_get_vm_status ] { - Parameters [0] { } + - Return [ array|bool ] } Function [ function swoole_get_object_by_handle ] { - Parameters [1] { - Parameter #0 [ $handle ] + Parameter #0 [ int $handle ] } + - Return [ object|bool ] } Function [ function go ] { @@ -663,9 +666,9 @@ Extension [ extension #162 swoole version 4.8.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 ] { @@ -678,16 +681,16 @@ Extension [ extension #162 swoole version 4.8.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 ] { @@ -704,8 +707,8 @@ Extension [ extension #162 swoole version 4.8.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 ] { @@ -778,10 +781,184 @@ Extension [ extension #162 swoole version 4.8.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 [ CurlMultiHandle $multi_handle ] + Parameter #1 [ CurlHandle $handle ] + } + - Return [ int ] + } + Function [ function swoole_native_curl_multi_close ] { + + - Parameters [1] { + Parameter #0 [ CurlMultiHandle $multi_handle ] + } + - Return [ void ] + } + Function [ function swoole_native_curl_multi_errno ] { + + - Parameters [1] { + Parameter #0 [ CurlMultiHandle $multi_handle ] + } + - Return [ int ] + } + Function [ function swoole_native_curl_multi_exec ] { + + - Parameters [2] { + Parameter #0 [ CurlMultiHandle $multi_handle ] + Parameter #1 [ &$still_running ] + } + - Return [ int ] + } + Function [ function swoole_native_curl_multi_select ] { + + - Parameters [2] { + Parameter #0 [ CurlMultiHandle $multi_handle ] + Parameter #1 [ float $timeout = 1.0 ] + } + - Return [ int ] + } + Function [ function swoole_native_curl_multi_setopt ] { + + - Parameters [3] { + Parameter #0 [ CurlMultiHandle $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 [ CurlMultiHandle $multi_handle ] + Parameter #1 [ &$queued_messages = null ] + } + - Return [ array|false ] + } + Function [ function swoole_native_curl_multi_init ] { + + - Parameters [0] { + } + - Return [ CurlMultiHandle ] + } + Function [ function swoole_native_curl_multi_remove_handle ] { + + - Parameters [2] { + Parameter #0 [ CurlMultiHandle $multi_handle ] + Parameter #1 [ CurlHandle $handle ] + } + - Return [ int ] + } } - Classes [52] { - Class [ class Swoole\Exception extends Exception implements Throwable ] { + Class [ class Swoole\Exception extends Exception implements Stringable, Throwable ] { - Constants [0] { } @@ -793,52 +970,86 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -850,47 +1061,81 @@ Extension [ extension #162 swoole version 4.8.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 ] } } } @@ -908,9 +1153,9 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -925,9 +1170,9 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -935,7 +1180,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $events ] + Parameter #1 [ $events = ] } } @@ -955,8 +1200,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ static public method cycle ] { - Parameters [2] { - Parameter #0 [ callable or NULL $callback ] - Parameter #1 [ $before ] + Parameter #0 [ ?callable $callback ] + Parameter #1 [ $before = ] } } @@ -1012,21 +1257,21 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -1046,14 +1291,14 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -1085,21 +1330,21 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -1143,19 +1388,19 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -1170,7 +1415,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method lockwait ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -1223,7 +1468,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ static public method wait ] { - Parameters [1] { - Parameter #0 [ $blocking ] + Parameter #0 [ $blocking = ] } } @@ -1239,7 +1484,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $usec ] - Parameter #1 [ $type ] + Parameter #1 [ $type = ] } } @@ -1247,16 +1492,16 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -1269,12 +1514,12 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -1282,13 +1527,13 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -1333,9 +1578,9 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -1373,7 +1618,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $size ] + Parameter #0 [ $size = ] } } @@ -1387,14 +1632,14 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -1433,8 +1678,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { } - Properties [2] { - Property [ public $master_pid ] - Property [ public $workers ] + Property [ public $master_pid = -1 ] + Property [ public $workers = NULL ] } - Methods [11] { @@ -1442,13 +1687,13 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -1472,7 +1717,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method getProcess ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -1480,8 +1725,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $backlog ] + Parameter #1 [ $port = ] + Parameter #2 [ $backlog = ] } } @@ -1533,8 +1778,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { } - Properties [2] { - Property [ public $size ] - Property [ public $memorySize ] + Property [ public $size = NULL ] + Property [ public $memorySize = NULL ] } - Methods [21] { @@ -1542,7 +1787,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $table_size ] - Parameter #1 [ $conflict_proportion ] + Parameter #1 [ $conflict_proportion = ] } } @@ -1551,7 +1796,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $type ] - Parameter #2 [ $size ] + Parameter #2 [ $size = ] } } @@ -1579,7 +1824,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $field ] + Parameter #1 [ $field = ] } } @@ -1622,7 +1867,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $column ] - Parameter #2 [ $incrby ] + Parameter #2 [ $incrby = ] } } @@ -1631,7 +1876,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $column ] - Parameter #2 [ $decrby ] + Parameter #2 [ $decrby = ] } } @@ -1786,44 +2031,44 @@ Extension [ extension #162 swoole version 4.8.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 ] } } @@ -1848,33 +2093,35 @@ Extension [ extension #162 swoole version 4.8.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 ] } } @@ -1893,7 +2140,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } } @@ -1903,22 +2150,16 @@ Extension [ extension #162 swoole version 4.8.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 ] } } @@ -1955,7 +2196,13 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method seek ] { - Parameters [1] { - Parameter #0 [ $position ] + Parameter #0 [ int $offset ] + } + } + + Method [ public method __debugInfo ] { + + - Parameters [0] { } } } @@ -2022,7 +2269,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $cid_array ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -2066,46 +2313,46 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -2137,8 +2384,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $family ] - Parameter #2 [ $timeout ] + Parameter #1 [ $family = ] + Parameter #2 [ $timeout = ] } } @@ -2146,8 +2393,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $timeout ] - Parameter #2 [ $type ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $type = ] } } @@ -2155,7 +2402,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $command ] - Parameter #1 [ $get_error_stream ] + Parameter #1 [ $get_error_stream = ] } } @@ -2170,11 +2417,11 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -2197,14 +2444,14 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -2212,7 +2459,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $pid ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -2220,7 +2467,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $signo ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -2228,8 +2475,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $fd ] - Parameter #1 [ $events ] - Parameter #2 [ $timeout ] + Parameter #1 [ $events = ] + Parameter #2 [ $timeout = ] } } @@ -2237,7 +2484,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $handle ] - Parameter #1 [ $length ] + Parameter #1 [ $length = ] } } @@ -2253,7 +2500,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $handle ] Parameter #1 [ $string ] - Parameter #2 [ $length ] + Parameter #2 [ $length = ] } } } @@ -2285,44 +2532,44 @@ Extension [ extension #162 swoole version 4.8.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 ] } } @@ -2347,33 +2594,35 @@ Extension [ extension #162 swoole version 4.8.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 ] } } @@ -2392,7 +2641,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } } @@ -2402,22 +2651,16 @@ Extension [ extension #162 swoole version 4.8.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 ] } } @@ -2454,7 +2697,13 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method seek ] { - Parameters [1] { - Parameter #0 [ $position ] + Parameter #0 [ int $offset ] + } + } + + Method [ public method __debugInfo ] { + + - Parameters [0] { } } } @@ -2480,45 +2729,45 @@ Extension [ extension #162 swoole version 4.8.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 ] } } @@ -2543,33 +2792,35 @@ Extension [ extension #162 swoole version 4.8.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 ] } } @@ -2588,7 +2839,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ $serialized ] + Parameter #0 [ string $data ] } } @@ -2598,22 +2849,16 @@ Extension [ extension #162 swoole version 4.8.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 ] } } @@ -2626,14 +2871,14 @@ Extension [ extension #162 swoole version 4.8.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 ] } } @@ -2642,10 +2887,16 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -2657,12 +2908,12 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -2681,37 +2932,71 @@ Extension [ extension #162 swoole version 4.8.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 ] } } } @@ -2729,8 +3014,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $family ] - Parameter #2 [ $timeout ] + Parameter #1 [ $family = ] + Parameter #2 [ $timeout = ] } } @@ -2738,8 +3023,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $timeout ] - Parameter #2 [ $type ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $type = ] } } @@ -2747,7 +3032,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $command ] - Parameter #1 [ $get_error_stream ] + Parameter #1 [ $get_error_stream = ] } } @@ -2762,11 +3047,11 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -2789,14 +3074,14 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -2804,7 +3089,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $pid ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -2812,7 +3097,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $signo ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -2820,8 +3105,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $fd ] - Parameter #1 [ $events ] - Parameter #2 [ $timeout ] + Parameter #1 [ $events = ] + Parameter #2 [ $timeout = ] } } @@ -2829,7 +3114,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $handle ] - Parameter #1 [ $length ] + Parameter #1 [ $length = ] } } @@ -2838,7 +3123,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $handle ] Parameter #1 [ $string ] - Parameter #2 [ $length ] + Parameter #2 [ $length = ] } } @@ -2884,7 +3169,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $n ] - Parameter #1 [ callable $func ] + Parameter #1 [ callable $func = ] Parameter #2 [ ...$params ] } } @@ -2922,15 +3207,15 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -2938,14 +3223,14 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } Method [ public method pop ] { - Parameters [1] { - Parameter #0 [ $timeout ] + Parameter #0 [ $timeout = ] } } @@ -2993,8 +3278,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ static public method enableCoroutine ] { - Parameters [2] { - Parameter #0 [ $enable ] - Parameter #1 [ $flags ] + Parameter #0 [ $enable = ] + Parameter #1 [ $flags = ] } } @@ -3019,7 +3304,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { } } - Class [ class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -3031,47 +3316,81 @@ Extension [ extension #162 swoole version 4.8.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 ] } } } @@ -3088,12 +3407,12 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -3102,7 +3421,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $domain ] Parameter #1 [ $type ] - Parameter #2 [ $protocol ] + Parameter #2 [ $protocol = ] } } @@ -3110,21 +3429,21 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -3132,8 +3451,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $timeout ] + Parameter #1 [ $port = ] + Parameter #2 [ $timeout = ] } } @@ -3146,46 +3465,46 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -3193,7 +3512,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3201,7 +3520,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $io_vector ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3209,7 +3528,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $io_vector ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3217,7 +3536,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $io_vector ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3225,7 +3544,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $io_vector ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3233,8 +3552,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $offset ] - Parameter #2 [ $length ] + Parameter #1 [ $offset = ] + Parameter #2 [ $length = ] } } @@ -3242,7 +3561,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3250,7 +3569,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ &$peername ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -3296,14 +3615,14 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -3327,7 +3646,7 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -3339,47 +3658,81 @@ Extension [ extension #162 swoole version 4.8.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 ] } } } @@ -3403,13 +3756,13 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -3417,12 +3770,12 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -3439,17 +3792,17 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -3457,7 +3810,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $flag ] + Parameter #1 [ $flag = ] } } @@ -3465,8 +3818,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $offset ] - Parameter #2 [ $length ] + Parameter #1 [ $offset = ] + Parameter #2 [ $length = ] } } @@ -3525,7 +3878,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method close ] { - Parameters [1] { - Parameter #0 [ $force ] + Parameter #0 [ $force = ] } } @@ -3537,7 +3890,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { } } - Class [ class Swoole\Client\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] { - Constants [0] { } @@ -3549,47 +3902,81 @@ Extension [ extension #162 swoole version 4.8.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 ] } } } @@ -3610,13 +3997,13 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -3627,7 +4014,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -3644,23 +4031,23 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -3675,8 +4062,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $offset ] - Parameter #2 [ $length ] + Parameter #1 [ $offset = ] + Parameter #2 [ $length = ] } } @@ -3694,7 +4081,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $length ] Parameter #1 [ &$address ] - Parameter #2 [ &$port ] + Parameter #2 [ &$port = ] } } @@ -3760,24 +4147,24 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -3785,12 +4172,12 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -3812,7 +4199,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method setDefer ] { - Parameters [1] { - Parameter #0 [ $defer ] + Parameter #0 [ $defer = ] } } @@ -3857,10 +4244,10 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -3869,8 +4256,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [4] { Parameter #0 [ $path ] Parameter #1 [ $name ] - Parameter #2 [ $type ] - Parameter #3 [ $filename ] + Parameter #2 [ $type = ] + Parameter #3 [ $filename = ] } } @@ -3913,7 +4300,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $file ] - Parameter #2 [ $offset ] + Parameter #2 [ $offset = ] } } @@ -3964,15 +4351,15 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -3984,7 +4371,7 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -3996,47 +4383,81 @@ Extension [ extension #162 swoole version 4.8.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 ] } } } @@ -4053,15 +4474,15 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -4071,7 +4492,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -4086,14 +4507,14 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -4101,7 +4522,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $sql ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -4127,7 +4548,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $query ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -4140,21 +4561,21 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -4162,7 +4583,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $string ] - Parameter #1 [ $flags ] + Parameter #1 [ $flags = ] } } @@ -4186,47 +4607,47 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -4238,7 +4659,7 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -4250,47 +4671,81 @@ Extension [ extension #162 swoole version 4.8.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 ] } } } @@ -4307,25 +4762,25 @@ Extension [ extension #162 swoole version 4.8.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 [185] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $config ] + Parameter #0 [ $config = ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -4335,8 +4790,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $host ] - Parameter #1 [ $port ] - Parameter #2 [ $serialize ] + Parameter #1 [ $port = ] + Parameter #2 [ $serialize = ] } } @@ -4402,8 +4857,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $value ] - Parameter #2 [ $timeout ] - Parameter #3 [ $opt ] + Parameter #2 [ $timeout = ] + Parameter #3 [ $opt = ] } } @@ -4461,7 +4916,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -4470,7 +4925,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $member ] - Parameter #2 [ $other_members ] + Parameter #2 [ $other_members = ] } } @@ -4504,7 +4959,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -4540,7 +4995,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -4570,7 +5025,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $timeout_or_key ] - Parameter #2 [ $extra_args ] + Parameter #2 [ $extra_args = ] } } @@ -4586,7 +5041,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $timeout_or_key ] - Parameter #2 [ $extra_args ] + Parameter #2 [ $extra_args = ] } } @@ -4652,7 +5107,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $count ] + Parameter #1 [ $count = ] } } @@ -4826,7 +5281,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -5060,7 +5515,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $timeout_or_key ] - Parameter #2 [ $extra_args ] + Parameter #2 [ $extra_args = ] } } @@ -5069,7 +5524,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $timeout_or_key ] - Parameter #2 [ $extra_args ] + Parameter #2 [ $extra_args = ] } } @@ -5106,7 +5561,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $scores ] + Parameter #3 [ $scores = ] } } @@ -5116,7 +5571,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $scores ] + Parameter #3 [ $scores = ] } } @@ -5126,7 +5581,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $options ] + Parameter #3 [ $options = ] } } @@ -5136,7 +5591,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $options ] + Parameter #3 [ $options = ] } } @@ -5146,8 +5601,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $key ] Parameter #1 [ $min ] Parameter #2 [ $max ] - Parameter #3 [ $offset ] - Parameter #4 [ $limit ] + Parameter #3 [ $offset = ] + Parameter #4 [ $limit = ] } } @@ -5157,8 +5612,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $key ] Parameter #1 [ $min ] Parameter #2 [ $max ] - Parameter #3 [ $offset ] - Parameter #4 [ $limit ] + Parameter #3 [ $offset = ] + Parameter #4 [ $limit = ] } } @@ -5167,8 +5622,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $keys ] - Parameter #2 [ $weights ] - Parameter #3 [ $aggregate ] + Parameter #2 [ $weights = ] + Parameter #3 [ $aggregate = ] } } @@ -5177,8 +5632,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $keys ] - Parameter #2 [ $weights ] - Parameter #3 [ $aggregate ] + Parameter #2 [ $weights = ] + Parameter #3 [ $aggregate = ] } } @@ -5187,8 +5642,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $keys ] - Parameter #2 [ $weights ] - Parameter #3 [ $aggregate ] + Parameter #2 [ $weights = ] + Parameter #3 [ $aggregate = ] } } @@ -5197,8 +5652,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $keys ] - Parameter #2 [ $weights ] - Parameter #3 [ $aggregate ] + Parameter #2 [ $weights = ] + Parameter #3 [ $aggregate = ] } } @@ -5441,7 +5896,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $operation ] Parameter #1 [ $ret_key ] Parameter #2 [ $key ] - Parameter #3 [ $other_keys ] + Parameter #3 [ $other_keys = ] } } @@ -5466,7 +5921,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -5475,7 +5930,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $dst ] Parameter #1 [ $key ] - Parameter #2 [ $other_keys ] + Parameter #2 [ $other_keys = ] } } @@ -5483,7 +5938,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -5492,7 +5947,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $dst ] Parameter #1 [ $key ] - Parameter #2 [ $other_keys ] + Parameter #2 [ $other_keys = ] } } @@ -5500,7 +5955,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys ] + Parameter #1 [ $other_keys = ] } } @@ -5509,7 +5964,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $dst ] Parameter #1 [ $key ] - Parameter #2 [ $other_keys ] + Parameter #2 [ $other_keys = ] } } @@ -5534,7 +5989,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $member ] - Parameter #2 [ $other_members ] + Parameter #2 [ $other_members = ] } } @@ -5543,7 +5998,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $member ] - Parameter #2 [ $other_members ] + Parameter #2 [ $other_members = ] } } @@ -5552,7 +6007,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $member ] - Parameter #2 [ $other_members ] + Parameter #2 [ $other_members = ] } } @@ -5600,8 +6055,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $script ] - Parameter #1 [ $args ] - Parameter #2 [ $num_keys ] + Parameter #1 [ $args = ] + Parameter #2 [ $num_keys = ] } } @@ -5609,8 +6064,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $script_sha ] - Parameter #1 [ $args ] - Parameter #2 [ $num_keys ] + Parameter #1 [ $args = ] + Parameter #2 [ $num_keys = ] } } @@ -5618,7 +6073,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $cmd ] - Parameter #1 [ $args ] + Parameter #1 [ $args = ] } } @@ -5635,7 +6090,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $key ] Parameter #1 [ $id ] Parameter #2 [ $pairs ] - Parameter #3 [ $options ] + Parameter #3 [ $options = ] } } @@ -5643,7 +6098,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $streams ] - Parameter #1 [ $options ] + Parameter #1 [ $options = ] } } @@ -5661,7 +6116,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $count ] + Parameter #3 [ $count = ] } } @@ -5671,7 +6126,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $count ] + Parameter #3 [ $count = ] } } @@ -5679,7 +6134,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $options ] + Parameter #1 [ $options = ] } } @@ -5689,7 +6144,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $key ] Parameter #1 [ $group_name ] Parameter #2 [ $id ] - Parameter #3 [ $mkstream ] + Parameter #3 [ $mkstream = ] } } @@ -5734,7 +6189,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $group_name ] Parameter #1 [ $consumer_name ] Parameter #2 [ $streams ] - Parameter #3 [ $options ] + Parameter #3 [ $options = ] } } @@ -5743,7 +6198,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $group_name ] - Parameter #2 [ $options ] + Parameter #2 [ $options = ] } } @@ -5764,7 +6219,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #2 [ $consumer_name ] Parameter #3 [ $min_idle_time ] Parameter #4 [ $id ] - Parameter #5 [ $options ] + Parameter #5 [ $options = ] } } @@ -5776,7 +6231,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #2 [ $consumer_name ] Parameter #3 [ $min_idle_time ] Parameter #4 [ $start ] - Parameter #5 [ $options ] + Parameter #5 [ $options = ] } } @@ -5816,15 +6271,15 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -5832,12 +6287,12 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -5859,7 +6314,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method stats ] { - Parameters [1] { - Parameter #0 [ $key ] + Parameter #0 [ $key = ] } } @@ -5882,29 +6337,29 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -5922,7 +6377,7 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -5934,47 +6389,81 @@ Extension [ extension #162 swoole version 4.8.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 ] } } } @@ -5991,12 +6480,12 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -6015,14 +6504,14 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -6041,34 +6530,34 @@ Extension [ extension #162 swoole version 4.8.2 ] { } - Properties [28] { - Property [ private $onStart ] - Property [ private $onBeforeShutdown ] - 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 [ public $admin_server ] + Property [ private $onStart = NULL ] + Property [ private $onBeforeShutdown = 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 ] + Property [ public $admin_server = NULL ] } - Methods [49] { @@ -6076,13 +6565,13 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -6139,7 +6628,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] - Parameter #2 [ $server_socket ] + Parameter #2 [ $server_socket = ] } } @@ -6149,7 +6638,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] - Parameter #3 [ $server_socket ] + Parameter #3 [ $server_socket = ] } } @@ -6179,7 +6668,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $is_protected ] + Parameter #1 [ $is_protected = ] } } @@ -6188,8 +6677,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [4] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] - Parameter #2 [ $offset ] - Parameter #3 [ $length ] + Parameter #2 [ $offset = ] + Parameter #3 [ $length = ] } } @@ -6197,7 +6686,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reset ] + Parameter #1 [ $reset = ] } } @@ -6226,8 +6715,8 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -6235,8 +6724,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] - Parameter #2 [ $worker_id ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $worker_id = ] } } @@ -6244,7 +6733,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -6252,7 +6741,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -6278,7 +6767,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method stop ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -6299,7 +6788,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -6307,7 +6796,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -6320,14 +6809,14 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method getWorkerPid ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } Method [ public method getWorkerStatus ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -6347,7 +6836,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -6355,7 +6844,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -6374,7 +6863,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #1 [ $process_id ] Parameter #2 [ $process_type ] Parameter #3 [ $data ] - Parameter #4 [ $json_encode ] + Parameter #4 [ $json_encode = ] } } @@ -6403,7 +6892,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method getSocket ] { - Parameters [1] { - Parameter #0 [ $port ] + Parameter #0 [ $port = ] } } @@ -6465,11 +6954,11 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -6494,10 +6983,10 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -6516,11 +7005,11 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -6539,9 +7028,9 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -6560,11 +7049,11 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -6583,10 +7072,10 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -6614,7 +7103,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -6638,12 +7127,14 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [0] { } + - Return [ mixed ] } Method [ public method key ] { - Parameters [0] { } + - Return [ mixed ] } Method [ public method valid ] { @@ -6673,6 +7164,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [1] { Parameter #0 [ $fd ] } + - Return [ mixed ] } Method [ public method offsetSet ] { @@ -6706,23 +7198,23 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -6732,7 +7224,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -6780,21 +7272,21 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -6835,7 +7327,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -6856,17 +7348,17 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -6886,14 +7378,14 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -6901,14 +7393,14 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -6916,14 +7408,14 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -6931,7 +7423,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $http_code ] - Parameter #1 [ $reason ] + Parameter #1 [ $reason = ] } } @@ -6939,7 +7431,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $http_code ] - Parameter #1 [ $reason ] + Parameter #1 [ $reason = ] } } @@ -6948,7 +7440,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $value ] - Parameter #2 [ $format ] + Parameter #2 [ $format = ] } } @@ -6957,7 +7449,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $value ] - Parameter #2 [ $format ] + Parameter #2 [ $format = ] } } @@ -6991,7 +7483,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method end ] { - Parameters [1] { - Parameter #0 [ $content ] + Parameter #0 [ $content = ] } } @@ -6999,8 +7491,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $offset ] - Parameter #2 [ $length ] + Parameter #1 [ $offset = ] + Parameter #2 [ $length = ] } } @@ -7008,7 +7500,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $location ] - Parameter #1 [ $http_code ] + Parameter #1 [ $http_code = ] } } @@ -7028,8 +7520,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode ] - Parameter #2 [ $flags ] + Parameter #1 [ $opcode = ] + Parameter #2 [ $flags = ] } } @@ -7045,7 +7537,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -7065,20 +7557,20 @@ Extension [ extension #162 swoole version 4.8.2 ] { } - Properties [14] { - 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 $admin_server ] + 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 ] + Property [ public $admin_server = NULL ] } - Methods [49] { @@ -7086,13 +7578,13 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -7149,7 +7641,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] - Parameter #2 [ $server_socket ] + Parameter #2 [ $server_socket = ] } } @@ -7159,7 +7651,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] - Parameter #3 [ $server_socket ] + Parameter #3 [ $server_socket = ] } } @@ -7189,7 +7681,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $is_protected ] + Parameter #1 [ $is_protected = ] } } @@ -7198,8 +7690,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [4] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] - Parameter #2 [ $offset ] - Parameter #3 [ $length ] + Parameter #2 [ $offset = ] + Parameter #3 [ $length = ] } } @@ -7207,7 +7699,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reset ] + Parameter #1 [ $reset = ] } } @@ -7236,8 +7728,8 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -7245,8 +7737,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] - Parameter #2 [ $worker_id ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $worker_id = ] } } @@ -7254,7 +7746,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -7262,7 +7754,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -7288,7 +7780,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method stop ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -7309,7 +7801,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -7317,7 +7809,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -7330,14 +7822,14 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method getWorkerPid ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } Method [ public method getWorkerStatus ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -7357,7 +7849,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -7365,7 +7857,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -7384,7 +7876,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #1 [ $process_id ] Parameter #2 [ $process_type ] Parameter #3 [ $data ] - Parameter #4 [ $json_encode ] + Parameter #4 [ $json_encode = ] } } @@ -7413,7 +7905,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method getSocket ] { - Parameters [1] { - Parameter #0 [ $port ] + Parameter #0 [ $port = ] } } @@ -7469,13 +7961,13 @@ Extension [ extension #162 swoole version 4.8.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] { @@ -7483,13 +7975,13 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -7543,8 +8035,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode ] - Parameter #2 [ $flags ] + Parameter #1 [ $opcode = ] + Parameter #2 [ $flags = ] } } @@ -7557,20 +8049,20 @@ Extension [ extension #162 swoole version 4.8.2 ] { } - Properties [14] { - 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 $admin_server ] + 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 ] + Property [ public $admin_server = NULL ] } - Methods [52] { @@ -7579,8 +8071,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [4] { Parameter #0 [ $fd ] Parameter #1 [ $data ] - Parameter #2 [ $opcode ] - Parameter #3 [ $flags ] + Parameter #2 [ $opcode = ] + Parameter #3 [ $flags = ] } } @@ -7588,8 +8080,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $fd ] - Parameter #1 [ $code ] - Parameter #2 [ $reason ] + Parameter #1 [ $code = ] + Parameter #2 [ $reason = ] } } @@ -7604,13 +8096,13 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -7667,7 +8159,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] - Parameter #2 [ $server_socket ] + Parameter #2 [ $server_socket = ] } } @@ -7677,7 +8169,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] - Parameter #3 [ $server_socket ] + Parameter #3 [ $server_socket = ] } } @@ -7707,7 +8199,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $is_protected ] + Parameter #1 [ $is_protected = ] } } @@ -7716,8 +8208,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [4] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] - Parameter #2 [ $offset ] - Parameter #3 [ $length ] + Parameter #2 [ $offset = ] + Parameter #3 [ $length = ] } } @@ -7725,7 +8217,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reset ] + Parameter #1 [ $reset = ] } } @@ -7754,8 +8246,8 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -7763,8 +8255,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] - Parameter #2 [ $worker_id ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $worker_id = ] } } @@ -7772,7 +8264,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -7780,7 +8272,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -7806,7 +8298,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method stop ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -7827,7 +8319,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -7835,7 +8327,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -7848,14 +8340,14 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method getWorkerPid ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } Method [ public method getWorkerStatus ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -7875,7 +8367,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -7883,7 +8375,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -7902,7 +8394,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #1 [ $process_id ] Parameter #2 [ $process_type ] Parameter #3 [ $data ] - Parameter #4 [ $json_encode ] + Parameter #4 [ $json_encode = ] } } @@ -7931,7 +8423,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method getSocket ] { - Parameters [1] { - Parameter #0 [ $port ] + Parameter #0 [ $port = ] } } @@ -7975,7 +8467,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { } } - Class [ class Swoole\WebSocket\Frame ] { + Class [ class Swoole\WebSocket\Frame implements Stringable ] { - Constants [0] { } @@ -7988,8 +8480,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode ] - Parameter #2 [ $flags ] + Parameter #1 [ $opcode = ] + Parameter #2 [ $flags = ] } } @@ -8002,15 +8494,15 @@ Extension [ extension #162 swoole version 4.8.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] { - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } @@ -8019,7 +8511,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { } } - Class [ class Swoole\WebSocket\CloseFrame extends Swoole\WebSocket\Frame ] { + Class [ class Swoole\WebSocket\CloseFrame extends Swoole\WebSocket\Frame implements Stringable ] { - Constants [0] { } @@ -8032,8 +8524,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode ] - Parameter #2 [ $flags ] + Parameter #1 [ $opcode = ] + Parameter #2 [ $flags = ] } } @@ -8046,17 +8538,17 @@ Extension [ extension #162 swoole version 4.8.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] { - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } @@ -8085,26 +8577,26 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $type ] - Parameter #1 [ $value ] + Parameter #1 [ $value = ] } } } - Properties [14] { - 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 $admin_server ] + 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 ] + Property [ public $admin_server = NULL ] } - Methods [51] { @@ -8127,13 +8619,13 @@ Extension [ extension #162 swoole version 4.8.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] { } @@ -8190,7 +8682,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] - Parameter #2 [ $server_socket ] + Parameter #2 [ $server_socket = ] } } @@ -8200,7 +8692,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] - Parameter #3 [ $server_socket ] + Parameter #3 [ $server_socket = ] } } @@ -8230,7 +8722,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $is_protected ] + Parameter #1 [ $is_protected = ] } } @@ -8239,8 +8731,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [4] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] - Parameter #2 [ $offset ] - Parameter #3 [ $length ] + Parameter #2 [ $offset = ] + Parameter #3 [ $length = ] } } @@ -8248,7 +8740,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reset ] + Parameter #1 [ $reset = ] } } @@ -8277,8 +8769,8 @@ Extension [ extension #162 swoole version 4.8.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 = ] } } @@ -8286,8 +8778,8 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $timeout ] - Parameter #2 [ $worker_id ] + Parameter #1 [ $timeout = ] + Parameter #2 [ $worker_id = ] } } @@ -8295,7 +8787,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -8303,7 +8795,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout ] + Parameter #1 [ $timeout = ] } } @@ -8329,7 +8821,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method stop ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -8350,7 +8842,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -8358,7 +8850,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -8371,14 +8863,14 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method getWorkerPid ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } Method [ public method getWorkerStatus ] { - Parameters [1] { - Parameter #0 [ $worker_id ] + Parameter #0 [ $worker_id = ] } } @@ -8398,7 +8890,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id ] + Parameter #1 [ $reactor_id = ] } } @@ -8406,7 +8898,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count ] + Parameter #1 [ $find_count = ] } } @@ -8425,7 +8917,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Parameter #1 [ $process_id ] Parameter #2 [ $process_type ] Parameter #3 [ $data ] - Parameter #4 [ $json_encode ] + Parameter #4 [ $json_encode = ] } } @@ -8454,7 +8946,7 @@ Extension [ extension #162 swoole version 4.8.2 ] { Method [ public method getSocket ] { - Parameters [1] { - Parameter #0 [ $port ] + Parameter #0 [ $port = ] } } -- cgit