From 5fec82896f8b61c303800f9d8d6740b6fe2f6e65 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Feb 2023 08:35:08 +0100 Subject: update to 4.8.13 drop patch merged upstream --- REFLECTION | 2466 ++++++++++++++++++++---------------------------------------- 1 file changed, 835 insertions(+), 1631 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 233156a..8524973 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #108 swoole version 4.8.12 ] { +Extension [ extension #159 swoole version 4.8.13 ] { - Dependencies { Dependency [ json (Required) ] @@ -28,12 +28,12 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - - Constants [396] { - Constant [ string SWOOLE_VERSION ] { 4.8.12 } - Constant [ int SWOOLE_VERSION_ID ] { 40812 } + - Constants [397] { + Constant [ string SWOOLE_VERSION ] { 4.8.13 } + Constant [ int SWOOLE_VERSION_ID ] { 40813 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 8 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 12 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 13 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -228,6 +228,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Constant [ int SWOOLE_TRACE_TABLE ] { 268435456 } Constant [ int SWOOLE_TRACE_CO_CURL ] { 536870912 } Constant [ int SWOOLE_TRACE_CARES ] { 1073741824 } + Constant [ int SWOOLE_TRACE_ZLIB ] { 2147483648 } Constant [ int SWOOLE_TRACE_ALL ] { 9223372036854775807 } Constant [ int SWOOLE_LOG_DEBUG ] { 0 } Constant [ int SWOOLE_LOG_TRACE ] { 1 } @@ -447,8 +448,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $timeout = ] - Parameter #2 [ $type = ] + Parameter #1 [ $timeout ] + Parameter #2 [ $type ] } } Function [ function swoole_async_set ] { @@ -481,8 +482,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { 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 ] { @@ -491,7 +492,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ &$read_array ] Parameter #1 [ &$write_array ] Parameter #2 [ &$error_array ] - Parameter #3 [ $timeout = ] + Parameter #3 [ $timeout ] } } Function [ function swoole_select ] { @@ -500,7 +501,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ &$read_array ] Parameter #1 [ &$write_array ] Parameter #2 [ &$error_array ] - Parameter #3 [ $timeout = ] + Parameter #3 [ $timeout ] } } Function [ function swoole_set_process_name ] { @@ -523,7 +524,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $errno ] - Parameter #1 [ $error_type = ] + Parameter #1 [ $error_type ] } } Function [ function swoole_errno ] { @@ -561,7 +562,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $type = ] + Parameter #1 [ $type ] } } Function [ function swoole_mime_type_add ] { @@ -617,8 +618,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] { @@ -626,10 +627,10 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] { @@ -641,20 +642,17 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 [ int $handle ] + Parameter #0 [ $handle ] } - - Return [ object|bool ] } Function [ function go ] { @@ -672,9 +670,9 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $fd ] - Parameter #1 [ ?callable $read_callback ] - Parameter #2 [ ?callable $write_callback = ] - Parameter #3 [ $events = ] + Parameter #1 [ callable or NULL $read_callback ] + Parameter #2 [ callable or NULL $write_callback ] + Parameter #3 [ $events ] } } Method [ public method swoole_event_del ] { @@ -687,16 +685,16 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $fd ] - Parameter #1 [ ?callable $read_callback = ] - Parameter #2 [ ?callable $write_callback = ] - Parameter #3 [ $events = ] + Parameter #1 [ callable or NULL $read_callback ] + Parameter #2 [ callable or NULL $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 ] { @@ -713,8 +711,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method swoole_event_cycle ] { - Parameters [2] { - Parameter #0 [ ?callable $callback ] - Parameter #1 [ $before = ] + Parameter #0 [ callable or NULL $callback ] + Parameter #1 [ $before ] } } Method [ public method swoole_event_write ] { @@ -787,402 +785,10 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [0] { } } - Function [ function swoole_native_socket_create_listen ] { - - - Parameters [2] { - Parameter #0 [ int $port ] - Parameter #1 [ int $backlog = 128 ] - } - - Return [ Swoole\Coroutine\Socket|false ] - } - Function [ function swoole_native_socket_accept ] { - - - Parameters [1] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - } - - Return [ Swoole\Coroutine\Socket|false ] - } - Function [ function swoole_native_socket_set_nonblock ] { - - - Parameters [1] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - } - - Return [ bool ] - } - Function [ function swoole_native_socket_set_block ] { - - - Parameters [1] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - } - - Return [ bool ] - } - Function [ function swoole_native_socket_listen ] { - - - Parameters [2] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ int $backlog = 0 ] - } - - Return [ bool ] - } - Function [ function swoole_native_socket_close ] { - - - Parameters [1] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - } - - Return [ void ] - } - Function [ function swoole_native_socket_write ] { - - - Parameters [3] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ string $data ] - Parameter #2 [ ?int $length = null ] - } - - Return [ int|false ] - } - Function [ function swoole_native_socket_read ] { - - - Parameters [3] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ int $length ] - Parameter #2 [ int $mode = PHP_BINARY_READ ] - } - - Return [ string|false ] - } - Function [ function swoole_native_socket_getsockname ] { - - - Parameters [3] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ &$address ] - Parameter #2 [ &$port = null ] - } - - Return [ bool ] - } - Function [ function swoole_native_socket_getpeername ] { - - - Parameters [3] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ &$address ] - Parameter #2 [ &$port = null ] - } - - Return [ bool ] - } - Function [ function swoole_native_socket_create ] { - - - Parameters [3] { - Parameter #0 [ int $domain ] - Parameter #1 [ int $type ] - Parameter #2 [ int $protocol ] - } - - Return [ Swoole\Coroutine\Socket|false ] - } - Function [ function swoole_native_socket_connect ] { - - - Parameters [3] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ string $address ] - Parameter #2 [ ?int $port = null ] - } - - Return [ bool ] - } - Function [ function swoole_native_socket_strerror ] { - - - Parameters [1] { - Parameter #0 [ int $error_code ] - } - - Return [ string ] - } - Function [ function swoole_native_socket_bind ] { - - - Parameters [3] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ string $address ] - Parameter #2 [ int $port = 0 ] - } - - Return [ bool ] - } - Function [ function swoole_native_socket_recv ] { - - - Parameters [4] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ &$data ] - Parameter #2 [ int $length ] - Parameter #3 [ int $flags ] - } - - Return [ int|false ] - } - Function [ function swoole_native_socket_send ] { - - - Parameters [4] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ string $data ] - Parameter #2 [ int $length ] - Parameter #3 [ int $flags ] - } - - Return [ int|false ] - } - Function [ function swoole_native_socket_recvfrom ] { - - - Parameters [6] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ &$data ] - Parameter #2 [ int $length ] - Parameter #3 [ int $flags ] - Parameter #4 [ &$address ] - Parameter #5 [ &$port = null ] - } - - Return [ int|false ] - } - Function [ function swoole_native_socket_sendto ] { - - - Parameters [6] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ string $data ] - Parameter #2 [ int $length ] - Parameter #3 [ int $flags ] - Parameter #4 [ string $address ] - Parameter #5 [ ?int $port = null ] - } - - Return [ int|false ] - } - Function [ function swoole_native_socket_get_option ] { - - - Parameters [3] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ int $level ] - Parameter #2 [ int $option ] - } - - Return [ array|int|false ] - } - Function [ function swoole_native_socket_set_option ] { - - - Parameters [4] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ int $level ] - Parameter #2 [ int $option ] - Parameter #3 [ $value ] - } - - Return [ bool ] - } - Function [ function swoole_native_socket_getopt ] { - - - Parameters [3] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ int $level ] - Parameter #2 [ int $option ] - } - - Return [ array|int|false ] - } - Function [ function swoole_native_socket_setopt ] { - - - Parameters [4] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ int $level ] - Parameter #2 [ int $option ] - Parameter #3 [ $value ] - } - - Return [ bool ] - } - Function [ function swoole_native_socket_shutdown ] { - - - Parameters [2] { - Parameter #0 [ Swoole\Coroutine\Socket $socket ] - Parameter #1 [ int $mode = 2 ] - } - - Return [ bool ] - } - Function [ function swoole_native_socket_last_error ] { - - - Parameters [1] { - Parameter #0 [ ?Swoole\Coroutine\Socket $socket = null ] - } - - Return [ int ] - } - Function [ function swoole_native_socket_clear_error ] { - - - Parameters [1] { - Parameter #0 [ ?Swoole\Coroutine\Socket $socket = null ] - } - - Return [ void ] - } - 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, Stringable ] { + Class [ class Swoole\Exception extends Exception implements Throwable ] { - Constants [0] { } @@ -1194,87 +800,52 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] } 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 ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method __toString ] { } } } - Class [ class Swoole\Error extends Error implements Throwable, Stringable ] { + Class [ class Swoole\Error extends Error implements Throwable ] { - Constants [0] { } @@ -1286,82 +857,47 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line ] + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] } 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 ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method __toString ] { } } } @@ -1379,9 +915,9 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $fd ] - Parameter #1 [ ?callable $read_callback ] - Parameter #2 [ ?callable $write_callback = ] - Parameter #3 [ $events = ] + Parameter #1 [ callable or NULL $read_callback ] + Parameter #2 [ callable or NULL $write_callback ] + Parameter #3 [ $events ] } } @@ -1396,9 +932,9 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $fd ] - Parameter #1 [ ?callable $read_callback = ] - Parameter #2 [ ?callable $write_callback = ] - Parameter #3 [ $events = ] + Parameter #1 [ callable or NULL $read_callback ] + Parameter #2 [ callable or NULL $write_callback ] + Parameter #3 [ $events ] } } @@ -1406,7 +942,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $events = ] + Parameter #1 [ $events ] } } @@ -1426,8 +962,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ static public method cycle ] { - Parameters [2] { - Parameter #0 [ ?callable $callback ] - Parameter #1 [ $before = ] + Parameter #0 [ callable or NULL $callback ] + Parameter #1 [ $before ] } } @@ -1483,21 +1019,21 @@ Extension [ extension #108 swoole version 4.8.12 ] { 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 ] } } @@ -1517,14 +1053,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method wait ] { - Parameters [1] { - Parameter #0 [ $timeout = ] + Parameter #0 [ $timeout ] } } Method [ public method wakeup ] { - Parameters [1] { - Parameter #0 [ $count = ] + Parameter #0 [ $count ] } } @@ -1556,21 +1092,21 @@ Extension [ extension #108 swoole version 4.8.12 ] { 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 ] } } @@ -1614,19 +1150,19 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [1] { - Property [ public $errCode = 0 ] + Property [ public $errCode ] } - 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] { } @@ -1641,7 +1177,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method lockwait ] { - Parameters [1] { - Parameter #0 [ $timeout = ] + Parameter #0 [ $timeout ] } } @@ -1694,7 +1230,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ static public method wait ] { - Parameters [1] { - Parameter #0 [ $blocking = ] + Parameter #0 [ $blocking ] } } @@ -1710,7 +1246,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $usec ] - Parameter #1 [ $type = ] + Parameter #1 [ $type ] } } @@ -1718,16 +1254,16 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -1740,12 +1276,12 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [6] { - Property [ public $pipe = NULL ] - Property [ public $msgQueueId = NULL ] - Property [ public $msgQueueKey = NULL ] - Property [ public $pid = NULL ] - Property [ public $id = NULL ] - Property [ private $callback = NULL ] + Property [ public $pipe ] + Property [ public $msgQueueId ] + Property [ public $msgQueueKey ] + Property [ public $pid ] + Property [ public $id ] + Property [ private $callback ] } - Methods [20] { @@ -1753,13 +1289,13 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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] { } @@ -1804,9 +1340,9 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method useQueue ] { - Parameters [3] { - Parameter #0 [ $key = ] - Parameter #1 [ $mode = ] - Parameter #2 [ $capacity = ] + Parameter #0 [ $key ] + Parameter #1 [ $mode ] + Parameter #2 [ $capacity ] } } @@ -1844,7 +1380,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method read ] { - Parameters [1] { - Parameter #0 [ $size = ] + Parameter #0 [ $size ] } } @@ -1858,14 +1394,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { 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 ] } } @@ -1904,8 +1440,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [2] { - Property [ public $master_pid = -1 ] - Property [ public $workers = NULL ] + Property [ public $master_pid ] + Property [ public $workers ] } - Methods [11] { @@ -1913,13 +1449,13 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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] { } @@ -1943,7 +1479,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method getProcess ] { - Parameters [1] { - Parameter #0 [ $worker_id = ] + Parameter #0 [ $worker_id ] } } @@ -1951,8 +1487,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $host ] - Parameter #1 [ $port = ] - Parameter #2 [ $backlog = ] + Parameter #1 [ $port ] + Parameter #2 [ $backlog ] } } @@ -2004,8 +1540,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [2] { - Property [ public $size = NULL ] - Property [ public $memorySize = NULL ] + Property [ public $size ] + Property [ public $memorySize ] } - Methods [21] { @@ -2013,7 +1549,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $table_size ] - Parameter #1 [ $conflict_proportion = ] + Parameter #1 [ $conflict_proportion ] } } @@ -2022,7 +1558,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $name ] Parameter #1 [ $type ] - Parameter #2 [ $size = ] + Parameter #2 [ $size ] } } @@ -2050,7 +1586,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $field = ] + Parameter #1 [ $field ] } } @@ -2094,7 +1630,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $column ] - Parameter #2 [ $incrby = ] + Parameter #2 [ $incrby ] } } @@ -2103,7 +1639,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $column ] - Parameter #2 [ $decrby = ] + Parameter #2 [ $decrby ] } } @@ -2150,14 +1686,12 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [0] { } - - Return [ mixed ] } Method [ public method key ] { - Parameters [0] { } - - Return [ mixed ] } } } @@ -2243,7 +1777,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Class [ class Swoole\Timer\Iterator extends ArrayIterator implements Countable, Serializable, ArrayAccess, Iterator, Traversable, SeekableIterator ] { + Class [ class Swoole\Timer\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] { - Constants [2] { Constant [ public int STD_PROP_LIST ] { 1 } @@ -2263,205 +1797,177 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ object|array $array = [] ] - Parameter #1 [ int $flags = 0 ] + Parameter #0 [ $array ] + Parameter #1 [ $flags ] } } Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ mixed $key ] + Parameter #0 [ $index ] } - - Tentative return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ mixed $key ] + Parameter #0 [ $index ] } - - Tentative return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ mixed $key ] - Parameter #1 [ mixed $value ] + Parameter #0 [ $index ] + Parameter #1 [ $newval ] } - - Tentative return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ mixed $key ] + Parameter #0 [ $index ] } - - Tentative return [ void ] } Method [ public method append ] { - Parameters [1] { - Parameter #0 [ mixed $value ] + Parameter #0 [ $value ] } - - Tentative return [ void ] } Method [ public method getArrayCopy ] { - Parameters [0] { } - - Tentative return [ array ] } Method [ public method count ] { - Parameters [0] { } - - Tentative return [ int ] } Method [ public method getFlags ] { - Parameters [0] { } - - Tentative return [ int ] } Method [ public method setFlags ] { - Parameters [1] { - Parameter #0 [ int $flags ] + Parameter #0 [ $flags ] } - - Tentative return [ void ] } Method [ public method asort ] { - - Parameters [1] { - Parameter #0 [ int $flags = SORT_REGULAR ] + - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method ksort ] { - - Parameters [1] { - Parameter #0 [ int $flags = SORT_REGULAR ] + - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method uasort ] { - Parameters [1] { - Parameter #0 [ callable $callback ] + Parameter #0 [ $cmp_function ] } - - Tentative return [ bool ] } Method [ public method uksort ] { - Parameters [1] { - Parameter #0 [ callable $callback ] + Parameter #0 [ $cmp_function ] } - - Tentative return [ bool ] } Method [ public method natsort ] { - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method natcasesort ] { - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ $serialized ] } - - Tentative return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - - Tentative return [ string ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } } Method [ public method __serialize ] { - Parameters [0] { } - - Tentative return [ array ] } - Method [ public method __unserialize ] { + Method [ public method __debugInfo ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } - - Tentative return [ void ] } Method [ public method rewind ] { - Parameters [0] { } - - Tentative return [ void ] } Method [ public method current ] { - Parameters [0] { } - - Tentative return [ mixed ] } Method [ public method key ] { - Parameters [0] { } - - Tentative return [ string|int|null ] } Method [ public method next ] { - Parameters [0] { } - - Tentative return [ void ] } Method [ public method valid ] { - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method seek ] { - Parameters [1] { - Parameter #0 [ int $offset ] - } - - Tentative return [ void ] - } - - Method [ public method __debugInfo ] { - - - Parameters [0] { + Parameter #0 [ $position ] } - - Tentative return [ array ] } } } @@ -2527,7 +2033,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $cid_array ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -2571,46 +2077,46 @@ Extension [ extension #108 swoole version 4.8.12 ] { 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 ] } } @@ -2642,8 +2148,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $family = ] - Parameter #2 [ $timeout = ] + Parameter #1 [ $family ] + Parameter #2 [ $timeout ] } } @@ -2651,8 +2157,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $timeout = ] - Parameter #2 [ $type = ] + Parameter #1 [ $timeout ] + Parameter #2 [ $type ] } } @@ -2660,7 +2166,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $command ] - Parameter #1 [ $get_error_stream = ] + Parameter #1 [ $get_error_stream ] } } @@ -2675,11 +2181,11 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -2702,14 +2208,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -2717,7 +2223,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $pid ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -2725,7 +2231,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $signo ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -2733,8 +2239,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $fd ] - Parameter #1 [ $events = ] - Parameter #2 [ $timeout = ] + Parameter #1 [ $events ] + Parameter #2 [ $timeout ] } } @@ -2742,7 +2248,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $handle ] - Parameter #1 [ $length = ] + Parameter #1 [ $length ] } } @@ -2758,7 +2264,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $handle ] Parameter #1 [ $string ] - Parameter #2 [ $length = ] + Parameter #2 [ $length ] } } } @@ -2770,7 +2276,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Class [ class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, ArrayAccess, Iterator, Traversable, SeekableIterator ] { + Class [ class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] { - Constants [2] { Constant [ public int STD_PROP_LIST ] { 1 } @@ -2790,205 +2296,177 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method __construct ] { - Parameters [2] { - Parameter #0 [ object|array $array = [] ] - Parameter #1 [ int $flags = 0 ] + Parameter #0 [ $array ] + Parameter #1 [ $flags ] } } Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ mixed $key ] + Parameter #0 [ $index ] } - - Tentative return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ mixed $key ] + Parameter #0 [ $index ] } - - Tentative return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ mixed $key ] - Parameter #1 [ mixed $value ] + Parameter #0 [ $index ] + Parameter #1 [ $newval ] } - - Tentative return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ mixed $key ] + Parameter #0 [ $index ] } - - Tentative return [ void ] } Method [ public method append ] { - Parameters [1] { - Parameter #0 [ mixed $value ] + Parameter #0 [ $value ] } - - Tentative return [ void ] } Method [ public method getArrayCopy ] { - Parameters [0] { } - - Tentative return [ array ] } Method [ public method count ] { - Parameters [0] { } - - Tentative return [ int ] } Method [ public method getFlags ] { - Parameters [0] { } - - Tentative return [ int ] } Method [ public method setFlags ] { - Parameters [1] { - Parameter #0 [ int $flags ] + Parameter #0 [ $flags ] } - - Tentative return [ void ] } Method [ public method asort ] { - - Parameters [1] { - Parameter #0 [ int $flags = SORT_REGULAR ] + - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method ksort ] { - - Parameters [1] { - Parameter #0 [ int $flags = SORT_REGULAR ] + - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method uasort ] { - Parameters [1] { - Parameter #0 [ callable $callback ] + Parameter #0 [ $cmp_function ] } - - Tentative return [ bool ] } Method [ public method uksort ] { - Parameters [1] { - Parameter #0 [ callable $callback ] + Parameter #0 [ $cmp_function ] } - - Tentative return [ bool ] } Method [ public method natsort ] { - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method natcasesort ] { - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ $serialized ] } - - Tentative return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - - Tentative return [ string ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } } Method [ public method __serialize ] { - Parameters [0] { } - - Tentative return [ array ] } - Method [ public method __unserialize ] { + Method [ public method __debugInfo ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } - - Tentative return [ void ] } Method [ public method rewind ] { - Parameters [0] { } - - Tentative return [ void ] } Method [ public method current ] { - Parameters [0] { } - - Tentative return [ mixed ] } Method [ public method key ] { - Parameters [0] { } - - Tentative return [ string|int|null ] } Method [ public method next ] { - Parameters [0] { } - - Tentative return [ void ] } Method [ public method valid ] { - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method seek ] { - Parameters [1] { - Parameter #0 [ int $offset ] - } - - Tentative return [ void ] - } - - Method [ public method __debugInfo ] { - - - Parameters [0] { + Parameter #0 [ $position ] } - - Tentative return [ array ] } } } @@ -3013,198 +2491,172 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ object|array $array = [] ] - Parameter #1 [ int $flags = 0 ] - Parameter #2 [ string $iteratorClass = ArrayIterator::class ] + Parameter #0 [ $input ] + Parameter #1 [ $flags ] + Parameter #2 [ $iterator_class ] } } Method [ public method offsetExists ] { - Parameters [1] { - Parameter #0 [ mixed $key ] + Parameter #0 [ $index ] } - - Tentative return [ bool ] } Method [ public method offsetGet ] { - Parameters [1] { - Parameter #0 [ mixed $key ] + Parameter #0 [ $index ] } - - Tentative return [ mixed ] } Method [ public method offsetSet ] { - Parameters [2] { - Parameter #0 [ mixed $key ] - Parameter #1 [ mixed $value ] + Parameter #0 [ $index ] + Parameter #1 [ $newval ] } - - Tentative return [ void ] } Method [ public method offsetUnset ] { - Parameters [1] { - Parameter #0 [ mixed $key ] + Parameter #0 [ $index ] } - - Tentative return [ void ] } Method [ public method append ] { - Parameters [1] { - Parameter #0 [ mixed $value ] + Parameter #0 [ $value ] } - - Tentative return [ void ] } Method [ public method getArrayCopy ] { - Parameters [0] { } - - Tentative return [ array ] } Method [ public method count ] { - Parameters [0] { } - - Tentative return [ int ] } Method [ public method getFlags ] { - Parameters [0] { } - - Tentative return [ int ] } Method [ public method setFlags ] { - Parameters [1] { - Parameter #0 [ int $flags ] + Parameter #0 [ $flags ] } - - Tentative return [ void ] } Method [ public method asort ] { - - Parameters [1] { - Parameter #0 [ int $flags = SORT_REGULAR ] + - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method ksort ] { - - Parameters [1] { - Parameter #0 [ int $flags = SORT_REGULAR ] + - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method uasort ] { - Parameters [1] { - Parameter #0 [ callable $callback ] + Parameter #0 [ $cmp_function ] } - - Tentative return [ bool ] } Method [ public method uksort ] { - Parameters [1] { - Parameter #0 [ callable $callback ] + Parameter #0 [ $cmp_function ] } - - Tentative return [ bool ] } Method [ public method natsort ] { - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method natcasesort ] { - Parameters [0] { } - - Tentative return [ bool ] } Method [ public method unserialize ] { - Parameters [1] { - Parameter #0 [ string $data ] + Parameter #0 [ $serialized ] } - - Tentative return [ void ] } Method [ public method serialize ] { - Parameters [0] { } - - Tentative return [ string ] + } + + Method [ public method __unserialize ] { + + - Parameters [1] { + Parameter #0 [ $serialized ] + } } Method [ public method __serialize ] { - Parameters [0] { } - - Tentative return [ array ] } - Method [ public method __unserialize ] { + Method [ public method __debugInfo ] { - - Parameters [1] { - Parameter #0 [ array $data ] + - Parameters [0] { } - - Tentative return [ void ] } Method [ public method getIterator ] { - Parameters [0] { } - - Tentative return [ Iterator ] } Method [ public method exchangeArray ] { - Parameters [1] { - Parameter #0 [ object|array $array ] + Parameter #0 [ $input ] } - - Tentative return [ array ] } Method [ public method setIteratorClass ] { - Parameters [1] { - Parameter #0 [ string $iteratorClass ] + Parameter #0 [ $iteratorClass ] } - - Tentative return [ void ] } Method [ public method getIteratorClass ] { - Parameters [0] { } - - Tentative return [ string ] - } - - Method [ public method __debugInfo ] { - - - Parameters [0] { - } - - Tentative return [ array ] } } } - Class [ class Swoole\ExitException extends Swoole\Exception implements Stringable, Throwable ] { + Class [ class Swoole\ExitException extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -3216,12 +2668,12 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [6] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] - Property [ private $flags = 0 ] - Property [ private $status = 0 ] + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] + Property [ private $flags ] + Property [ private $status ] } - Methods [12] { @@ -3240,72 +2692,37 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] } 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 ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method __toString ] { } } } @@ -3323,8 +2740,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $family = ] - Parameter #2 [ $timeout = ] + Parameter #1 [ $family ] + Parameter #2 [ $timeout ] } } @@ -3332,8 +2749,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $domain_name ] - Parameter #1 [ $timeout = ] - Parameter #2 [ $type = ] + Parameter #1 [ $timeout ] + Parameter #2 [ $type ] } } @@ -3341,7 +2758,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $command ] - Parameter #1 [ $get_error_stream = ] + Parameter #1 [ $get_error_stream ] } } @@ -3356,11 +2773,11 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -3383,14 +2800,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -3398,7 +2815,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $pid ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -3406,7 +2823,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $signo ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -3414,8 +2831,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $fd ] - Parameter #1 [ $events = ] - Parameter #2 [ $timeout = ] + Parameter #1 [ $events ] + Parameter #2 [ $timeout ] } } @@ -3423,7 +2840,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $handle ] - Parameter #1 [ $length = ] + Parameter #1 [ $length ] } } @@ -3432,7 +2849,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $handle ] Parameter #1 [ $string ] - Parameter #2 [ $length = ] + Parameter #2 [ $length ] } } @@ -3478,7 +2895,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $n ] - Parameter #1 [ callable $func = ] + Parameter #1 [ callable $func ] Parameter #2 [ ...$params ] } } @@ -3516,15 +2933,15 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [2] { - Property [ public $capacity = 0 ] - Property [ public $errCode = 0 ] + Property [ public $capacity ] + Property [ public $errCode ] } - Methods [8] { Method [ public method __construct ] { - Parameters [1] { - Parameter #0 [ $size = ] + Parameter #0 [ $size ] } } @@ -3532,14 +2949,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } Method [ public method pop ] { - Parameters [1] { - Parameter #0 [ $timeout = ] + Parameter #0 [ $timeout ] } } @@ -3587,8 +3004,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ static public method enableCoroutine ] { - Parameters [2] { - Parameter #0 [ $enable = ] - Parameter #1 [ $flags = ] + Parameter #0 [ $enable ] + Parameter #1 [ $flags ] } } @@ -3613,7 +3030,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Class [ class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Stringable, Throwable ] { + Class [ class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -3625,82 +3042,47 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] } 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 ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method __toString ] { } } } @@ -3717,12 +3099,12 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [6] { - Property [ public $fd = -1 ] - Property [ public $domain = 0 ] - Property [ public $type = 0 ] - Property [ public $protocol = 0 ] - Property [ public $errCode = 0 ] - Property [ public $errMsg = '' ] + Property [ public $fd ] + Property [ public $domain ] + Property [ public $type ] + Property [ public $protocol ] + Property [ public $errCode ] + Property [ public $errMsg ] } - Methods [31] { @@ -3731,7 +3113,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $domain ] Parameter #1 [ $type ] - Parameter #2 [ $protocol = ] + Parameter #2 [ $protocol ] } } @@ -3739,21 +3121,21 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -3761,8 +3143,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $host ] - Parameter #1 [ $port = ] - Parameter #2 [ $timeout = ] + Parameter #1 [ $port ] + Parameter #2 [ $timeout ] } } @@ -3775,46 +3157,46 @@ Extension [ extension #108 swoole version 4.8.12 ] { 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 ] } } @@ -3822,7 +3204,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -3830,7 +3212,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $io_vector ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -3838,7 +3220,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $io_vector ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -3846,7 +3228,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $io_vector ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -3854,7 +3236,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $io_vector ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -3862,8 +3244,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $offset = ] - Parameter #2 [ $length = ] + Parameter #1 [ $offset ] + Parameter #2 [ $length ] } } @@ -3871,7 +3253,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -3879,7 +3261,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ &$peername ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -3925,14 +3307,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method shutdown ] { - Parameters [1] { - Parameter #0 [ $how = ] + Parameter #0 [ $how ] } } Method [ public method cancel ] { - Parameters [1] { - Parameter #0 [ $event = ] + Parameter #0 [ $event ] } } @@ -3962,7 +3344,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Class [ class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Stringable, Throwable ] { + Class [ class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -3974,82 +3356,47 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] } 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 ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method __toString ] { } } } @@ -4073,13 +3420,13 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [7] { - 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 ] + Property [ public $errCode ] + Property [ public $sock ] + Property [ public $reuse ] + Property [ public $reuseCount ] + Property [ public $type ] + Property [ public $id ] + Property [ public $setting ] } - Methods [17] { @@ -4087,12 +3434,12 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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] { } @@ -4109,17 +3456,17 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -4127,7 +3474,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $data ] - Parameter #1 [ $flag = ] + Parameter #1 [ $flag ] } } @@ -4135,8 +3482,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $offset = ] - Parameter #2 [ $length = ] + Parameter #1 [ $offset ] + Parameter #2 [ $length ] } } @@ -4195,7 +3542,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method close ] { - Parameters [1] { - Parameter #0 [ $force = ] + Parameter #0 [ $force ] } } @@ -4207,7 +3554,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Class [ class Swoole\Client\Exception extends Swoole\Exception implements Stringable, Throwable ] { + Class [ class Swoole\Client\Exception extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -4219,82 +3566,47 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] } 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 ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method __toString ] { } } } @@ -4315,13 +3627,13 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [7] { - 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 ] + Property [ public $errCode ] + Property [ public $errMsg ] + Property [ public $fd ] + Property [ private $socket ] + Property [ public $type ] + Property [ public $setting ] + Property [ public $connected ] } - Methods [18] { @@ -4332,7 +3644,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -4349,23 +3661,23 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -4380,8 +3692,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $offset = ] - Parameter #2 [ $length = ] + Parameter #1 [ $offset ] + Parameter #2 [ $length ] } } @@ -4399,7 +3711,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $length ] Parameter #1 [ &$address ] - Parameter #2 [ &$port = ] + Parameter #2 [ &$port ] } } @@ -4465,24 +3777,24 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [18] { - 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 = '' ] + 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 ] } - Methods [28] { @@ -4490,12 +3802,12 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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] { } @@ -4517,7 +3829,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method setDefer ] { - Parameters [1] { - Parameter #0 [ $defer = ] + Parameter #0 [ $defer ] } } @@ -4562,10 +3874,10 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -4574,8 +3886,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $path ] Parameter #1 [ $name ] - Parameter #2 [ $type = ] - Parameter #3 [ $filename = ] + Parameter #2 [ $type ] + Parameter #3 [ $filename ] } } @@ -4618,7 +3930,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $path ] Parameter #1 [ $file ] - Parameter #2 [ $offset = ] + Parameter #2 [ $offset ] } } @@ -4669,15 +3981,15 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -4689,7 +4001,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Class [ class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Stringable, Throwable ] { + Class [ class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -4701,82 +4013,47 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] } 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 ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method __toString ] { } } } @@ -4793,15 +4070,15 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [9] { - 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 ] + 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 ] } - Methods [16] { @@ -4811,7 +4088,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -4826,14 +4103,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { 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 ] } } @@ -4841,7 +4118,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $sql ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -4867,7 +4144,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $query ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -4880,21 +4157,21 @@ Extension [ extension #108 swoole version 4.8.12 ] { 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 ] } } @@ -4902,7 +4179,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $string ] - Parameter #1 [ $flags = ] + Parameter #1 [ $flags ] } } @@ -4926,47 +4203,47 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [5] { - Property [ public $id = 0 ] - Property [ public $affected_rows = 0 ] - Property [ public $insert_id = 0 ] - Property [ public $error = '' ] - Property [ public $errno = 0 ] + Property [ public $id ] + Property [ public $affected_rows ] + Property [ public $insert_id ] + Property [ public $error ] + Property [ public $errno ] } - 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 ] } } @@ -4978,7 +4255,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Class [ class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Stringable, Throwable ] { + Class [ class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -4990,82 +4267,47 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] } 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 ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method __toString ] { } } } @@ -5082,25 +4324,25 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [8] { - 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 = '' ] + Property [ public $host ] + Property [ public $port ] + Property [ public $setting ] + Property [ public $sock ] + Property [ public $connected ] + Property [ public $errType ] + Property [ public $errCode ] + 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] { } @@ -5110,8 +4352,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $host ] - Parameter #1 [ $port = ] - Parameter #2 [ $serialize = ] + Parameter #1 [ $port ] + Parameter #2 [ $serialize ] } } @@ -5177,8 +4419,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $value ] - Parameter #2 [ $timeout = ] - Parameter #3 [ $opt = ] + Parameter #2 [ $timeout ] + Parameter #3 [ $opt ] } } @@ -5236,7 +4478,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys = ] + Parameter #1 [ $other_keys ] } } @@ -5245,7 +4487,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $member ] - Parameter #2 [ $other_members = ] + Parameter #2 [ $other_members ] } } @@ -5279,7 +4521,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys = ] + Parameter #1 [ $other_keys ] } } @@ -5315,7 +4557,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys = ] + Parameter #1 [ $other_keys ] } } @@ -5345,7 +4587,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $timeout_or_key ] - Parameter #2 [ $extra_args = ] + Parameter #2 [ $extra_args ] } } @@ -5361,7 +4603,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $timeout_or_key ] - Parameter #2 [ $extra_args = ] + Parameter #2 [ $extra_args ] } } @@ -5427,7 +4669,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $count = ] + Parameter #1 [ $count ] } } @@ -5601,7 +4843,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys = ] + Parameter #1 [ $other_keys ] } } @@ -5835,7 +5077,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $timeout_or_key ] - Parameter #2 [ $extra_args = ] + Parameter #2 [ $extra_args ] } } @@ -5844,7 +5086,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $timeout_or_key ] - Parameter #2 [ $extra_args = ] + Parameter #2 [ $extra_args ] } } @@ -5881,7 +5123,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $scores = ] + Parameter #3 [ $scores ] } } @@ -5891,7 +5133,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $scores = ] + Parameter #3 [ $scores ] } } @@ -5901,7 +5143,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $options = ] + Parameter #3 [ $options ] } } @@ -5911,7 +5153,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $options = ] + Parameter #3 [ $options ] } } @@ -5921,8 +5163,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $key ] Parameter #1 [ $min ] Parameter #2 [ $max ] - Parameter #3 [ $offset = ] - Parameter #4 [ $limit = ] + Parameter #3 [ $offset ] + Parameter #4 [ $limit ] } } @@ -5932,8 +5174,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $key ] Parameter #1 [ $min ] Parameter #2 [ $max ] - Parameter #3 [ $offset = ] - Parameter #4 [ $limit = ] + Parameter #3 [ $offset ] + Parameter #4 [ $limit ] } } @@ -5942,8 +5184,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $keys ] - Parameter #2 [ $weights = ] - Parameter #3 [ $aggregate = ] + Parameter #2 [ $weights ] + Parameter #3 [ $aggregate ] } } @@ -5952,8 +5194,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $keys ] - Parameter #2 [ $weights = ] - Parameter #3 [ $aggregate = ] + Parameter #2 [ $weights ] + Parameter #3 [ $aggregate ] } } @@ -5962,8 +5204,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $keys ] - Parameter #2 [ $weights = ] - Parameter #3 [ $aggregate = ] + Parameter #2 [ $weights ] + Parameter #3 [ $aggregate ] } } @@ -5972,8 +5214,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $key ] Parameter #1 [ $keys ] - Parameter #2 [ $weights = ] - Parameter #3 [ $aggregate = ] + Parameter #2 [ $weights ] + Parameter #3 [ $aggregate ] } } @@ -6216,7 +5458,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $operation ] Parameter #1 [ $ret_key ] Parameter #2 [ $key ] - Parameter #3 [ $other_keys = ] + Parameter #3 [ $other_keys ] } } @@ -6241,7 +5483,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys = ] + Parameter #1 [ $other_keys ] } } @@ -6250,7 +5492,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $dst ] Parameter #1 [ $key ] - Parameter #2 [ $other_keys = ] + Parameter #2 [ $other_keys ] } } @@ -6258,7 +5500,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys = ] + Parameter #1 [ $other_keys ] } } @@ -6267,7 +5509,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $dst ] Parameter #1 [ $key ] - Parameter #2 [ $other_keys = ] + Parameter #2 [ $other_keys ] } } @@ -6275,7 +5517,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $other_keys = ] + Parameter #1 [ $other_keys ] } } @@ -6284,7 +5526,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $dst ] Parameter #1 [ $key ] - Parameter #2 [ $other_keys = ] + Parameter #2 [ $other_keys ] } } @@ -6309,7 +5551,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $member ] - Parameter #2 [ $other_members = ] + Parameter #2 [ $other_members ] } } @@ -6318,7 +5560,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $member ] - Parameter #2 [ $other_members = ] + Parameter #2 [ $other_members ] } } @@ -6327,7 +5569,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $member ] - Parameter #2 [ $other_members = ] + Parameter #2 [ $other_members ] } } @@ -6375,8 +5617,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $script ] - Parameter #1 [ $args = ] - Parameter #2 [ $num_keys = ] + Parameter #1 [ $args ] + Parameter #2 [ $num_keys ] } } @@ -6384,8 +5626,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $script_sha ] - Parameter #1 [ $args = ] - Parameter #2 [ $num_keys = ] + Parameter #1 [ $args ] + Parameter #2 [ $num_keys ] } } @@ -6393,7 +5635,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $cmd ] - Parameter #1 [ $args = ] + Parameter #1 [ $args ] } } @@ -6410,7 +5652,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $key ] Parameter #1 [ $id ] Parameter #2 [ $pairs ] - Parameter #3 [ $options = ] + Parameter #3 [ $options ] } } @@ -6418,7 +5660,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $streams ] - Parameter #1 [ $options = ] + Parameter #1 [ $options ] } } @@ -6436,7 +5678,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $count = ] + Parameter #3 [ $count ] } } @@ -6446,7 +5688,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $key ] Parameter #1 [ $start ] Parameter #2 [ $end ] - Parameter #3 [ $count = ] + Parameter #3 [ $count ] } } @@ -6454,7 +5696,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $key ] - Parameter #1 [ $options = ] + Parameter #1 [ $options ] } } @@ -6464,7 +5706,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $key ] Parameter #1 [ $group_name ] Parameter #2 [ $id ] - Parameter #3 [ $mkstream = ] + Parameter #3 [ $mkstream ] } } @@ -6509,7 +5751,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $group_name ] Parameter #1 [ $consumer_name ] Parameter #2 [ $streams ] - Parameter #3 [ $options = ] + Parameter #3 [ $options ] } } @@ -6518,7 +5760,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $group_name ] - Parameter #2 [ $options = ] + Parameter #2 [ $options ] } } @@ -6539,7 +5781,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #2 [ $consumer_name ] Parameter #3 [ $min_idle_time ] Parameter #4 [ $id ] - Parameter #5 [ $options = ] + Parameter #5 [ $options ] } } @@ -6551,7 +5793,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #2 [ $consumer_name ] Parameter #3 [ $min_idle_time ] Parameter #4 [ $start ] - Parameter #5 [ $options = ] + Parameter #5 [ $options ] } } @@ -6591,15 +5833,15 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [9] { - Property [ public $errCode = 0 ] - Property [ public $errMsg = '' ] - 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 ] + 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 ] } - Methods [13] { @@ -6607,12 +5849,12 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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] { } @@ -6634,7 +5876,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method stats ] { - Parameters [1] { - Parameter #0 [ $key = ] + Parameter #0 [ $key ] } } @@ -6657,29 +5899,29 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -6697,7 +5939,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Class [ class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Stringable, Throwable ] { + Class [ class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -6709,82 +5951,47 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [4] { - Property [ protected $message = '' ] - Property [ protected $code = 0 ] - Property [ protected string $file = '' ] - Property [ protected int $line = 0 ] + Property [ protected $message ] + Property [ protected $code ] + Property [ protected $file ] + Property [ protected $line ] } - Methods [10] { Method [ public method __construct ] { - Parameters [3] { - Parameter #0 [ string $message = "" ] - Parameter #1 [ int $code = 0 ] - Parameter #2 [ ?Throwable $previous = null ] + Parameter #0 [ $message ] + Parameter #1 [ $code ] + Parameter #2 [ $previous ] } } Method [ public method __wakeup ] { - - - Parameters [0] { - } - - Tentative return [ void ] } 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 ] { - - - Parameters [0] { - } - - Return [ string ] + Method [ public method __toString ] { } } } @@ -6801,12 +6008,12 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [6] { - Property [ public $path = '/' ] - Property [ public $method = 'GET' ] - Property [ public $headers = NULL ] - Property [ public $cookies = NULL ] - Property [ public $data = '' ] - Property [ public $pipeline = false ] + Property [ public $path ] + Property [ public $method ] + Property [ public $headers ] + Property [ public $cookies ] + Property [ public $data ] + Property [ public $pipeline ] } - Methods [0] { @@ -6825,14 +6032,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [8] { - 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 ] + 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 ] } - Methods [0] { @@ -6851,34 +6058,34 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [28] { - 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 ] + 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 ] } - Methods [49] { @@ -6886,13 +6093,13 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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] { } @@ -6949,7 +6156,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] - Parameter #2 [ $server_socket = ] + Parameter #2 [ $server_socket ] } } @@ -6959,7 +6166,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] - Parameter #3 [ $server_socket = ] + Parameter #3 [ $server_socket ] } } @@ -6989,7 +6196,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $is_protected = ] + Parameter #1 [ $is_protected ] } } @@ -6998,8 +6205,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] - Parameter #2 [ $offset = ] - Parameter #3 [ $length = ] + Parameter #2 [ $offset ] + Parameter #3 [ $length ] } } @@ -7007,7 +6214,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reset = ] + Parameter #1 [ $reset ] } } @@ -7036,8 +6243,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $task_worker_index = ] - Parameter #2 [ ?callable $finish_callback = ] + Parameter #1 [ $task_worker_index ] + Parameter #2 [ callable or NULL $finish_callback ] } } @@ -7045,8 +6252,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $timeout = ] - Parameter #2 [ $task_worker_index = ] + Parameter #1 [ $timeout ] + Parameter #2 [ $task_worker_index ] } } @@ -7054,7 +6261,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -7062,7 +6269,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -7088,7 +6295,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method stop ] { - Parameters [1] { - Parameter #0 [ $worker_id = ] + Parameter #0 [ $worker_id ] } } @@ -7109,7 +6316,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id = ] + Parameter #1 [ $reactor_id ] } } @@ -7117,7 +6324,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count = ] + Parameter #1 [ $find_count ] } } @@ -7130,14 +6337,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { 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 ] } } @@ -7157,7 +6364,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id = ] + Parameter #1 [ $reactor_id ] } } @@ -7165,7 +6372,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count = ] + Parameter #1 [ $find_count ] } } @@ -7184,7 +6391,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #1 [ $process_id ] Parameter #2 [ $process_type ] Parameter #3 [ $data ] - Parameter #4 [ $json_encode = ] + Parameter #4 [ $json_encode ] } } @@ -7213,7 +6420,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method getSocket ] { - Parameters [1] { - Parameter #0 [ $port = ] + Parameter #0 [ $port ] } } @@ -7275,11 +6482,11 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [5] { - Property [ public $data = NULL ] - Property [ public $dispatch_time = 0.0 ] - Property [ public $id = -1 ] - Property [ public $worker_id = -1 ] - Property [ public $flags = 0 ] + Property [ public $data ] + Property [ public $dispatch_time ] + Property [ public $id ] + Property [ public $worker_id ] + Property [ public $flags ] } - Methods [1] { @@ -7304,10 +6511,10 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [4] { - Property [ public $reactor_id = 0 ] - Property [ public $fd = 0 ] - Property [ public $dispatch_time = 0.0 ] - Property [ public $data = NULL ] + Property [ public $reactor_id ] + Property [ public $fd ] + Property [ public $dispatch_time ] + Property [ public $data ] } - Methods [0] { @@ -7326,11 +6533,11 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [5] { - Property [ public $server_socket = 0 ] - Property [ public $server_port = 0 ] - Property [ public $dispatch_time = 0.0 ] - Property [ public $address = NULL ] - Property [ public $port = 0 ] + Property [ public $server_socket ] + Property [ public $server_port ] + Property [ public $dispatch_time ] + Property [ public $address ] + Property [ public $port ] } - Methods [0] { @@ -7349,9 +6556,9 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [3] { - Property [ public $source_worker_id = 0 ] - Property [ public $dispatch_time = 0.0 ] - Property [ public $data = NULL ] + Property [ public $source_worker_id ] + Property [ public $dispatch_time ] + Property [ public $data ] } - Methods [0] { @@ -7370,11 +6577,11 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [5] { - Property [ public $worker_id = 0 ] - Property [ public $worker_pid = 0 ] - Property [ public $status = 0 ] - Property [ public $exit_code = 0 ] - Property [ public $signal = 0 ] + Property [ public $worker_id ] + Property [ public $worker_pid ] + Property [ public $status ] + Property [ public $exit_code ] + Property [ public $signal ] } - Methods [0] { @@ -7393,10 +6600,10 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [4] { - Property [ public $task_id = 0 ] - Property [ public $task_worker_id = 0 ] - Property [ public $dispatch_time = 0.0 ] - Property [ public $data = NULL ] + Property [ public $task_id ] + Property [ public $task_worker_id ] + Property [ public $dispatch_time ] + Property [ public $data ] } - Methods [0] { @@ -7424,7 +6631,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -7448,14 +6655,12 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [0] { } - - Return [ mixed ] } Method [ public method key ] { - Parameters [0] { } - - Return [ mixed ] } Method [ public method valid ] { @@ -7485,7 +6690,6 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [1] { Parameter #0 [ $fd ] } - - Return [ mixed ] } Method [ public method offsetSet ] { @@ -7519,23 +6723,23 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [17] { - 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 ] + 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 ] } - Methods [6] { @@ -7545,7 +6749,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -7593,21 +6797,21 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ static public method create ] { - Parameters [1] { - Parameter #0 [ $options = ] + Parameter #0 [ $options ] } } } - Properties [9] { - 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 ] + 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 ] } - Methods [7] { @@ -7648,7 +6852,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -7669,17 +6873,17 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $server ] - Parameter #1 [ $fd = ] + Parameter #1 [ $fd ] } } } - Properties [5] { - Property [ public $fd = 0 ] - Property [ public $socket = NULL ] - Property [ public $header = NULL ] - Property [ public $cookie = NULL ] - Property [ public $trailer = NULL ] + Property [ public $fd ] + Property [ public $socket ] + Property [ public $header ] + Property [ public $cookie ] + Property [ public $trailer ] } - Methods [22] { @@ -7699,14 +6903,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -7714,14 +6918,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -7729,14 +6933,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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 ] } } @@ -7744,7 +6948,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $http_code ] - Parameter #1 [ $reason = ] + Parameter #1 [ $reason ] } } @@ -7752,7 +6956,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $http_code ] - Parameter #1 [ $reason = ] + Parameter #1 [ $reason ] } } @@ -7761,7 +6965,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $value ] - Parameter #2 [ $format = ] + Parameter #2 [ $format ] } } @@ -7770,7 +6974,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $key ] Parameter #1 [ $value ] - Parameter #2 [ $format = ] + Parameter #2 [ $format ] } } @@ -7804,7 +7008,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method end ] { - Parameters [1] { - Parameter #0 [ $content = ] + Parameter #0 [ $content ] } } @@ -7812,8 +7016,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $filename ] - Parameter #1 [ $offset = ] - Parameter #2 [ $length = ] + Parameter #1 [ $offset ] + Parameter #2 [ $length ] } } @@ -7821,7 +7025,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $location ] - Parameter #1 [ $http_code = ] + Parameter #1 [ $http_code ] } } @@ -7841,8 +7045,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode = ] - Parameter #2 [ $flags = ] + Parameter #1 [ $opcode ] + Parameter #2 [ $flags ] } } @@ -7858,7 +7062,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -7878,20 +7082,20 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [14] { - 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 ] + 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 ] } - Methods [49] { @@ -7899,13 +7103,13 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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] { } @@ -7962,7 +7166,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] - Parameter #2 [ $server_socket = ] + Parameter #2 [ $server_socket ] } } @@ -7972,7 +7176,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] - Parameter #3 [ $server_socket = ] + Parameter #3 [ $server_socket ] } } @@ -8002,7 +7206,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $is_protected = ] + Parameter #1 [ $is_protected ] } } @@ -8011,8 +7215,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] - Parameter #2 [ $offset = ] - Parameter #3 [ $length = ] + Parameter #2 [ $offset ] + Parameter #3 [ $length ] } } @@ -8020,7 +7224,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reset = ] + Parameter #1 [ $reset ] } } @@ -8049,8 +7253,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $task_worker_index = ] - Parameter #2 [ ?callable $finish_callback = ] + Parameter #1 [ $task_worker_index ] + Parameter #2 [ callable or NULL $finish_callback ] } } @@ -8058,8 +7262,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $timeout = ] - Parameter #2 [ $task_worker_index = ] + Parameter #1 [ $timeout ] + Parameter #2 [ $task_worker_index ] } } @@ -8067,7 +7271,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -8075,7 +7279,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -8101,7 +7305,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method stop ] { - Parameters [1] { - Parameter #0 [ $worker_id = ] + Parameter #0 [ $worker_id ] } } @@ -8122,7 +7326,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id = ] + Parameter #1 [ $reactor_id ] } } @@ -8130,7 +7334,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count = ] + Parameter #1 [ $find_count ] } } @@ -8143,14 +7347,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { 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 ] } } @@ -8170,7 +7374,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id = ] + Parameter #1 [ $reactor_id ] } } @@ -8178,7 +7382,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count = ] + Parameter #1 [ $find_count ] } } @@ -8197,7 +7401,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #1 [ $process_id ] Parameter #2 [ $process_type ] Parameter #3 [ $data ] - Parameter #4 [ $json_encode = ] + Parameter #4 [ $json_encode ] } } @@ -8226,7 +7430,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method getSocket ] { - Parameters [1] { - Parameter #0 [ $port = ] + Parameter #0 [ $port ] } } @@ -8282,13 +7486,13 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [7] { - 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 = '' ] + Property [ public $fd ] + Property [ public $host ] + Property [ public $port ] + Property [ public $ssl ] + Property [ public $settings ] + Property [ public $errCode ] + Property [ public $errMsg ] } - Methods [7] { @@ -8296,13 +7500,13 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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] { } @@ -8356,8 +7560,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode = ] - Parameter #2 [ $flags = ] + Parameter #1 [ $opcode ] + Parameter #2 [ $flags ] } } @@ -8370,20 +7574,20 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [14] { - 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 ] + 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 ] } - Methods [52] { @@ -8392,8 +7596,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $fd ] Parameter #1 [ $data ] - Parameter #2 [ $opcode = ] - Parameter #3 [ $flags = ] + Parameter #2 [ $opcode ] + Parameter #3 [ $flags ] } } @@ -8401,8 +7605,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $fd ] - Parameter #1 [ $code = ] - Parameter #2 [ $reason = ] + Parameter #1 [ $code ] + Parameter #2 [ $reason ] } } @@ -8417,13 +7621,13 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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] { } @@ -8480,7 +7684,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] - Parameter #2 [ $server_socket = ] + Parameter #2 [ $server_socket ] } } @@ -8490,7 +7694,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] - Parameter #3 [ $server_socket = ] + Parameter #3 [ $server_socket ] } } @@ -8520,7 +7724,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $is_protected = ] + Parameter #1 [ $is_protected ] } } @@ -8529,8 +7733,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] - Parameter #2 [ $offset = ] - Parameter #3 [ $length = ] + Parameter #2 [ $offset ] + Parameter #3 [ $length ] } } @@ -8538,7 +7742,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reset = ] + Parameter #1 [ $reset ] } } @@ -8567,8 +7771,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $task_worker_index = ] - Parameter #2 [ ?callable $finish_callback = ] + Parameter #1 [ $task_worker_index ] + Parameter #2 [ callable or NULL $finish_callback ] } } @@ -8576,8 +7780,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $timeout = ] - Parameter #2 [ $task_worker_index = ] + Parameter #1 [ $timeout ] + Parameter #2 [ $task_worker_index ] } } @@ -8585,7 +7789,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -8593,7 +7797,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -8619,7 +7823,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method stop ] { - Parameters [1] { - Parameter #0 [ $worker_id = ] + Parameter #0 [ $worker_id ] } } @@ -8640,7 +7844,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id = ] + Parameter #1 [ $reactor_id ] } } @@ -8648,7 +7852,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count = ] + Parameter #1 [ $find_count ] } } @@ -8661,14 +7865,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { 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 ] } } @@ -8688,7 +7892,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id = ] + Parameter #1 [ $reactor_id ] } } @@ -8696,7 +7900,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count = ] + Parameter #1 [ $find_count ] } } @@ -8715,7 +7919,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #1 [ $process_id ] Parameter #2 [ $process_type ] Parameter #3 [ $data ] - Parameter #4 [ $json_encode = ] + Parameter #4 [ $json_encode ] } } @@ -8744,7 +7948,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method getSocket ] { - Parameters [1] { - Parameter #0 [ $port = ] + Parameter #0 [ $port ] } } @@ -8788,7 +7992,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Class [ class Swoole\WebSocket\Frame implements Stringable ] { + Class [ class Swoole\WebSocket\Frame ] { - Constants [0] { } @@ -8801,8 +8005,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode = ] - Parameter #2 [ $flags = ] + Parameter #1 [ $opcode ] + Parameter #2 [ $flags ] } } @@ -8815,15 +8019,15 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [5] { - Property [ public $fd = 0 ] - Property [ public $data = '' ] - Property [ public $opcode = 1 ] - Property [ public $flags = 1 ] - Property [ public $finish = NULL ] + Property [ public $fd ] + Property [ public $data ] + Property [ public $opcode ] + Property [ public $flags ] + Property [ public $finish ] } - Methods [1] { - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } @@ -8832,7 +8036,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { } } - Class [ class Swoole\WebSocket\CloseFrame extends Swoole\WebSocket\Frame implements Stringable ] { + Class [ class Swoole\WebSocket\CloseFrame extends Swoole\WebSocket\Frame ] { - Constants [0] { } @@ -8845,8 +8049,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $opcode = ] - Parameter #2 [ $flags = ] + Parameter #1 [ $opcode ] + Parameter #2 [ $flags ] } } @@ -8859,17 +8063,17 @@ Extension [ extension #108 swoole version 4.8.12 ] { } - Properties [7] { - 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 = '' ] + Property [ public $fd ] + Property [ public $data ] + Property [ public $flags ] + Property [ public $finish ] + Property [ public $opcode ] + Property [ public $code ] + Property [ public $reason ] } - Methods [1] { - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } @@ -8898,26 +8102,26 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $type ] - Parameter #1 [ $value = ] + Parameter #1 [ $value ] } } } - Properties [14] { - 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 ] + 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 ] } - Methods [51] { @@ -8940,13 +8144,13 @@ Extension [ extension #108 swoole version 4.8.12 ] { - 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] { } @@ -9003,7 +8207,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $fd ] Parameter #1 [ $send_data ] - Parameter #2 [ $server_socket = ] + Parameter #2 [ $server_socket ] } } @@ -9013,7 +8217,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #0 [ $ip ] Parameter #1 [ $port ] Parameter #2 [ $send_data ] - Parameter #3 [ $server_socket = ] + Parameter #3 [ $server_socket ] } } @@ -9043,7 +8247,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $is_protected = ] + Parameter #1 [ $is_protected ] } } @@ -9052,8 +8256,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [4] { Parameter #0 [ $conn_fd ] Parameter #1 [ $filename ] - Parameter #2 [ $offset = ] - Parameter #3 [ $length = ] + Parameter #2 [ $offset ] + Parameter #3 [ $length ] } } @@ -9061,7 +8265,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reset = ] + Parameter #1 [ $reset ] } } @@ -9090,8 +8294,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $task_worker_index = ] - Parameter #2 [ ?callable $finish_callback = ] + Parameter #1 [ $task_worker_index ] + Parameter #2 [ callable or NULL $finish_callback ] } } @@ -9099,8 +8303,8 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [3] { Parameter #0 [ $data ] - Parameter #1 [ $timeout = ] - Parameter #2 [ $task_worker_index = ] + Parameter #1 [ $timeout ] + Parameter #2 [ $task_worker_index ] } } @@ -9108,7 +8312,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -9116,7 +8320,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ array $tasks ] - Parameter #1 [ $timeout = ] + Parameter #1 [ $timeout ] } } @@ -9142,7 +8346,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method stop ] { - Parameters [1] { - Parameter #0 [ $worker_id = ] + Parameter #0 [ $worker_id ] } } @@ -9163,7 +8367,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id = ] + Parameter #1 [ $reactor_id ] } } @@ -9171,7 +8375,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count = ] + Parameter #1 [ $find_count ] } } @@ -9184,14 +8388,14 @@ Extension [ extension #108 swoole version 4.8.12 ] { 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 ] } } @@ -9211,7 +8415,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $fd ] - Parameter #1 [ $reactor_id = ] + Parameter #1 [ $reactor_id ] } } @@ -9219,7 +8423,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { - Parameters [2] { Parameter #0 [ $start_fd ] - Parameter #1 [ $find_count = ] + Parameter #1 [ $find_count ] } } @@ -9238,7 +8442,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Parameter #1 [ $process_id ] Parameter #2 [ $process_type ] Parameter #3 [ $data ] - Parameter #4 [ $json_encode = ] + Parameter #4 [ $json_encode ] } } @@ -9267,7 +8471,7 @@ Extension [ extension #108 swoole version 4.8.12 ] { Method [ public method getSocket ] { - Parameters [1] { - Parameter #0 [ $port = ] + Parameter #0 [ $port ] } } -- cgit