From e9558d3a8eb9e658202cee82ba7f044f6e0cbb90 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Oct 2021 08:31:54 +0200 Subject: update to 4.7.2 open https://github.com/openswoole/swoole-src/pull/17 openswoole conflicts with swoole --- REFLECTION | 1705 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 857 insertions(+), 848 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4aa19ff..3ef1c96 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #90 swoole version 4.7.1 ] { +Extension [ extension #90 openswoole version 4.7.2 ] { - Dependencies { Dependency [ json (Required) ] @@ -13,6 +13,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } Entry [ swoole.enable_library ] Current = 'On' + Default = 'On' } Entry [ swoole.enable_preemptive_scheduler ] Current = 'Off' @@ -28,12 +29,12 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - - Constants [373] { - Constant [ string SWOOLE_VERSION ] { 4.7.1 } - Constant [ int SWOOLE_VERSION_ID ] { 40701 } + - Constants [374] { + Constant [ string SWOOLE_VERSION ] { 4.7.2 } + Constant [ int SWOOLE_VERSION_ID ] { 40702 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 7 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 1 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 2 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -163,6 +164,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { Constant [ int SWOOLE_ERROR_WEBSOCKET_BAD_OPCODE ] { 8502 } Constant [ int SWOOLE_ERROR_WEBSOCKET_UNCONNECTED ] { 8503 } Constant [ int SWOOLE_ERROR_WEBSOCKET_HANDSHAKE_FAILED ] { 8504 } + Constant [ int SWOOLE_ERROR_WEBSOCKET_PACK_FAILED ] { 8505 } Constant [ int SWOOLE_ERROR_SERVER_MUST_CREATED_BEFORE_CLIENT ] { 9001 } Constant [ int SWOOLE_ERROR_SERVER_TOO_MANY_SOCKET ] { 9002 } Constant [ int SWOOLE_ERROR_SERVER_WORKER_TERMINATED ] { 9003 } @@ -405,22 +407,22 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Functions { - Function [ function swoole_version ] { + Function [ function swoole_version ] { - Parameters [0] { } } - Function [ function swoole_cpu_num ] { + Function [ function swoole_cpu_num ] { - Parameters [0] { } } - Function [ function swoole_last_error ] { + Function [ function swoole_last_error ] { - Parameters [0] { } } - Function [ function swoole_async_dns_lookup_coro ] { + Function [ function swoole_async_dns_lookup_coro ] { - Parameters [3] { Parameter #0 [ $domain_name ] @@ -428,26 +430,26 @@ Extension [ extension #90 swoole version 4.7.1 ] { Parameter #2 [ $type ] } } - Function [ function swoole_async_set ] { + Function [ function swoole_async_set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Function [ function swoole_coroutine_create ] { + Function [ function swoole_coroutine_create ] { - Parameters [2] { Parameter #0 [ callable $func ] Parameter #1 [ ...$params ] } } - Function [ function swoole_coroutine_defer ] { + Function [ function swoole_coroutine_defer ] { - Parameters [1] { Parameter #0 [ callable $callback ] } } - Function [ function swoole_coroutine_socketpair ] { + Function [ function swoole_coroutine_socketpair ] { - Parameters [3] { Parameter #0 [ $domain ] @@ -455,14 +457,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { Parameter #2 [ $protocol ] } } - Function [ function swoole_test_kernel_coroutine ] { + Function [ function swoole_test_kernel_coroutine ] { - Parameters [2] { Parameter #0 [ $count ] Parameter #1 [ $sleep_time ] } } - Function [ function swoole_client_select ] { + Function [ function swoole_client_select ] { - Parameters [4] { Parameter #0 [ &$read_array ] @@ -471,7 +473,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { Parameter #3 [ $timeout ] } } - Function [ function swoole_select ] { + Function [ function swoole_select ] { - Parameters [4] { Parameter #0 [ &$read_array ] @@ -480,102 +482,102 @@ Extension [ extension #90 swoole version 4.7.1 ] { Parameter #3 [ $timeout ] } } - Function [ function swoole_set_process_name ] { + Function [ function swoole_set_process_name ] { - Parameters [1] { Parameter #0 [ $process_name ] } } - Function [ function swoole_get_local_ip ] { + Function [ function swoole_get_local_ip ] { - Parameters [0] { } } - Function [ function swoole_get_local_mac ] { + Function [ function swoole_get_local_mac ] { - Parameters [0] { } } - Function [ function swoole_strerror ] { + Function [ function swoole_strerror ] { - Parameters [2] { Parameter #0 [ $errno ] Parameter #1 [ $error_type ] } } - Function [ function swoole_errno ] { + Function [ function swoole_errno ] { - Parameters [0] { } } - Function [ function swoole_clear_error ] { + Function [ function swoole_clear_error ] { - Parameters [0] { } } - Function [ function swoole_error_log ] { + Function [ function swoole_error_log ] { - Parameters [2] { Parameter #0 [ $level ] Parameter #1 [ $msg ] } } - Function [ function swoole_hashcode ] { + Function [ function swoole_hashcode ] { - Parameters [2] { Parameter #0 [ $data ] Parameter #1 [ $type ] } } - Function [ function swoole_mime_type_add ] { + Function [ function swoole_mime_type_add ] { - Parameters [2] { Parameter #0 [ $suffix ] Parameter #1 [ $mime_type ] } } - Function [ function swoole_mime_type_set ] { + Function [ function swoole_mime_type_set ] { - Parameters [2] { Parameter #0 [ $suffix ] Parameter #1 [ $mime_type ] } } - Function [ function swoole_mime_type_delete ] { + Function [ function swoole_mime_type_delete ] { - Parameters [1] { Parameter #0 [ $suffix ] } } - Function [ function swoole_mime_type_get ] { + Function [ function swoole_mime_type_get ] { - Parameters [1] { Parameter #0 [ $filename ] } } - Function [ function swoole_get_mime_type ] { + Function [ function swoole_get_mime_type ] { - Parameters [1] { Parameter #0 [ $filename ] } } - Function [ function swoole_mime_type_exists ] { + Function [ function swoole_mime_type_exists ] { - Parameters [1] { Parameter #0 [ $filename ] } } - Function [ function swoole_mime_type_list ] { + Function [ function swoole_mime_type_list ] { - Parameters [0] { } } - Function [ function swoole_clear_dns_cache ] { + Function [ function swoole_clear_dns_cache ] { - Parameters [0] { } } - Function [ function swoole_substr_unserialize ] { + Function [ function swoole_substr_unserialize ] { - Parameters [4] { Parameter #0 [ $str ] @@ -584,7 +586,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { Parameter #3 [ $options ] } } - Function [ function swoole_substr_json_decode ] { + Function [ function swoole_substr_json_decode ] { - Parameters [6] { Parameter #0 [ $json ] @@ -595,24 +597,24 @@ Extension [ extension #90 swoole version 4.7.1 ] { Parameter #5 [ $flags ] } } - Function [ function swoole_internal_call_user_shutdown_begin ] { + Function [ function swoole_internal_call_user_shutdown_begin ] { - Parameters [0] { } } - Function [ function go ] { + Function [ function go ] { - Parameters [1] { Parameter #0 [ callable $func ] } } - Function [ function defer ] { + Function [ function defer ] { - Parameters [1] { Parameter #0 [ callable $callback ] } } - Method [ public method swoole_event_add ] { + Method [ public method swoole_event_add ] { - Parameters [4] { Parameter #0 [ $fd ] @@ -621,13 +623,13 @@ Extension [ extension #90 swoole version 4.7.1 ] { Parameter #3 [ $events ] } } - Method [ public method swoole_event_del ] { + Method [ public method swoole_event_del ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method swoole_event_set ] { + Method [ public method swoole_event_set ] { - Parameters [4] { Parameter #0 [ $fd ] @@ -636,97 +638,97 @@ Extension [ extension #90 swoole version 4.7.1 ] { Parameter #3 [ $events ] } } - Method [ public method swoole_event_isset ] { + Method [ public method swoole_event_isset ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $events ] } } - Method [ public method swoole_event_dispatch ] { + Method [ public method swoole_event_dispatch ] { - Parameters [0] { } } - Method [ public method swoole_event_defer ] { + Method [ public method swoole_event_defer ] { - Parameters [1] { Parameter #0 [ callable $callback ] } } - Method [ public method swoole_event_cycle ] { + Method [ public method swoole_event_cycle ] { - Parameters [2] { Parameter #0 [ callable or NULL $callback ] Parameter #1 [ $before ] } } - Method [ public method swoole_event_write ] { + Method [ public method swoole_event_write ] { - Parameters [2] { Parameter #0 [ $fd ] Parameter #1 [ $data ] } } - Method [ public method swoole_event_wait ] { + Method [ public method swoole_event_wait ] { - Parameters [0] { } } - Method [ public method swoole_event_exit ] { + Method [ public method swoole_event_exit ] { - Parameters [0] { } } - Method [ public method swoole_timer_set ] { + Method [ public method swoole_timer_set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method swoole_timer_after ] { + Method [ public method swoole_timer_after ] { - Parameters [2] { Parameter #0 [ $ms ] Parameter #1 [ callable $callback ] } } - Method [ public method swoole_timer_tick ] { + Method [ public method swoole_timer_tick ] { - Parameters [2] { Parameter #0 [ $ms ] Parameter #1 [ callable $callback ] } } - Method [ public method swoole_timer_exists ] { + Method [ public method swoole_timer_exists ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } - Method [ public method swoole_timer_info ] { + Method [ public method swoole_timer_info ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } - Method [ public method swoole_timer_stats ] { + Method [ public method swoole_timer_stats ] { - Parameters [0] { } } - Method [ public method swoole_timer_list ] { + Method [ public method swoole_timer_list ] { - Parameters [0] { } } - Method [ public method swoole_timer_clear ] { + Method [ public method swoole_timer_clear ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } - Method [ public method swoole_timer_clear_all ] { + Method [ public method swoole_timer_clear_all ] { - Parameters [0] { } @@ -734,7 +736,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Classes [52] { - Class [ class Swoole\Exception extends Exception implements Throwable ] { + Class [ class Swoole\Exception extends Exception implements Throwable ] { - Constants [0] { } @@ -791,7 +793,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Error extends Error implements Throwable ] { + Class [ class Swoole\Error extends Error implements Throwable ] { - Constants [0] { } @@ -848,7 +850,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Event ] { + Class [ class Swoole\Event ] { - Constants [0] { } @@ -857,7 +859,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Static methods [11] { - Method [ static public method add ] { + Method [ static public method add ] { - Parameters [4] { Parameter #0 [ $fd ] @@ -867,14 +869,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method del ] { + Method [ static public method del ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ static public method set ] { + Method [ static public method set ] { - Parameters [4] { Parameter #0 [ $fd ] @@ -884,7 +886,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method isset ] { + Method [ static public method isset ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -892,20 +894,20 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method dispatch ] { + Method [ static public method dispatch ] { - Parameters [0] { } } - Method [ static public method defer ] { + Method [ static public method defer ] { - Parameters [1] { Parameter #0 [ callable $callback ] } } - Method [ static public method cycle ] { + Method [ static public method cycle ] { - Parameters [2] { Parameter #0 [ callable or NULL $callback ] @@ -913,7 +915,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method write ] { + Method [ static public method write ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -921,19 +923,19 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method wait ] { + Method [ static public method wait ] { - Parameters [0] { } } - Method [ static public method rshutdown ] { + Method [ static public method rshutdown ] { - Parameters [0] { } } - Method [ static public method exit ] { + Method [ static public method exit ] { - Parameters [0] { } @@ -947,7 +949,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Atomic ] { + Class [ class Swoole\Atomic ] { - Constants [0] { } @@ -962,55 +964,55 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [8] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method add ] { + Method [ public method add ] { - Parameters [1] { Parameter #0 [ $add_value ] } } - Method [ public method sub ] { + Method [ public method sub ] { - Parameters [1] { Parameter #0 [ $sub_value ] } } - Method [ public method get ] { + Method [ public method get ] { - Parameters [0] { } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method wait ] { + Method [ public method wait ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method wakeup ] { + Method [ public method wakeup ] { - Parameters [1] { Parameter #0 [ $count ] } } - Method [ public method cmpset ] { + Method [ public method cmpset ] { - Parameters [2] { Parameter #0 [ $cmp_value ] @@ -1020,7 +1022,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Atomic\Long ] { + Class [ class Swoole\Atomic\Long ] { - Constants [0] { } @@ -1035,41 +1037,41 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [6] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method add ] { + Method [ public method add ] { - Parameters [1] { Parameter #0 [ $add_value ] } } - Method [ public method sub ] { + Method [ public method sub ] { - Parameters [1] { Parameter #0 [ $sub_value ] } } - Method [ public method get ] { + Method [ public method get ] { - Parameters [0] { } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ $value ] } } - Method [ public method cmpset ] { + Method [ public method cmpset ] { - Parameters [2] { Parameter #0 [ $cmp_value ] @@ -1079,7 +1081,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Lock ] { + Class [ class Swoole\Lock ] { - Constants [5] { Constant [ public int FILELOCK ] { 2 } @@ -1100,7 +1102,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [9] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $type ] @@ -1108,50 +1110,50 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method lock ] { + Method [ public method lock ] { - Parameters [0] { } } - Method [ public method lockwait ] { + Method [ public method lockwait ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method trylock ] { + Method [ public method trylock ] { - Parameters [0] { } } - Method [ public method lock_read ] { + Method [ public method lock_read ] { - Parameters [0] { } } - Method [ public method trylock_read ] { + Method [ public method trylock_read ] { - Parameters [0] { } } - Method [ public method unlock ] { + Method [ public method unlock ] { - Parameters [0] { } } - Method [ public method destroy ] { + Method [ public method destroy ] { - Parameters [0] { } @@ -1159,7 +1161,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Process ] { + Class [ class Swoole\Process ] { - Constants [5] { Constant [ public int IPC_NOWAIT ] { 256 } @@ -1173,14 +1175,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Static methods [6] { - Method [ static public method wait ] { + Method [ static public method wait ] { - Parameters [1] { Parameter #0 [ $blocking ] } } - Method [ static public method signal ] { + Method [ static public method signal ] { - Parameters [2] { Parameter #0 [ $signal_no ] @@ -1188,7 +1190,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method alarm ] { + Method [ static public method alarm ] { - Parameters [2] { Parameter #0 [ $usec ] @@ -1196,7 +1198,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method kill ] { + Method [ static public method kill ] { - Parameters [2] { Parameter #0 [ $pid ] @@ -1204,7 +1206,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method daemon ] { + Method [ static public method daemon ] { - Parameters [3] { Parameter #0 [ $nochdir ] @@ -1213,7 +1215,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method setAffinity ] { + Method [ static public method setAffinity ] { - Parameters [1] { Parameter #0 [ array $cpu_settings ] @@ -1231,7 +1233,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [20] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ callable $callback ] @@ -1241,13 +1243,13 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method setPriority ] { + Method [ public method setPriority ] { - Parameters [2] { Parameter #0 [ $which ] @@ -1255,35 +1257,35 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getPriority ] { + Method [ public method getPriority ] { - Parameters [1] { Parameter #0 [ $which ] } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method setTimeout ] { + Method [ public method setTimeout ] { - Parameters [1] { Parameter #0 [ $seconds ] } } - Method [ public method setBlocking ] { + Method [ public method setBlocking ] { - Parameters [1] { Parameter #0 [ $blocking ] } } - Method [ public method useQueue ] { + Method [ public method useQueue ] { - Parameters [3] { Parameter #0 [ $key ] @@ -1292,66 +1294,66 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method statQueue ] { + Method [ public method statQueue ] { - Parameters [0] { } } - Method [ public method freeQueue ] { + Method [ public method freeQueue ] { - Parameters [0] { } } - Method [ public method start ] { + Method [ public method start ] { - Parameters [0] { } } - Method [ public method write ] { + Method [ public method write ] { - Parameters [1] { Parameter #0 [ $data ] } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } } - Method [ public method read ] { + Method [ public method read ] { - Parameters [1] { Parameter #0 [ $size ] } } - Method [ public method push ] { + Method [ public method push ] { - Parameters [1] { Parameter #0 [ $data ] } } - Method [ public method pop ] { + Method [ public method pop ] { - Parameters [1] { Parameter #0 [ $size ] } } - Method [ public method exit ] { + Method [ public method exit ] { - Parameters [1] { Parameter #0 [ $exit_code ] } } - Method [ public method exec ] { + Method [ public method exec ] { - Parameters [2] { Parameter #0 [ $exec_file ] @@ -1359,13 +1361,13 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method exportSocket ] { + Method [ public method exportSocket ] { - Parameters [0] { } } - Method [ public method name ] { + Method [ public method name ] { - Parameters [1] { Parameter #0 [ $process_name ] @@ -1374,7 +1376,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Process\Pool ] { + Class [ class Swoole\Process\Pool ] { - Constants [0] { } @@ -1391,7 +1393,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [11] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $worker_num ] @@ -1401,20 +1403,20 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method on ] { + Method [ public method on ] { - Parameters [2] { Parameter #0 [ $event_name ] @@ -1422,14 +1424,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getProcess ] { + Method [ public method getProcess ] { - Parameters [1] { Parameter #0 [ $worker_id ] } } - Method [ public method listen ] { + Method [ public method listen ] { - Parameters [3] { Parameter #0 [ $host ] @@ -1438,32 +1440,32 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method write ] { + Method [ public method write ] { - Parameters [1] { Parameter #0 [ $data ] } } - Method [ public method detach ] { + Method [ public method detach ] { - Parameters [0] { } } - Method [ public method start ] { + Method [ public method start ] { - Parameters [0] { } } - Method [ public method stop ] { + Method [ public method stop ] { - Parameters [0] { } } - Method [ public method shutdown ] { + Method [ public method shutdown ] { - Parameters [0] { } @@ -1471,7 +1473,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Table implements Iterator, Traversable, Countable ] { + Class [ class Swoole\Table implements Iterator, Traversable, Countable ] { - Constants [3] { Constant [ public int TYPE_INT ] { 1 } @@ -1491,7 +1493,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [20] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $table_size ] @@ -1499,7 +1501,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method column ] { + Method [ public method column ] { - Parameters [3] { Parameter #0 [ $name ] @@ -1508,19 +1510,19 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method create ] { + Method [ public method create ] { - Parameters [0] { } } - Method [ public method destroy ] { + Method [ public method destroy ] { - Parameters [0] { } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [2] { Parameter #0 [ $key ] @@ -1528,7 +1530,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method get ] { + Method [ public method get ] { - Parameters [2] { Parameter #0 [ $key ] @@ -1536,41 +1538,41 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method count ] { + Method [ public method count ] { - Parameters [0] { } } - Method [ public method del ] { + Method [ public method del ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method exist ] { + Method [ public method exist ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method incr ] { + Method [ public method incr ] { - Parameters [3] { Parameter #0 [ $key ] @@ -1579,7 +1581,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method decr ] { + Method [ public method decr ] { - Parameters [3] { Parameter #0 [ $key ] @@ -1588,43 +1590,43 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getSize ] { + Method [ public method getSize ] { - Parameters [0] { } } - Method [ public method getMemorySize ] { + Method [ public method getMemorySize ] { - Parameters [0] { } } - Method [ public method rewind ] { + Method [ public method rewind ] { - Parameters [0] { } } - Method [ public method valid ] { + Method [ public method valid ] { - Parameters [0] { } } - Method [ public method next ] { + Method [ public method next ] { - Parameters [0] { } } - Method [ public method current ] { + Method [ public method current ] { - Parameters [0] { } } - Method [ public method key ] { + Method [ public method key ] { - Parameters [0] { } @@ -1632,7 +1634,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Timer ] { + Class [ class Swoole\Timer ] { - Constants [0] { } @@ -1641,14 +1643,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Static methods [9] { - Method [ static public method set ] { + Method [ static public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ static public method tick ] { + Method [ static public method tick ] { - Parameters [3] { Parameter #0 [ $ms ] @@ -1657,7 +1659,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method after ] { + Method [ static public method after ] { - Parameters [3] { Parameter #0 [ $ms ] @@ -1666,40 +1668,40 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method exists ] { + Method [ static public method exists ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } - Method [ static public method info ] { + Method [ static public method info ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } - Method [ static public method stats ] { + Method [ static public method stats ] { - Parameters [0] { } } - Method [ static public method list ] { + Method [ static public method list ] { - Parameters [0] { } } - Method [ static public method clear ] { + Method [ static public method clear ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } - Method [ static public method clearAll ] { + Method [ static public method clearAll ] { - Parameters [0] { } @@ -1713,7 +1715,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Timer\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] { + Class [ class Swoole\Timer\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] { - Constants [2] { Constant [ public int STD_PROP_LIST ] { 1 } @@ -1908,7 +1910,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine ] { + Class [ class Swoole\Coroutine ] { - Constants [0] { } @@ -1916,8 +1918,8 @@ Extension [ extension #90 swoole version 4.7.1 ] { - Static properties [0] { } - - Static methods [37] { - Method [ static public method create ] { + - Static methods [38] { + Method [ static public method create ] { - Parameters [2] { Parameter #0 [ callable $func ] @@ -1925,98 +1927,98 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method defer ] { + Method [ static public method defer ] { - Parameters [1] { Parameter #0 [ $callback ] } } - Method [ static public method set ] { + Method [ static public method set ] { - Parameters [1] { Parameter #0 [ $options ] } } - Method [ static public method getOptions ] { + Method [ static public method getOptions ] { - Parameters [0] { } } - Method [ static public method exists ] { + Method [ static public method exists ] { - Parameters [1] { Parameter #0 [ $cid ] } } - Method [ static public method yield ] { + Method [ static public method yield ] { - Parameters [0] { } } - Method [ static public method cancel ] { + Method [ static public method cancel ] { - Parameters [1] { Parameter #0 [ $cid ] } } - Method [ static public method isCanceled ] { + Method [ static public method isCanceled ] { - Parameters [0] { } } - Method [ static public method suspend ] { + Method [ static public method suspend ] { - Parameters [0] { } } - Method [ static public method resume ] { + Method [ static public method resume ] { - Parameters [1] { Parameter #0 [ $cid ] } } - Method [ static public method stats ] { + Method [ static public method stats ] { - Parameters [0] { } } - Method [ static public method getCid ] { + Method [ static public method getCid ] { - Parameters [0] { } } - Method [ static public method getuid ] { + Method [ static public method getuid ] { - Parameters [0] { } } - Method [ static public method getPcid ] { + Method [ static public method getPcid ] { - Parameters [1] { Parameter #0 [ $cid ] } } - Method [ static public method getContext ] { + Method [ static public method getContext ] { - Parameters [1] { Parameter #0 [ $cid ] } } - Method [ static public method getBackTrace ] { + Method [ static public method getBackTrace ] { - Parameters [3] { Parameter #0 [ $cid ] @@ -2025,7 +2027,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method printBackTrace ] { + Method [ static public method printBackTrace ] { - Parameters [3] { Parameter #0 [ $cid ] @@ -2034,38 +2036,45 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method getElapsed ] { + Method [ static public method getElapsed ] { - Parameters [1] { Parameter #0 [ $cid ] } } - Method [ static public method list ] { + Method [ static public method getStackUsage ] { + + - Parameters [1] { + Parameter #0 [ $cid ] + } + } + + Method [ static public method list ] { - Parameters [0] { } } - Method [ static public method listCoroutines ] { + Method [ static public method listCoroutines ] { - Parameters [0] { } } - Method [ static public method enableScheduler ] { + Method [ static public method enableScheduler ] { - Parameters [0] { } } - Method [ static public method disableScheduler ] { + Method [ static public method disableScheduler ] { - Parameters [0] { } } - Method [ static public method gethostbyname ] { + Method [ static public method gethostbyname ] { - Parameters [3] { Parameter #0 [ $domain_name ] @@ -2074,7 +2083,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method dnsLookup ] { + Method [ static public method dnsLookup ] { - Parameters [3] { Parameter #0 [ $domain_name ] @@ -2083,7 +2092,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method exec ] { + Method [ static public method exec ] { - Parameters [2] { Parameter #0 [ $command ] @@ -2091,14 +2100,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method sleep ] { + Method [ static public method sleep ] { - Parameters [1] { Parameter #0 [ $seconds ] } } - Method [ static public method getaddrinfo ] { + Method [ static public method getaddrinfo ] { - Parameters [6] { Parameter #0 [ $hostname ] @@ -2110,21 +2119,21 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method statvfs ] { + Method [ static public method statvfs ] { - Parameters [1] { Parameter #0 [ $path ] } } - Method [ static public method readFile ] { + Method [ static public method readFile ] { - Parameters [1] { Parameter #0 [ $filename ] } } - Method [ static public method writeFile ] { + Method [ static public method writeFile ] { - Parameters [3] { Parameter #0 [ $filename ] @@ -2133,14 +2142,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method wait ] { + Method [ static public method wait ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ static public method waitPid ] { + Method [ static public method waitPid ] { - Parameters [2] { Parameter #0 [ $pid ] @@ -2148,7 +2157,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method waitSignal ] { + Method [ static public method waitSignal ] { - Parameters [2] { Parameter #0 [ $signo ] @@ -2156,7 +2165,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method waitEvent ] { + Method [ static public method waitEvent ] { - Parameters [3] { Parameter #0 [ $fd ] @@ -2165,7 +2174,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method fread ] { + Method [ static public method fread ] { - Parameters [2] { Parameter #0 [ $handle ] @@ -2173,14 +2182,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method fgets ] { + Method [ static public method fgets ] { - Parameters [1] { Parameter #0 [ $handle ] } } - Method [ static public method fwrite ] { + Method [ static public method fwrite ] { - Parameters [3] { Parameter #0 [ $handle ] @@ -2197,7 +2206,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] { + Class [ class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] { - Constants [2] { Constant [ public int STD_PROP_LIST ] { 1 } @@ -2392,7 +2401,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\Context extends ArrayObject implements Countable, Serializable, ArrayAccess, Traversable, IteratorAggregate ] { + Class [ class Swoole\Coroutine\Context extends ArrayObject implements Countable, Serializable, ArrayAccess, Traversable, IteratorAggregate ] { - Constants [2] { Constant [ public int STD_PROP_LIST ] { 1 } @@ -2577,7 +2586,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\ExitException extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\ExitException extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -2598,13 +2607,13 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [12] { - Method [ public method getFlags ] { + Method [ public method getFlags ] { - Parameters [0] { } } - Method [ public method getStatus ] { + Method [ public method getStatus ] { - Parameters [0] { } @@ -2648,7 +2657,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\System ] { + Class [ class Swoole\Coroutine\System ] { - Constants [0] { } @@ -2657,7 +2666,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Static methods [15] { - Method [ static public method gethostbyname ] { + Method [ static public method gethostbyname ] { - Parameters [3] { Parameter #0 [ $domain_name ] @@ -2666,7 +2675,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method dnsLookup ] { + Method [ static public method dnsLookup ] { - Parameters [3] { Parameter #0 [ $domain_name ] @@ -2675,7 +2684,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method exec ] { + Method [ static public method exec ] { - Parameters [2] { Parameter #0 [ $command ] @@ -2683,14 +2692,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method sleep ] { + Method [ static public method sleep ] { - Parameters [1] { Parameter #0 [ $seconds ] } } - Method [ static public method getaddrinfo ] { + Method [ static public method getaddrinfo ] { - Parameters [6] { Parameter #0 [ $hostname ] @@ -2702,21 +2711,21 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method statvfs ] { + Method [ static public method statvfs ] { - Parameters [1] { Parameter #0 [ $path ] } } - Method [ static public method readFile ] { + Method [ static public method readFile ] { - Parameters [1] { Parameter #0 [ $filename ] } } - Method [ static public method writeFile ] { + Method [ static public method writeFile ] { - Parameters [3] { Parameter #0 [ $filename ] @@ -2725,14 +2734,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method wait ] { + Method [ static public method wait ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ static public method waitPid ] { + Method [ static public method waitPid ] { - Parameters [2] { Parameter #0 [ $pid ] @@ -2740,7 +2749,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method waitSignal ] { + Method [ static public method waitSignal ] { - Parameters [2] { Parameter #0 [ $signo ] @@ -2748,7 +2757,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method waitEvent ] { + Method [ static public method waitEvent ] { - Parameters [3] { Parameter #0 [ $fd ] @@ -2757,7 +2766,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method fread ] { + Method [ static public method fread ] { - Parameters [2] { Parameter #0 [ $handle ] @@ -2765,7 +2774,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method fwrite ] { + Method [ static public method fwrite ] { - Parameters [3] { Parameter #0 [ $handle ] @@ -2774,7 +2783,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method fgets ] { + Method [ static public method fgets ] { - Parameters [1] { Parameter #0 [ $handle ] @@ -2789,7 +2798,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ final class Swoole\Coroutine\Scheduler ] { + Class [ final class Swoole\Coroutine\Scheduler ] { - Constants [0] { } @@ -2804,7 +2813,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [5] { - Method [ public method add ] { + Method [ public method add ] { - Parameters [2] { Parameter #0 [ callable $func ] @@ -2812,7 +2821,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method parallel ] { + Method [ public method parallel ] { - Parameters [3] { Parameter #0 [ $n ] @@ -2821,20 +2830,20 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method getOptions ] { + Method [ public method getOptions ] { - Parameters [0] { } } - Method [ public method start ] { + Method [ public method start ] { - Parameters [0] { } @@ -2842,7 +2851,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\Channel ] { + Class [ class Swoole\Coroutine\Channel ] { - Constants [0] { } @@ -2859,14 +2868,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [8] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $size ] } } - Method [ public method push ] { + Method [ public method push ] { - Parameters [2] { Parameter #0 [ $data ] @@ -2874,38 +2883,38 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method pop ] { + Method [ public method pop ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method isEmpty ] { + Method [ public method isEmpty ] { - Parameters [0] { } } - Method [ public method isFull ] { + Method [ public method isFull ] { - Parameters [0] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } } - Method [ public method stats ] { + Method [ public method stats ] { - Parameters [0] { } } - Method [ public method length ] { + Method [ public method length ] { - Parameters [0] { } @@ -2913,7 +2922,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Runtime ] { + Class [ class Swoole\Runtime ] { - Constants [0] { } @@ -2922,7 +2931,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Static methods [3] { - Method [ static public method enableCoroutine ] { + Method [ static public method enableCoroutine ] { - Parameters [2] { Parameter #0 [ $enable ] @@ -2930,13 +2939,13 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method getHookFlags ] { + Method [ static public method getHookFlags ] { - Parameters [0] { } } - Method [ static public method setHookFlags ] { + Method [ static public method setHookFlags ] { - Parameters [1] { Parameter #0 [ $flags ] @@ -2951,7 +2960,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -3008,7 +3017,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\Socket ] { + Class [ class Swoole\Coroutine\Socket ] { - Constants [0] { } @@ -3029,7 +3038,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [30] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $domain ] @@ -3038,7 +3047,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method bind ] { + Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $address ] @@ -3046,21 +3055,21 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method listen ] { + Method [ public method listen ] { - Parameters [1] { Parameter #0 [ $backlog ] } } - Method [ public method accept ] { + Method [ public method accept ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method connect ] { + Method [ public method connect ] { - Parameters [3] { Parameter #0 [ $host ] @@ -3069,20 +3078,20 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method checkLiveness ] { + Method [ public method checkLiveness ] { - Parameters [0] { } } - Method [ public method peek ] { + Method [ public method peek ] { - Parameters [1] { Parameter #0 [ $length ] } } - Method [ public method recv ] { + Method [ public method recv ] { - Parameters [2] { Parameter #0 [ $length ] @@ -3090,7 +3099,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method recvAll ] { + Method [ public method recvAll ] { - Parameters [2] { Parameter #0 [ $length ] @@ -3098,7 +3107,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method recvLine ] { + Method [ public method recvLine ] { - Parameters [2] { Parameter #0 [ $length ] @@ -3106,7 +3115,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method recvWithBuffer ] { + Method [ public method recvWithBuffer ] { - Parameters [2] { Parameter #0 [ $length ] @@ -3114,14 +3123,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method recvPacket ] { + Method [ public method recvPacket ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method send ] { + Method [ public method send ] { - Parameters [2] { Parameter #0 [ $data ] @@ -3129,7 +3138,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method readVector ] { + Method [ public method readVector ] { - Parameters [2] { Parameter #0 [ $io_vector ] @@ -3137,7 +3146,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method readVectorAll ] { + Method [ public method readVectorAll ] { - Parameters [2] { Parameter #0 [ $io_vector ] @@ -3145,7 +3154,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method writeVector ] { + Method [ public method writeVector ] { - Parameters [2] { Parameter #0 [ $io_vector ] @@ -3153,7 +3162,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method writeVectorAll ] { + Method [ public method writeVectorAll ] { - Parameters [2] { Parameter #0 [ $io_vector ] @@ -3161,7 +3170,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendFile ] { + Method [ public method sendFile ] { - Parameters [3] { Parameter #0 [ $filename ] @@ -3170,7 +3179,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendAll ] { + Method [ public method sendAll ] { - Parameters [2] { Parameter #0 [ $data ] @@ -3178,7 +3187,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method recvfrom ] { + Method [ public method recvfrom ] { - Parameters [2] { Parameter #0 [ &$peername ] @@ -3186,7 +3195,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendto ] { + Method [ public method sendto ] { - Parameters [3] { Parameter #0 [ $addr ] @@ -3195,7 +3204,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getOption ] { + Method [ public method getOption ] { - Parameters [2] { Parameter #0 [ $level ] @@ -3203,14 +3212,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method setProtocol ] { + Method [ public method setProtocol ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method setOption ] { + Method [ public method setOption ] { - Parameters [3] { Parameter #0 [ $level ] @@ -3219,39 +3228,39 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sslHandshake ] { + Method [ public method sslHandshake ] { - Parameters [0] { } } - Method [ public method shutdown ] { + Method [ public method shutdown ] { - Parameters [1] { Parameter #0 [ $how ] } } - Method [ public method cancel ] { + Method [ public method cancel ] { - Parameters [1] { Parameter #0 [ $event ] } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } } - Method [ public method getpeername ] { + Method [ public method getpeername ] { - Parameters [0] { } } - Method [ public method getsockname ] { + Method [ public method getsockname ] { - Parameters [0] { } @@ -3259,7 +3268,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -3316,7 +3325,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Client ] { + Class [ class Swoole\Client ] { - Constants [7] { Constant [ public int MSG_OOB ] { 1 } @@ -3345,7 +3354,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [17] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $type ] @@ -3354,20 +3363,20 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method connect ] { + Method [ public method connect ] { - Parameters [4] { Parameter #0 [ $host ] @@ -3377,7 +3386,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method recv ] { + Method [ public method recv ] { - Parameters [2] { Parameter #0 [ $size ] @@ -3385,7 +3394,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method send ] { + Method [ public method send ] { - Parameters [2] { Parameter #0 [ $data ] @@ -3393,7 +3402,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendfile ] { + Method [ public method sendfile ] { - Parameters [3] { Parameter #0 [ $filename ] @@ -3402,7 +3411,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendto ] { + Method [ public method sendto ] { - Parameters [3] { Parameter #0 [ $ip ] @@ -3411,57 +3420,57 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method shutdown ] { + Method [ public method shutdown ] { - Parameters [1] { Parameter #0 [ $how ] } } - Method [ public method enableSSL ] { + Method [ public method enableSSL ] { - Parameters [0] { } } - Method [ public method getPeerCert ] { + Method [ public method getPeerCert ] { - Parameters [0] { } } - Method [ public method verifyPeerCert ] { + Method [ public method verifyPeerCert ] { - Parameters [0] { } } - Method [ public method isConnected ] { + Method [ public method isConnected ] { - Parameters [0] { } } - Method [ public method getsockname ] { + Method [ public method getsockname ] { - Parameters [0] { } } - Method [ public method getpeername ] { + Method [ public method getpeername ] { - Parameters [0] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [1] { Parameter #0 [ $force ] } } - Method [ public method getSocket ] { + Method [ public method getSocket ] { - Parameters [0] { } @@ -3469,7 +3478,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Client\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Client\Exception extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -3526,7 +3535,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\Client ] { + Class [ class Swoole\Coroutine\Client ] { - Constants [4] { Constant [ public int MSG_OOB ] { 1 } @@ -3552,27 +3561,27 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [18] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $type ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method connect ] { + Method [ public method connect ] { - Parameters [4] { Parameter #0 [ $host ] @@ -3582,28 +3591,28 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method recv ] { + Method [ public method recv ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method peek ] { + Method [ public method peek ] { - Parameters [1] { Parameter #0 [ $length ] } } - Method [ public method send ] { + Method [ public method send ] { - Parameters [1] { Parameter #0 [ $data ] } } - Method [ public method sendfile ] { + Method [ public method sendfile ] { - Parameters [3] { Parameter #0 [ $filename ] @@ -3612,7 +3621,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendto ] { + Method [ public method sendto ] { - Parameters [3] { Parameter #0 [ $address ] @@ -3621,7 +3630,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method recvfrom ] { + Method [ public method recvfrom ] { - Parameters [3] { Parameter #0 [ $length ] @@ -3630,49 +3639,49 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method enableSSL ] { + Method [ public method enableSSL ] { - Parameters [0] { } } - Method [ public method getPeerCert ] { + Method [ public method getPeerCert ] { - Parameters [0] { } } - Method [ public method verifyPeerCert ] { + Method [ public method verifyPeerCert ] { - Parameters [0] { } } - Method [ public method isConnected ] { + Method [ public method isConnected ] { - Parameters [0] { } } - Method [ public method getsockname ] { + Method [ public method getsockname ] { - Parameters [0] { } } - Method [ public method getpeername ] { + Method [ public method getpeername ] { - Parameters [0] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } } - Method [ public method exportSocket ] { + Method [ public method exportSocket ] { - Parameters [0] { } @@ -3680,7 +3689,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\Http\Client ] { + Class [ class Swoole\Coroutine\Http\Client ] { - Constants [0] { } @@ -3713,7 +3722,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [28] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $host ] @@ -3722,47 +3731,47 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method getDefer ] { + Method [ public method getDefer ] { - Parameters [0] { } } - Method [ public method setDefer ] { + Method [ public method setDefer ] { - Parameters [1] { Parameter #0 [ $defer ] } } - Method [ public method setMethod ] { + Method [ public method setMethod ] { - Parameters [1] { Parameter #0 [ $method ] } } - Method [ public method setHeaders ] { + Method [ public method setHeaders ] { - Parameters [1] { Parameter #0 [ array $headers ] } } - Method [ public method setBasicAuth ] { + Method [ public method setBasicAuth ] { - Parameters [2] { Parameter #0 [ $username ] @@ -3770,21 +3779,21 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method setCookies ] { + Method [ public method setCookies ] { - Parameters [1] { Parameter #0 [ array $cookies ] } } - Method [ public method setData ] { + Method [ public method setData ] { - Parameters [1] { Parameter #0 [ $data ] } } - Method [ public method addFile ] { + Method [ public method addFile ] { - Parameters [6] { Parameter #0 [ $path ] @@ -3796,7 +3805,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method addData ] { + Method [ public method addData ] { - Parameters [4] { Parameter #0 [ $path ] @@ -3806,33 +3815,33 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method execute ] { + Method [ public method execute ] { - Parameters [1] { Parameter #0 [ $path ] } } - Method [ public method getpeername ] { + Method [ public method getpeername ] { - Parameters [0] { } } - Method [ public method getsockname ] { + Method [ public method getsockname ] { - Parameters [0] { } } - Method [ public method get ] { + Method [ public method get ] { - Parameters [1] { Parameter #0 [ $path ] } } - Method [ public method post ] { + Method [ public method post ] { - Parameters [2] { Parameter #0 [ $path ] @@ -3840,7 +3849,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method download ] { + Method [ public method download ] { - Parameters [3] { Parameter #0 [ $path ] @@ -3849,50 +3858,50 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getBody ] { + Method [ public method getBody ] { - Parameters [0] { } } - Method [ public method getHeaders ] { + Method [ public method getHeaders ] { - Parameters [0] { } } - Method [ public method getCookies ] { + Method [ public method getCookies ] { - Parameters [0] { } } - Method [ public method getStatusCode ] { + Method [ public method getStatusCode ] { - Parameters [0] { } } - Method [ public method getHeaderOut ] { + Method [ public method getHeaderOut ] { - Parameters [0] { } } - Method [ public method getPeerCert ] { + Method [ public method getPeerCert ] { - Parameters [0] { } } - Method [ public method upgrade ] { + Method [ public method upgrade ] { - Parameters [1] { Parameter #0 [ $path ] } } - Method [ public method push ] { + Method [ public method push ] { - Parameters [3] { Parameter #0 [ $data ] @@ -3901,14 +3910,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method recv ] { + Method [ public method recv ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } @@ -3916,7 +3925,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -3973,7 +3982,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\MySQL ] { + Class [ class Swoole\Coroutine\MySQL ] { - Constants [0] { } @@ -3997,39 +4006,39 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [16] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [0] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method getDefer ] { + Method [ public method getDefer ] { - Parameters [0] { } } - Method [ public method setDefer ] { + Method [ public method setDefer ] { - Parameters [1] { Parameter #0 [ $defer ] } } - Method [ public method connect ] { + Method [ public method connect ] { - Parameters [1] { Parameter #0 [ array $server_config ] } } - Method [ public method query ] { + Method [ public method query ] { - Parameters [2] { Parameter #0 [ $sql ] @@ -4037,25 +4046,25 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method fetch ] { + Method [ public method fetch ] { - Parameters [0] { } } - Method [ public method fetchAll ] { + Method [ public method fetchAll ] { - Parameters [0] { } } - Method [ public method nextResult ] { + Method [ public method nextResult ] { - Parameters [0] { } } - Method [ public method prepare ] { + Method [ public method prepare ] { - Parameters [2] { Parameter #0 [ $query ] @@ -4063,34 +4072,34 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method recv ] { + Method [ public method recv ] { - Parameters [0] { } } - Method [ public method begin ] { + Method [ public method begin ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method commit ] { + Method [ public method commit ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method rollback ] { + Method [ public method rollback ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method escape ] { + Method [ public method escape ] { - Parameters [2] { Parameter #0 [ $string ] @@ -4098,7 +4107,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } @@ -4106,7 +4115,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\MySQL\Statement ] { + Class [ class Swoole\Coroutine\MySQL\Statement ] { - Constants [0] { } @@ -4126,7 +4135,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [6] { - Method [ public method execute ] { + Method [ public method execute ] { - Parameters [2] { Parameter #0 [ $params ] @@ -4134,35 +4143,35 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method fetch ] { + Method [ public method fetch ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method fetchAll ] { + Method [ public method fetchAll ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method nextResult ] { + Method [ public method nextResult ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method recv ] { + Method [ public method recv ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } @@ -4170,7 +4179,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -4227,7 +4236,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\Redis ] { + Class [ class Swoole\Coroutine\Redis ] { - Constants [0] { } @@ -4250,20 +4259,20 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [165] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [1] { Parameter #0 [ $config ] } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method connect ] { + Method [ public method connect ] { - Parameters [3] { Parameter #0 [ $host ] @@ -4272,64 +4281,64 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getAuth ] { + Method [ public method getAuth ] { - Parameters [0] { } } - Method [ public method getDBNum ] { + Method [ public method getDBNum ] { - Parameters [0] { } } - Method [ public method getOptions ] { + Method [ public method getOptions ] { - Parameters [0] { } } - Method [ public method setOptions ] { + Method [ public method setOptions ] { - Parameters [1] { Parameter #0 [ $options ] } } - Method [ public method getDefer ] { + Method [ public method getDefer ] { - Parameters [0] { } } - Method [ public method setDefer ] { + Method [ public method setDefer ] { - Parameters [1] { Parameter #0 [ $defer ] } } - Method [ public method recv ] { + Method [ public method recv ] { - Parameters [0] { } } - Method [ public method request ] { + Method [ public method request ] { - Parameters [1] { Parameter #0 [ array $params ] } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [4] { Parameter #0 [ $key ] @@ -4339,7 +4348,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method setBit ] { + Method [ public method setBit ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4348,7 +4357,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method setEx ] { + Method [ public method setEx ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4357,7 +4366,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method psetEx ] { + Method [ public method psetEx ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4366,7 +4375,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method lSet ] { + Method [ public method lSet ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4375,21 +4384,21 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method get ] { + Method [ public method get ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method mGet ] { + Method [ public method mGet ] { - Parameters [1] { Parameter #0 [ $keys ] } } - Method [ public method del ] { + Method [ public method del ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4397,7 +4406,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method hDel ] { + Method [ public method hDel ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4406,7 +4415,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method hSet ] { + Method [ public method hSet ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4415,7 +4424,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method hMSet ] { + Method [ public method hMSet ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4423,7 +4432,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method hSetNx ] { + Method [ public method hSetNx ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4432,7 +4441,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method delete ] { + Method [ public method delete ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4440,35 +4449,35 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method mSet ] { + Method [ public method mSet ] { - Parameters [1] { Parameter #0 [ $pairs ] } } - Method [ public method mSetNx ] { + Method [ public method mSetNx ] { - Parameters [1] { Parameter #0 [ $pairs ] } } - Method [ public method getKeys ] { + Method [ public method getKeys ] { - Parameters [1] { Parameter #0 [ $pattern ] } } - Method [ public method keys ] { + Method [ public method keys ] { - Parameters [1] { Parameter #0 [ $pattern ] } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4476,28 +4485,28 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method type ] { + Method [ public method type ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method strLen ] { + Method [ public method strLen ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method lPop ] { + Method [ public method lPop ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method blPop ] { + Method [ public method blPop ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4506,14 +4515,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method rPop ] { + Method [ public method rPop ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method brPop ] { + Method [ public method brPop ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4522,7 +4531,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method bRPopLPush ] { + Method [ public method bRPopLPush ] { - Parameters [3] { Parameter #0 [ $src ] @@ -4531,56 +4540,56 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method lSize ] { + Method [ public method lSize ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method lLen ] { + Method [ public method lLen ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method sSize ] { + Method [ public method sSize ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method scard ] { + Method [ public method scard ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method sPop ] { + Method [ public method sPop ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method sMembers ] { + Method [ public method sMembers ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method sGetMembers ] { + Method [ public method sGetMembers ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method sRandMember ] { + Method [ public method sRandMember ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4588,77 +4597,77 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method persist ] { + Method [ public method persist ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method ttl ] { + Method [ public method ttl ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method pttl ] { + Method [ public method pttl ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method zCard ] { + Method [ public method zCard ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method zSize ] { + Method [ public method zSize ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method hLen ] { + Method [ public method hLen ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method hKeys ] { + Method [ public method hKeys ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method hVals ] { + Method [ public method hVals ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method hGetAll ] { + Method [ public method hGetAll ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method debug ] { + Method [ public method debug ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method restore ] { + Method [ public method restore ] { - Parameters [3] { Parameter #0 [ $ttl ] @@ -4667,14 +4676,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method dump ] { + Method [ public method dump ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method renameKey ] { + Method [ public method renameKey ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4682,7 +4691,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method rename ] { + Method [ public method rename ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4690,7 +4699,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method renameNx ] { + Method [ public method renameNx ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4698,7 +4707,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method rpoplpush ] { + Method [ public method rpoplpush ] { - Parameters [2] { Parameter #0 [ $src ] @@ -4706,13 +4715,13 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method randomKey ] { + Method [ public method randomKey ] { - Parameters [0] { } } - Method [ public method pfadd ] { + Method [ public method pfadd ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4720,14 +4729,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method pfcount ] { + Method [ public method pfcount ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method pfmerge ] { + Method [ public method pfmerge ] { - Parameters [2] { Parameter #0 [ $dstkey ] @@ -4735,26 +4744,26 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method ping ] { + Method [ public method ping ] { - Parameters [0] { } } - Method [ public method auth ] { + Method [ public method auth ] { - Parameters [1] { Parameter #0 [ $password ] } } - Method [ public method unwatch ] { + Method [ public method unwatch ] { - Parameters [0] { } } - Method [ public method watch ] { + Method [ public method watch ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4762,61 +4771,61 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method save ] { + Method [ public method save ] { - Parameters [0] { } } - Method [ public method bgSave ] { + Method [ public method bgSave ] { - Parameters [0] { } } - Method [ public method lastSave ] { + Method [ public method lastSave ] { - Parameters [0] { } } - Method [ public method flushDB ] { + Method [ public method flushDB ] { - Parameters [0] { } } - Method [ public method flushAll ] { + Method [ public method flushAll ] { - Parameters [0] { } } - Method [ public method dbSize ] { + Method [ public method dbSize ] { - Parameters [0] { } } - Method [ public method bgrewriteaof ] { + Method [ public method bgrewriteaof ] { - Parameters [0] { } } - Method [ public method time ] { + Method [ public method time ] { - Parameters [0] { } } - Method [ public method role ] { + Method [ public method role ] { - Parameters [0] { } } - Method [ public method setRange ] { + Method [ public method setRange ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4825,7 +4834,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method setNx ] { + Method [ public method setNx ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4833,7 +4842,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getSet ] { + Method [ public method getSet ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4841,7 +4850,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method append ] { + Method [ public method append ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4849,7 +4858,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method lPushx ] { + Method [ public method lPushx ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4857,7 +4866,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method lPush ] { + Method [ public method lPush ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4865,7 +4874,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method rPush ] { + Method [ public method rPush ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4873,7 +4882,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method rPushx ] { + Method [ public method rPushx ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4881,7 +4890,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sContains ] { + Method [ public method sContains ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4889,7 +4898,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sismember ] { + Method [ public method sismember ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4897,7 +4906,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zScore ] { + Method [ public method zScore ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4905,7 +4914,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zRank ] { + Method [ public method zRank ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4913,7 +4922,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zRevRank ] { + Method [ public method zRevRank ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4921,7 +4930,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method hGet ] { + Method [ public method hGet ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4929,7 +4938,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method hMGet ] { + Method [ public method hMGet ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4937,7 +4946,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method hExists ] { + Method [ public method hExists ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4945,7 +4954,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method publish ] { + Method [ public method publish ] { - Parameters [2] { Parameter #0 [ $channel ] @@ -4953,7 +4962,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zIncrBy ] { + Method [ public method zIncrBy ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4962,7 +4971,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zAdd ] { + Method [ public method zAdd ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4971,7 +4980,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zPopMin ] { + Method [ public method zPopMin ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4979,7 +4988,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zPopMax ] { + Method [ public method zPopMax ] { - Parameters [2] { Parameter #0 [ $key ] @@ -4987,7 +4996,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method bzPopMin ] { + Method [ public method bzPopMin ] { - Parameters [3] { Parameter #0 [ $key ] @@ -4996,7 +5005,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method bzPopMax ] { + Method [ public method bzPopMax ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5005,7 +5014,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zDeleteRangeByScore ] { + Method [ public method zDeleteRangeByScore ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5014,7 +5023,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zRemRangeByScore ] { + Method [ public method zRemRangeByScore ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5023,7 +5032,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zCount ] { + Method [ public method zCount ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5032,7 +5041,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zRange ] { + Method [ public method zRange ] { - Parameters [4] { Parameter #0 [ $key ] @@ -5042,7 +5051,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zRevRange ] { + Method [ public method zRevRange ] { - Parameters [4] { Parameter #0 [ $key ] @@ -5052,7 +5061,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zRangeByScore ] { + Method [ public method zRangeByScore ] { - Parameters [4] { Parameter #0 [ $key ] @@ -5062,7 +5071,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zRevRangeByScore ] { + Method [ public method zRevRangeByScore ] { - Parameters [4] { Parameter #0 [ $key ] @@ -5072,7 +5081,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zRangeByLex ] { + Method [ public method zRangeByLex ] { - Parameters [5] { Parameter #0 [ $key ] @@ -5083,7 +5092,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zRevRangeByLex ] { + Method [ public method zRevRangeByLex ] { - Parameters [5] { Parameter #0 [ $key ] @@ -5094,7 +5103,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zInter ] { + Method [ public method zInter ] { - Parameters [4] { Parameter #0 [ $key ] @@ -5104,7 +5113,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zinterstore ] { + Method [ public method zinterstore ] { - Parameters [4] { Parameter #0 [ $key ] @@ -5114,7 +5123,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zUnion ] { + Method [ public method zUnion ] { - Parameters [4] { Parameter #0 [ $key ] @@ -5124,7 +5133,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zunionstore ] { + Method [ public method zunionstore ] { - Parameters [4] { Parameter #0 [ $key ] @@ -5134,7 +5143,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method incrBy ] { + Method [ public method incrBy ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5142,7 +5151,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method hIncrBy ] { + Method [ public method hIncrBy ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5151,14 +5160,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method incr ] { + Method [ public method incr ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method decrBy ] { + Method [ public method decrBy ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5166,14 +5175,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method decr ] { + Method [ public method decr ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method getBit ] { + Method [ public method getBit ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5181,7 +5190,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method lInsert ] { + Method [ public method lInsert ] { - Parameters [4] { Parameter #0 [ $key ] @@ -5191,7 +5200,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method lGet ] { + Method [ public method lGet ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5199,7 +5208,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method lIndex ] { + Method [ public method lIndex ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5207,7 +5216,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method setTimeout ] { + Method [ public method setTimeout ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5215,7 +5224,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method expire ] { + Method [ public method expire ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5223,7 +5232,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method pexpire ] { + Method [ public method pexpire ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5231,7 +5240,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method expireAt ] { + Method [ public method expireAt ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5239,7 +5248,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method pexpireAt ] { + Method [ public method pexpireAt ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5247,7 +5256,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method move ] { + Method [ public method move ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5255,14 +5264,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method select ] { + Method [ public method select ] { - Parameters [1] { Parameter #0 [ $dbindex ] } } - Method [ public method getRange ] { + Method [ public method getRange ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5271,7 +5280,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method listTrim ] { + Method [ public method listTrim ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5280,7 +5289,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method ltrim ] { + Method [ public method ltrim ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5289,7 +5298,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method lGetRange ] { + Method [ public method lGetRange ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5298,7 +5307,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method lRange ] { + Method [ public method lRange ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5307,7 +5316,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method lRem ] { + Method [ public method lRem ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5316,7 +5325,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method lRemove ] { + Method [ public method lRemove ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5325,7 +5334,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zDeleteRangeByRank ] { + Method [ public method zDeleteRangeByRank ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5334,7 +5343,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zRemRangeByRank ] { + Method [ public method zRemRangeByRank ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5343,7 +5352,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method incrByFloat ] { + Method [ public method incrByFloat ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5351,7 +5360,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method hIncrByFloat ] { + Method [ public method hIncrByFloat ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5360,14 +5369,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method bitCount ] { + Method [ public method bitCount ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method bitOp ] { + Method [ public method bitOp ] { - Parameters [4] { Parameter #0 [ $operation ] @@ -5377,7 +5386,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sAdd ] { + Method [ public method sAdd ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5385,7 +5394,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sMove ] { + Method [ public method sMove ] { - Parameters [3] { Parameter #0 [ $src ] @@ -5394,7 +5403,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sDiff ] { + Method [ public method sDiff ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5402,7 +5411,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sDiffStore ] { + Method [ public method sDiffStore ] { - Parameters [3] { Parameter #0 [ $dst ] @@ -5411,7 +5420,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sUnion ] { + Method [ public method sUnion ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5419,7 +5428,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sUnionStore ] { + Method [ public method sUnionStore ] { - Parameters [3] { Parameter #0 [ $dst ] @@ -5428,7 +5437,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sInter ] { + Method [ public method sInter ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5436,7 +5445,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sInterStore ] { + Method [ public method sInterStore ] { - Parameters [3] { Parameter #0 [ $dst ] @@ -5445,7 +5454,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sRemove ] { + Method [ public method sRemove ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5453,7 +5462,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method srem ] { + Method [ public method srem ] { - Parameters [2] { Parameter #0 [ $key ] @@ -5461,7 +5470,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zDelete ] { + Method [ public method zDelete ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5470,7 +5479,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zRemove ] { + Method [ public method zRemove ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5479,7 +5488,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method zRem ] { + Method [ public method zRem ] { - Parameters [3] { Parameter #0 [ $key ] @@ -5488,47 +5497,47 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method pSubscribe ] { + Method [ public method pSubscribe ] { - Parameters [1] { Parameter #0 [ $patterns ] } } - Method [ public method subscribe ] { + Method [ public method subscribe ] { - Parameters [1] { Parameter #0 [ $channels ] } } - Method [ public method unsubscribe ] { + Method [ public method unsubscribe ] { - Parameters [1] { Parameter #0 [ $channels ] } } - Method [ public method pUnSubscribe ] { + Method [ public method pUnSubscribe ] { - Parameters [1] { Parameter #0 [ $patterns ] } } - Method [ public method multi ] { + Method [ public method multi ] { - Parameters [0] { } } - Method [ public method exec ] { + Method [ public method exec ] { - Parameters [0] { } } - Method [ public method eval ] { + Method [ public method eval ] { - Parameters [3] { Parameter #0 [ $script ] @@ -5537,7 +5546,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method evalSha ] { + Method [ public method evalSha ] { - Parameters [3] { Parameter #0 [ $script_sha ] @@ -5546,7 +5555,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method script ] { + Method [ public method script ] { - Parameters [2] { Parameter #0 [ $cmd ] @@ -5556,7 +5565,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\Http2\Client ] { + Class [ class Swoole\Coroutine\Http2\Client ] { - Constants [0] { } @@ -5580,7 +5589,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [13] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $host ] @@ -5589,47 +5598,47 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method connect ] { + Method [ public method connect ] { - Parameters [0] { } } - Method [ public method stats ] { + Method [ public method stats ] { - Parameters [1] { Parameter #0 [ $key ] } } - Method [ public method isStreamExist ] { + Method [ public method isStreamExist ] { - Parameters [1] { Parameter #0 [ $stream_id ] } } - Method [ public method send ] { + Method [ public method send ] { - Parameters [1] { Parameter #0 [ $request ] } } - Method [ public method write ] { + Method [ public method write ] { - Parameters [3] { Parameter #0 [ $stream_id ] @@ -5638,21 +5647,21 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method recv ] { + Method [ public method recv ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method read ] { + Method [ public method read ] { - Parameters [1] { Parameter #0 [ $timeout ] } } - Method [ public method goaway ] { + Method [ public method goaway ] { - Parameters [2] { Parameter #0 [ $error_code ] @@ -5660,13 +5669,13 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method ping ] { + Method [ public method ping ] { - Parameters [0] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } @@ -5674,7 +5683,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Throwable ] { + Class [ class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Throwable ] { - Constants [0] { } @@ -5731,7 +5740,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Http2\Request ] { + Class [ class Swoole\Http2\Request ] { - Constants [0] { } @@ -5755,7 +5764,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Http2\Response ] { + Class [ class Swoole\Http2\Response ] { - Constants [0] { } @@ -5781,7 +5790,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Server ] { + Class [ class Swoole\Server ] { - Constants [0] { } @@ -5822,7 +5831,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [47] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $host ] @@ -5832,13 +5841,13 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method listen ] { + Method [ public method listen ] { - Parameters [3] { Parameter #0 [ $host ] @@ -5847,7 +5856,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method addlistener ] { + Method [ public method addlistener ] { - Parameters [3] { Parameter #0 [ $host ] @@ -5856,7 +5865,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method on ] { + Method [ public method on ] { - Parameters [2] { Parameter #0 [ $event_name ] @@ -5864,27 +5873,27 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getCallback ] { + Method [ public method getCallback ] { - Parameters [1] { Parameter #0 [ $event_name ] } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method start ] { + Method [ public method start ] { - Parameters [0] { } } - Method [ public method send ] { + Method [ public method send ] { - Parameters [3] { Parameter #0 [ $fd ] @@ -5893,7 +5902,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendto ] { + Method [ public method sendto ] { - Parameters [4] { Parameter #0 [ $ip ] @@ -5903,7 +5912,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendwait ] { + Method [ public method sendwait ] { - Parameters [2] { Parameter #0 [ $conn_fd ] @@ -5911,21 +5920,21 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method exist ] { + Method [ public method exist ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method protect ] { + Method [ public method protect ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -5933,7 +5942,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendfile ] { + Method [ public method sendfile ] { - Parameters [4] { Parameter #0 [ $conn_fd ] @@ -5943,7 +5952,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -5951,28 +5960,28 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method confirm ] { + Method [ public method confirm ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method pause ] { + Method [ public method pause ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method resume ] { + Method [ public method resume ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method task ] { + Method [ public method task ] { - Parameters [3] { Parameter #0 [ $data ] @@ -5981,7 +5990,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method taskwait ] { + Method [ public method taskwait ] { - Parameters [3] { Parameter #0 [ $data ] @@ -5990,7 +5999,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method taskWaitMulti ] { + Method [ public method taskWaitMulti ] { - Parameters [2] { Parameter #0 [ array $tasks ] @@ -5998,7 +6007,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method taskCo ] { + Method [ public method taskCo ] { - Parameters [2] { Parameter #0 [ array $tasks ] @@ -6006,46 +6015,46 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method finish ] { + Method [ public method finish ] { - Parameters [1] { Parameter #0 [ $data ] } } - Method [ public method reload ] { + Method [ public method reload ] { - Parameters [0] { } } - Method [ public method shutdown ] { + Method [ public method shutdown ] { - Parameters [0] { } } - Method [ public method stop ] { + Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $worker_id ] } } - Method [ public method getLastError ] { + Method [ public method getLastError ] { - Parameters [0] { } } - Method [ public method heartbeat ] { + Method [ public method heartbeat ] { - Parameters [1] { Parameter #0 [ $reactor_id ] } } - Method [ public method getClientInfo ] { + Method [ public method getClientInfo ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -6053,7 +6062,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getClientList ] { + Method [ public method getClientList ] { - Parameters [2] { Parameter #0 [ $start_fd ] @@ -6061,38 +6070,38 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getWorkerId ] { + Method [ public method getWorkerId ] { - Parameters [0] { } } - Method [ public method getWorkerPid ] { + Method [ public method getWorkerPid ] { - Parameters [0] { } } - Method [ public method getWorkerStatus ] { + Method [ public method getWorkerStatus ] { - Parameters [1] { Parameter #0 [ $worker_id ] } } - Method [ public method getManagerPid ] { + Method [ public method getManagerPid ] { - Parameters [0] { } } - Method [ public method getMasterPid ] { + Method [ public method getMasterPid ] { - Parameters [0] { } } - Method [ public method connection_info ] { + Method [ public method connection_info ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -6100,7 +6109,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method connection_list ] { + Method [ public method connection_list ] { - Parameters [2] { Parameter #0 [ $start_fd ] @@ -6108,7 +6117,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendMessage ] { + Method [ public method sendMessage ] { - Parameters [2] { Parameter #0 [ $message ] @@ -6116,27 +6125,27 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method addProcess ] { + Method [ public method addProcess ] { - Parameters [1] { Parameter #0 [ swoole_process $process ] } } - Method [ public method stats ] { + Method [ public method stats ] { - Parameters [0] { } } - Method [ public method getSocket ] { + Method [ public method getSocket ] { - Parameters [1] { Parameter #0 [ $port ] } } - Method [ public method bind ] { + Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -6144,7 +6153,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method after ] { + Method [ public method after ] { - Parameters [2] { Parameter #0 [ $ms ] @@ -6152,7 +6161,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method tick ] { + Method [ public method tick ] { - Parameters [2] { Parameter #0 [ $ms ] @@ -6160,14 +6169,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method clearTimer ] { + Method [ public method clearTimer ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } - Method [ public method defer ] { + Method [ public method defer ] { - Parameters [1] { Parameter #0 [ callable $callback ] @@ -6176,7 +6185,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ final class Swoole\Server\Task ] { + Class [ final class Swoole\Server\Task ] { - Constants [0] { } @@ -6185,7 +6194,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Static methods [1] { - Method [ static public method pack ] { + Method [ static public method pack ] { - Parameters [1] { Parameter #0 [ $data ] @@ -6202,7 +6211,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [1] { - Method [ public method finish ] { + Method [ public method finish ] { - Parameters [1] { Parameter #0 [ $data ] @@ -6211,7 +6220,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Server\Event ] { + Class [ class Swoole\Server\Event ] { - Constants [0] { } @@ -6233,7 +6242,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Server\Packet ] { + Class [ class Swoole\Server\Packet ] { - Constants [0] { } @@ -6256,7 +6265,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Server\PipeMessage ] { + Class [ class Swoole\Server\PipeMessage ] { - Constants [0] { } @@ -6277,7 +6286,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Server\StatusInfo ] { + Class [ class Swoole\Server\StatusInfo ] { - Constants [0] { } @@ -6300,7 +6309,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Server\TaskResult ] { + Class [ class Swoole\Server\TaskResult ] { - Constants [0] { } @@ -6322,7 +6331,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Connection\Iterator implements Iterator, Traversable, ArrayAccess, Countable ] { + Class [ class Swoole\Connection\Iterator implements Iterator, Traversable, ArrayAccess, Countable ] { - Constants [0] { } @@ -6337,69 +6346,69 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [12] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [0] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method rewind ] { + Method [ public method rewind ] { - Parameters [0] { } } - Method [ public method next ] { + Method [ public method next ] { - Parameters [0] { } } - Method [ public method current ] { + Method [ public method current ] { - Parameters [0] { } } - Method [ public method key ] { + Method [ public method key ] { - Parameters [0] { } } - Method [ public method valid ] { + Method [ public method valid ] { - Parameters [0] { } } - Method [ public method count ] { + Method [ public method count ] { - Parameters [0] { } } - Method [ public method offsetExists ] { + Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method offsetGet ] { + Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method offsetSet ] { + Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -6407,7 +6416,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method offsetUnset ] { + Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $fd ] @@ -6416,7 +6425,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Server\Port ] { + Class [ class Swoole\Server\Port ] { - Constants [0] { } @@ -6448,26 +6457,26 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [6] { - Method [ private method __construct ] { + Method [ private method __construct ] { - Parameters [0] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method on ] { + Method [ public method on ] { - Parameters [2] { Parameter #0 [ $event_name ] @@ -6475,14 +6484,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getCallback ] { + Method [ public method getCallback ] { - Parameters [1] { Parameter #0 [ $event_name ] } } - Method [ public method getSocket ] { + Method [ public method getSocket ] { - Parameters [0] { } @@ -6490,7 +6499,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Http\Request ] { + Class [ class Swoole\Http\Request ] { - Constants [0] { } @@ -6499,7 +6508,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Static methods [1] { - Method [ static public method create ] { + Method [ static public method create ] { - Parameters [1] { Parameter #0 [ $options ] @@ -6520,44 +6529,44 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [7] { - Method [ public method rawContent ] { + Method [ public method rawContent ] { - Parameters [0] { } } - Method [ public method getContent ] { + Method [ public method getContent ] { - Parameters [0] { } } - Method [ public method getData ] { + Method [ public method getData ] { - Parameters [0] { } } - Method [ public method parse ] { + Method [ public method parse ] { - Parameters [1] { Parameter #0 [ $data ] } } - Method [ public method isCompleted ] { + Method [ public method isCompleted ] { - Parameters [0] { } } - Method [ public method getMethod ] { + Method [ public method getMethod ] { - Parameters [0] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -6565,7 +6574,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Http\Response ] { + Class [ class Swoole\Http\Response ] { - Constants [0] { } @@ -6574,7 +6583,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Static methods [1] { - Method [ static public method create ] { + Method [ static public method create ] { - Parameters [2] { Parameter #0 [ $server ] @@ -6592,19 +6601,19 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [22] { - Method [ public method initHeader ] { + Method [ public method initHeader ] { - Parameters [0] { } } - Method [ public method isWritable ] { + Method [ public method isWritable ] { - Parameters [0] { } } - Method [ public method cookie ] { + Method [ public method cookie ] { - Parameters [9] { Parameter #0 [ $name ] @@ -6619,7 +6628,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method setCookie ] { + Method [ public method setCookie ] { - Parameters [9] { Parameter #0 [ $name ] @@ -6634,7 +6643,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method rawcookie ] { + Method [ public method rawcookie ] { - Parameters [9] { Parameter #0 [ $name ] @@ -6649,7 +6658,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method status ] { + Method [ public method status ] { - Parameters [2] { Parameter #0 [ $http_code ] @@ -6657,7 +6666,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method setStatusCode ] { + Method [ public method setStatusCode ] { - Parameters [2] { Parameter #0 [ $http_code ] @@ -6665,7 +6674,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method header ] { + Method [ public method header ] { - Parameters [3] { Parameter #0 [ $key ] @@ -6674,7 +6683,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method setHeader ] { + Method [ public method setHeader ] { - Parameters [3] { Parameter #0 [ $key ] @@ -6683,70 +6692,70 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method trailer ] { + Method [ public method write ] { - - Parameters [2] { - Parameter #0 [ $key ] - Parameter #1 [ $value ] + - Parameters [1] { + Parameter #0 [ $content ] } } - Method [ public method ping ] { + Method [ public method end ] { - - Parameters [0] { + - Parameters [1] { + Parameter #0 [ $content ] } } - Method [ public method goaway ] { + Method [ public method sendfile ] { - - Parameters [0] { + - Parameters [3] { + Parameter #0 [ $filename ] + Parameter #1 [ $offset ] + Parameter #2 [ $length ] } } - Method [ public method write ] { + Method [ public method redirect ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [2] { + Parameter #0 [ $location ] + Parameter #1 [ $http_code ] } } - Method [ public method end ] { + Method [ public method detach ] { - - Parameters [1] { - Parameter #0 [ $content ] + - Parameters [0] { } } - Method [ public method sendfile ] { + Method [ public method trailer ] { - - Parameters [3] { - Parameter #0 [ $filename ] - Parameter #1 [ $offset ] - Parameter #2 [ $length ] + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] } } - Method [ public method redirect ] { + Method [ public method ping ] { - - Parameters [2] { - Parameter #0 [ $location ] - Parameter #1 [ $http_code ] + - Parameters [0] { } } - Method [ public method detach ] { + Method [ public method goaway ] { - Parameters [0] { } } - Method [ public method upgrade ] { + Method [ public method upgrade ] { - Parameters [0] { } } - Method [ public method push ] { + Method [ public method push ] { - Parameters [3] { Parameter #0 [ $data ] @@ -6755,19 +6764,19 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method recv ] { + Method [ public method recv ] { - Parameters [0] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [0] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } @@ -6775,7 +6784,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Http\Server extends Swoole\Server ] { + Class [ class Swoole\Http\Server extends Swoole\Server ] { - Constants [0] { } @@ -6803,7 +6812,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [47] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $host ] @@ -6813,13 +6822,13 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method listen ] { + Method [ public method listen ] { - Parameters [3] { Parameter #0 [ $host ] @@ -6828,7 +6837,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method addlistener ] { + Method [ public method addlistener ] { - Parameters [3] { Parameter #0 [ $host ] @@ -6837,7 +6846,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method on ] { + Method [ public method on ] { - Parameters [2] { Parameter #0 [ $event_name ] @@ -6845,27 +6854,27 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getCallback ] { + Method [ public method getCallback ] { - Parameters [1] { Parameter #0 [ $event_name ] } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method start ] { + Method [ public method start ] { - Parameters [0] { } } - Method [ public method send ] { + Method [ public method send ] { - Parameters [3] { Parameter #0 [ $fd ] @@ -6874,7 +6883,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendto ] { + Method [ public method sendto ] { - Parameters [4] { Parameter #0 [ $ip ] @@ -6884,7 +6893,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendwait ] { + Method [ public method sendwait ] { - Parameters [2] { Parameter #0 [ $conn_fd ] @@ -6892,21 +6901,21 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method exist ] { + Method [ public method exist ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method protect ] { + Method [ public method protect ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -6914,7 +6923,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendfile ] { + Method [ public method sendfile ] { - Parameters [4] { Parameter #0 [ $conn_fd ] @@ -6924,7 +6933,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -6932,28 +6941,28 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method confirm ] { + Method [ public method confirm ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method pause ] { + Method [ public method pause ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method resume ] { + Method [ public method resume ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method task ] { + Method [ public method task ] { - Parameters [3] { Parameter #0 [ $data ] @@ -6962,7 +6971,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method taskwait ] { + Method [ public method taskwait ] { - Parameters [3] { Parameter #0 [ $data ] @@ -6971,7 +6980,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method taskWaitMulti ] { + Method [ public method taskWaitMulti ] { - Parameters [2] { Parameter #0 [ array $tasks ] @@ -6979,7 +6988,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method taskCo ] { + Method [ public method taskCo ] { - Parameters [2] { Parameter #0 [ array $tasks ] @@ -6987,46 +6996,46 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method finish ] { + Method [ public method finish ] { - Parameters [1] { Parameter #0 [ $data ] } } - Method [ public method reload ] { + Method [ public method reload ] { - Parameters [0] { } } - Method [ public method shutdown ] { + Method [ public method shutdown ] { - Parameters [0] { } } - Method [ public method stop ] { + Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $worker_id ] } } - Method [ public method getLastError ] { + Method [ public method getLastError ] { - Parameters [0] { } } - Method [ public method heartbeat ] { + Method [ public method heartbeat ] { - Parameters [1] { Parameter #0 [ $reactor_id ] } } - Method [ public method getClientInfo ] { + Method [ public method getClientInfo ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -7034,7 +7043,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getClientList ] { + Method [ public method getClientList ] { - Parameters [2] { Parameter #0 [ $start_fd ] @@ -7042,38 +7051,38 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getWorkerId ] { + Method [ public method getWorkerId ] { - Parameters [0] { } } - Method [ public method getWorkerPid ] { + Method [ public method getWorkerPid ] { - Parameters [0] { } } - Method [ public method getWorkerStatus ] { + Method [ public method getWorkerStatus ] { - Parameters [1] { Parameter #0 [ $worker_id ] } } - Method [ public method getManagerPid ] { + Method [ public method getManagerPid ] { - Parameters [0] { } } - Method [ public method getMasterPid ] { + Method [ public method getMasterPid ] { - Parameters [0] { } } - Method [ public method connection_info ] { + Method [ public method connection_info ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -7081,7 +7090,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method connection_list ] { + Method [ public method connection_list ] { - Parameters [2] { Parameter #0 [ $start_fd ] @@ -7089,7 +7098,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendMessage ] { + Method [ public method sendMessage ] { - Parameters [2] { Parameter #0 [ $message ] @@ -7097,27 +7106,27 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method addProcess ] { + Method [ public method addProcess ] { - Parameters [1] { Parameter #0 [ swoole_process $process ] } } - Method [ public method stats ] { + Method [ public method stats ] { - Parameters [0] { } } - Method [ public method getSocket ] { + Method [ public method getSocket ] { - Parameters [1] { Parameter #0 [ $port ] } } - Method [ public method bind ] { + Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -7125,7 +7134,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method after ] { + Method [ public method after ] { - Parameters [2] { Parameter #0 [ $ms ] @@ -7133,7 +7142,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method tick ] { + Method [ public method tick ] { - Parameters [2] { Parameter #0 [ $ms ] @@ -7141,14 +7150,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method clearTimer ] { + Method [ public method clearTimer ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } - Method [ public method defer ] { + Method [ public method defer ] { - Parameters [1] { Parameter #0 [ callable $callback ] @@ -7157,7 +7166,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ final class Swoole\Coroutine\Http\Server ] { + Class [ final class Swoole\Coroutine\Http\Server ] { - Constants [0] { } @@ -7179,7 +7188,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [7] { - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $host ] @@ -7189,20 +7198,20 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method handle ] { + Method [ public method handle ] { - Parameters [2] { Parameter #0 [ $pattern ] @@ -7210,19 +7219,19 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ private method onAccept ] { + Method [ private method onAccept ] { - Parameters [0] { } } - Method [ public method start ] { + Method [ public method start ] { - Parameters [0] { } } - Method [ public method shutdown ] { + Method [ public method shutdown ] { - Parameters [0] { } @@ -7230,7 +7239,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\WebSocket\Server extends Swoole\Http\Server ] { + Class [ class Swoole\WebSocket\Server extends Swoole\Http\Server ] { - Constants [0] { } @@ -7239,7 +7248,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Static methods [2] { - Method [ static public method pack ] { + Method [ static public method pack ] { - Parameters [3] { Parameter #0 [ $data ] @@ -7248,7 +7257,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method unpack ] { + Method [ static public method unpack ] { - Parameters [1] { Parameter #0 [ $data ] @@ -7273,7 +7282,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [50] { - Method [ public method push ] { + Method [ public method push ] { - Parameters [4] { Parameter #0 [ $fd ] @@ -7283,7 +7292,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method disconnect ] { + Method [ public method disconnect ] { - Parameters [3] { Parameter #0 [ $fd ] @@ -7292,14 +7301,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method isEstablished ] { + Method [ public method isEstablished ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $host ] @@ -7309,13 +7318,13 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method listen ] { + Method [ public method listen ] { - Parameters [3] { Parameter #0 [ $host ] @@ -7324,7 +7333,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method addlistener ] { + Method [ public method addlistener ] { - Parameters [3] { Parameter #0 [ $host ] @@ -7333,7 +7342,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method on ] { + Method [ public method on ] { - Parameters [2] { Parameter #0 [ $event_name ] @@ -7341,27 +7350,27 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getCallback ] { + Method [ public method getCallback ] { - Parameters [1] { Parameter #0 [ $event_name ] } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method start ] { + Method [ public method start ] { - Parameters [0] { } } - Method [ public method send ] { + Method [ public method send ] { - Parameters [3] { Parameter #0 [ $fd ] @@ -7370,7 +7379,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendto ] { + Method [ public method sendto ] { - Parameters [4] { Parameter #0 [ $ip ] @@ -7380,7 +7389,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendwait ] { + Method [ public method sendwait ] { - Parameters [2] { Parameter #0 [ $conn_fd ] @@ -7388,21 +7397,21 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method exist ] { + Method [ public method exist ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method protect ] { + Method [ public method protect ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -7410,7 +7419,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendfile ] { + Method [ public method sendfile ] { - Parameters [4] { Parameter #0 [ $conn_fd ] @@ -7420,7 +7429,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -7428,28 +7437,28 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method confirm ] { + Method [ public method confirm ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method pause ] { + Method [ public method pause ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method resume ] { + Method [ public method resume ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method task ] { + Method [ public method task ] { - Parameters [3] { Parameter #0 [ $data ] @@ -7458,7 +7467,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method taskwait ] { + Method [ public method taskwait ] { - Parameters [3] { Parameter #0 [ $data ] @@ -7467,7 +7476,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method taskWaitMulti ] { + Method [ public method taskWaitMulti ] { - Parameters [2] { Parameter #0 [ array $tasks ] @@ -7475,7 +7484,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method taskCo ] { + Method [ public method taskCo ] { - Parameters [2] { Parameter #0 [ array $tasks ] @@ -7483,46 +7492,46 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method finish ] { + Method [ public method finish ] { - Parameters [1] { Parameter #0 [ $data ] } } - Method [ public method reload ] { + Method [ public method reload ] { - Parameters [0] { } } - Method [ public method shutdown ] { + Method [ public method shutdown ] { - Parameters [0] { } } - Method [ public method stop ] { + Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $worker_id ] } } - Method [ public method getLastError ] { + Method [ public method getLastError ] { - Parameters [0] { } } - Method [ public method heartbeat ] { + Method [ public method heartbeat ] { - Parameters [1] { Parameter #0 [ $reactor_id ] } } - Method [ public method getClientInfo ] { + Method [ public method getClientInfo ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -7530,7 +7539,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getClientList ] { + Method [ public method getClientList ] { - Parameters [2] { Parameter #0 [ $start_fd ] @@ -7538,38 +7547,38 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getWorkerId ] { + Method [ public method getWorkerId ] { - Parameters [0] { } } - Method [ public method getWorkerPid ] { + Method [ public method getWorkerPid ] { - Parameters [0] { } } - Method [ public method getWorkerStatus ] { + Method [ public method getWorkerStatus ] { - Parameters [1] { Parameter #0 [ $worker_id ] } } - Method [ public method getManagerPid ] { + Method [ public method getManagerPid ] { - Parameters [0] { } } - Method [ public method getMasterPid ] { + Method [ public method getMasterPid ] { - Parameters [0] { } } - Method [ public method connection_info ] { + Method [ public method connection_info ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -7577,7 +7586,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method connection_list ] { + Method [ public method connection_list ] { - Parameters [2] { Parameter #0 [ $start_fd ] @@ -7585,7 +7594,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendMessage ] { + Method [ public method sendMessage ] { - Parameters [2] { Parameter #0 [ $message ] @@ -7593,27 +7602,27 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method addProcess ] { + Method [ public method addProcess ] { - Parameters [1] { Parameter #0 [ swoole_process $process ] } } - Method [ public method stats ] { + Method [ public method stats ] { - Parameters [0] { } } - Method [ public method getSocket ] { + Method [ public method getSocket ] { - Parameters [1] { Parameter #0 [ $port ] } } - Method [ public method bind ] { + Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -7621,7 +7630,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method after ] { + Method [ public method after ] { - Parameters [2] { Parameter #0 [ $ms ] @@ -7629,7 +7638,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method tick ] { + Method [ public method tick ] { - Parameters [2] { Parameter #0 [ $ms ] @@ -7637,14 +7646,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method clearTimer ] { + Method [ public method clearTimer ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } - Method [ public method defer ] { + Method [ public method defer ] { - Parameters [1] { Parameter #0 [ callable $callback ] @@ -7653,7 +7662,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\WebSocket\Frame ] { + Class [ class Swoole\WebSocket\Frame ] { - Constants [0] { } @@ -7662,7 +7671,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Static methods [2] { - Method [ static public method pack ] { + Method [ static public method pack ] { - Parameters [3] { Parameter #0 [ $data ] @@ -7671,7 +7680,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method unpack ] { + Method [ static public method unpack ] { - Parameters [1] { Parameter #0 [ $data ] @@ -7688,7 +7697,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [1] { - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } @@ -7696,7 +7705,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\WebSocket\CloseFrame extends Swoole\WebSocket\Frame ] { + Class [ class Swoole\WebSocket\CloseFrame extends Swoole\WebSocket\Frame ] { - Constants [0] { } @@ -7705,7 +7714,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Static methods [2] { - Method [ static public method pack ] { + Method [ static public method pack ] { - Parameters [3] { Parameter #0 [ $data ] @@ -7714,7 +7723,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ static public method unpack ] { + Method [ static public method unpack ] { - Parameters [1] { Parameter #0 [ $data ] @@ -7733,7 +7742,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [1] { - Method [ public method __toString ] { + Method [ public method __toString ] { - Parameters [0] { } @@ -7741,7 +7750,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Class [ class Swoole\Redis\Server extends Swoole\Server ] { + Class [ class Swoole\Redis\Server extends Swoole\Server ] { - Constants [7] { Constant [ public int NIL ] { 1 } @@ -7757,7 +7766,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Static methods [1] { - Method [ static public method format ] { + Method [ static public method format ] { - Parameters [2] { Parameter #0 [ $type ] @@ -7783,7 +7792,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } - Methods [49] { - Method [ public method setHandler ] { + Method [ public method setHandler ] { - Parameters [2] { Parameter #0 [ $command ] @@ -7791,14 +7800,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getHandler ] { + Method [ public method getHandler ] { - Parameters [1] { Parameter #0 [ $command ] } } - Method [ public method __construct ] { + Method [ public method __construct ] { - Parameters [4] { Parameter #0 [ $host ] @@ -7808,13 +7817,13 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method __destruct ] { + Method [ public method __destruct ] { - Parameters [0] { } } - Method [ public method listen ] { + Method [ public method listen ] { - Parameters [3] { Parameter #0 [ $host ] @@ -7823,7 +7832,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method addlistener ] { + Method [ public method addlistener ] { - Parameters [3] { Parameter #0 [ $host ] @@ -7832,7 +7841,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method on ] { + Method [ public method on ] { - Parameters [2] { Parameter #0 [ $event_name ] @@ -7840,27 +7849,27 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getCallback ] { + Method [ public method getCallback ] { - Parameters [1] { Parameter #0 [ $event_name ] } } - Method [ public method set ] { + Method [ public method set ] { - Parameters [1] { Parameter #0 [ array $settings ] } } - Method [ public method start ] { + Method [ public method start ] { - Parameters [0] { } } - Method [ public method send ] { + Method [ public method send ] { - Parameters [3] { Parameter #0 [ $fd ] @@ -7869,7 +7878,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendto ] { + Method [ public method sendto ] { - Parameters [4] { Parameter #0 [ $ip ] @@ -7879,7 +7888,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendwait ] { + Method [ public method sendwait ] { - Parameters [2] { Parameter #0 [ $conn_fd ] @@ -7887,21 +7896,21 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method exists ] { + Method [ public method exists ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method exist ] { + Method [ public method exist ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method protect ] { + Method [ public method protect ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -7909,7 +7918,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendfile ] { + Method [ public method sendfile ] { - Parameters [4] { Parameter #0 [ $conn_fd ] @@ -7919,7 +7928,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method close ] { + Method [ public method close ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -7927,28 +7936,28 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method confirm ] { + Method [ public method confirm ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method pause ] { + Method [ public method pause ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method resume ] { + Method [ public method resume ] { - Parameters [1] { Parameter #0 [ $fd ] } } - Method [ public method task ] { + Method [ public method task ] { - Parameters [3] { Parameter #0 [ $data ] @@ -7957,7 +7966,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method taskwait ] { + Method [ public method taskwait ] { - Parameters [3] { Parameter #0 [ $data ] @@ -7966,7 +7975,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method taskWaitMulti ] { + Method [ public method taskWaitMulti ] { - Parameters [2] { Parameter #0 [ array $tasks ] @@ -7974,7 +7983,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method taskCo ] { + Method [ public method taskCo ] { - Parameters [2] { Parameter #0 [ array $tasks ] @@ -7982,46 +7991,46 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method finish ] { + Method [ public method finish ] { - Parameters [1] { Parameter #0 [ $data ] } } - Method [ public method reload ] { + Method [ public method reload ] { - Parameters [0] { } } - Method [ public method shutdown ] { + Method [ public method shutdown ] { - Parameters [0] { } } - Method [ public method stop ] { + Method [ public method stop ] { - Parameters [1] { Parameter #0 [ $worker_id ] } } - Method [ public method getLastError ] { + Method [ public method getLastError ] { - Parameters [0] { } } - Method [ public method heartbeat ] { + Method [ public method heartbeat ] { - Parameters [1] { Parameter #0 [ $reactor_id ] } } - Method [ public method getClientInfo ] { + Method [ public method getClientInfo ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -8029,7 +8038,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getClientList ] { + Method [ public method getClientList ] { - Parameters [2] { Parameter #0 [ $start_fd ] @@ -8037,38 +8046,38 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method getWorkerId ] { + Method [ public method getWorkerId ] { - Parameters [0] { } } - Method [ public method getWorkerPid ] { + Method [ public method getWorkerPid ] { - Parameters [0] { } } - Method [ public method getWorkerStatus ] { + Method [ public method getWorkerStatus ] { - Parameters [1] { Parameter #0 [ $worker_id ] } } - Method [ public method getManagerPid ] { + Method [ public method getManagerPid ] { - Parameters [0] { } } - Method [ public method getMasterPid ] { + Method [ public method getMasterPid ] { - Parameters [0] { } } - Method [ public method connection_info ] { + Method [ public method connection_info ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -8076,7 +8085,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method connection_list ] { + Method [ public method connection_list ] { - Parameters [2] { Parameter #0 [ $start_fd ] @@ -8084,7 +8093,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method sendMessage ] { + Method [ public method sendMessage ] { - Parameters [2] { Parameter #0 [ $message ] @@ -8092,27 +8101,27 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method addProcess ] { + Method [ public method addProcess ] { - Parameters [1] { Parameter #0 [ swoole_process $process ] } } - Method [ public method stats ] { + Method [ public method stats ] { - Parameters [0] { } } - Method [ public method getSocket ] { + Method [ public method getSocket ] { - Parameters [1] { Parameter #0 [ $port ] } } - Method [ public method bind ] { + Method [ public method bind ] { - Parameters [2] { Parameter #0 [ $fd ] @@ -8120,7 +8129,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method after ] { + Method [ public method after ] { - Parameters [2] { Parameter #0 [ $ms ] @@ -8128,7 +8137,7 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method tick ] { + Method [ public method tick ] { - Parameters [2] { Parameter #0 [ $ms ] @@ -8136,14 +8145,14 @@ Extension [ extension #90 swoole version 4.7.1 ] { } } - Method [ public method clearTimer ] { + Method [ public method clearTimer ] { - Parameters [1] { Parameter #0 [ $timer_id ] } } - Method [ public method defer ] { + Method [ public method defer ] { - Parameters [1] { Parameter #0 [ callable $callback ] -- cgit