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