summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-12-22 16:15:20 +0100
committerRemi Collet <remi@php.net>2022-12-22 16:15:20 +0100
commit404f69deb283e127465e108141cd1814aee7ae04 (patch)
tree787469caf255c23a2489d06a8535cfe694619a8c /REFLECTION
parent3cb305dc7dd1f344de907d6dcc639ae84956c139 (diff)
update to 22.0.0
rename to php-pecl-openswoole22 for new API drop dependency on json extension
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION4073
1 files changed, 1089 insertions, 2984 deletions
diff --git a/REFLECTION b/REFLECTION
index 4a05c49..5d35426 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,48 +1,34 @@
-Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
+Extension [ <persistent> extension #120 openswoole version 22.0.0 ] {
- Dependencies {
Dependency [ swoole (Conflicts) ]
- Dependency [ json (Required) ]
Dependency [ mysqlnd (Required) ]
Dependency [ sockets (Required) ]
Dependency [ curl (Required) ]
}
- INI {
- Entry [ swoole.enable_coroutine <ALL> ]
+ Entry [ openswoole.enable_coroutine <ALL> ]
Current = 'On'
}
- Entry [ swoole.enable_library <ALL> ]
- Current = 'On'
- }
- Entry [ swoole.enable_preemptive_scheduler <ALL> ]
+ Entry [ openswoole.enable_preemptive_scheduler <ALL> ]
Current = 'Off'
}
- Entry [ swoole.display_errors <ALL> ]
+ Entry [ openswoole.display_errors <ALL> ]
Current = 'On'
}
- Entry [ swoole.use_shortname <SYSTEM> ]
- Current = 'On'
- }
- Entry [ swoole.unixsock_buffer_size <ALL> ]
+ Entry [ openswoole.unixsock_buffer_size <ALL> ]
Current = '8388608'
}
}
- - Constants [395] {
- Constant [ string SWOOLE_VERSION ] { 4.12.1 }
- Constant [ int SWOOLE_VERSION_ID ] { 41201 }
- Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }
- Constant [ int SWOOLE_MINOR_VERSION ] { 12 }
- Constant [ int SWOOLE_RELEASE_VERSION ] { 1 }
- Constant [ string SWOOLE_EXTRA_VERSION ] { }
- Constant [ bool SWOOLE_DEBUG ] { }
- Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 }
- Constant [ bool SWOOLE_HAVE_ZLIB ] { 1 }
- Constant [ bool SWOOLE_HAVE_BROTLI ] { 1 }
- Constant [ bool SWOOLE_USE_HTTP2 ] { 1 }
- Constant [ bool SWOOLE_USE_POSTGRES ] { 1 }
- Constant [ bool SWOOLE_USE_SHORTNAME ] { 1 }
+ - Constants [357] {
+ Constant [ string OPENSWOOLE_VERSION ] { 22.0.0 }
+ Constant [ int OPENSWOOLE_VERSION_ID ] { 220000 }
+ Constant [ int OPENSWOOLE_MAJOR_VERSION ] { 22 }
+ Constant [ int OPENSWOOLE_MINOR_VERSION ] { 0 }
+ Constant [ int OPENSWOOLE_RELEASE_VERSION ] { 0 }
+ Constant [ string OPENSWOOLE_EXTRA_VERSION ] { }
Constant [ int SWOOLE_SOCK_TCP ] { 1 }
Constant [ int SWOOLE_SOCK_TCP6 ] { 3 }
Constant [ int SWOOLE_SOCK_UDP ] { 2 }
@@ -258,8 +244,6 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Constant [ int SWOOLE_CORO_WAITING ] { 1 }
Constant [ int SWOOLE_CORO_RUNNING ] { 2 }
Constant [ int SWOOLE_CORO_END ] { 3 }
- Constant [ int SWOOLE_EXIT_IN_COROUTINE ] { 2 }
- Constant [ int SWOOLE_EXIT_IN_SERVER ] { 4 }
Constant [ int SWOOLE_CHANNEL_OK ] { 0 }
Constant [ int SWOOLE_CHANNEL_TIMEOUT ] { -1 }
Constant [ int SWOOLE_CHANNEL_CLOSED ] { -2 }
@@ -280,41 +264,12 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Constant [ int SWOOLE_HOOK_NATIVE_CURL ] { 4096 }
Constant [ int SWOOLE_HOOK_BLOCKING_FUNCTION ] { 8192 }
Constant [ int SWOOLE_HOOK_SOCKETS ] { 16384 }
- Constant [ int SWOOLE_HOOK_ALL ] { 2147481599 }
+ Constant [ int SWOOLE_HOOK_ALL ] { 2147457023 }
Constant [ int SOCKET_ECANCELED ] { 125 }
Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_CONNECT_FAILED ] { -1 }
Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_REQUEST_TIMEOUT ] { -2 }
Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_SERVER_RESET ] { -3 }
Constant [ int SWOOLE_HTTP_CLIENT_ESTATUS_SEND_FAILED ] { -4 }
- Constant [ int SWOOLE_MYSQLND_CR_UNKNOWN_ERROR ] { 2000 }
- Constant [ int SWOOLE_MYSQLND_CR_CONNECTION_ERROR ] { 2002 }
- Constant [ int SWOOLE_MYSQLND_CR_SERVER_GONE_ERROR ] { 2006 }
- Constant [ int SWOOLE_MYSQLND_CR_OUT_OF_MEMORY ] { 2008 }
- Constant [ int SWOOLE_MYSQLND_CR_SERVER_LOST ] { 2013 }
- Constant [ int SWOOLE_MYSQLND_CR_COMMANDS_OUT_OF_SYNC ] { 2014 }
- Constant [ int SWOOLE_MYSQLND_CR_CANT_FIND_CHARSET ] { 2019 }
- Constant [ int SWOOLE_MYSQLND_CR_MALFORMED_PACKET ] { 2027 }
- Constant [ int SWOOLE_MYSQLND_CR_NOT_IMPLEMENTED ] { 2054 }
- Constant [ int SWOOLE_MYSQLND_CR_NO_PREPARE_STMT ] { 2030 }
- Constant [ int SWOOLE_MYSQLND_CR_PARAMS_NOT_BOUND ] { 2031 }
- Constant [ int SWOOLE_MYSQLND_CR_INVALID_PARAMETER_NO ] { 2034 }
- Constant [ int SWOOLE_MYSQLND_CR_INVALID_BUFFER_USE ] { 2035 }
- Constant [ int SWOOLE_REDIS_MODE_MULTI ] { 0 }
- Constant [ int SWOOLE_REDIS_MODE_PIPELINE ] { 1 }
- Constant [ int SWOOLE_REDIS_TYPE_NOT_FOUND ] { 0 }
- Constant [ int SWOOLE_REDIS_TYPE_STRING ] { 1 }
- Constant [ int SWOOLE_REDIS_TYPE_SET ] { 2 }
- Constant [ int SWOOLE_REDIS_TYPE_LIST ] { 3 }
- Constant [ int SWOOLE_REDIS_TYPE_ZSET ] { 4 }
- Constant [ int SWOOLE_REDIS_TYPE_HASH ] { 5 }
- Constant [ int SWOOLE_REDIS_ERR_IO ] { 1 }
- Constant [ int SWOOLE_REDIS_ERR_OTHER ] { 2 }
- Constant [ int SWOOLE_REDIS_ERR_EOF ] { 3 }
- Constant [ int SWOOLE_REDIS_ERR_PROTOCOL ] { 4 }
- Constant [ int SWOOLE_REDIS_ERR_OOM ] { 5 }
- Constant [ int SWOOLE_REDIS_ERR_CLOSED ] { 6 }
- Constant [ int SWOOLE_REDIS_ERR_NOAUTH ] { 7 }
- Constant [ int SWOOLE_REDIS_ERR_ALLOC ] { 8 }
Constant [ int SWOOLE_HTTP2_TYPE_DATA ] { 0 }
Constant [ int SWOOLE_HTTP2_TYPE_HEADERS ] { 1 }
Constant [ int SWOOLE_HTTP2_TYPE_PRIORITY ] { 2 }
@@ -428,35 +383,6 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
- Functions {
- Function [ <internal:openswoole> function swoole_version ] {
-
- - Parameters [0] {
- }
- }
- Function [ <internal:openswoole> function swoole_cpu_num ] {
-
- - Parameters [0] {
- }
- }
- Function [ <internal:openswoole> function swoole_last_error ] {
-
- - Parameters [0] {
- }
- }
- Function [ <internal:openswoole> function swoole_async_dns_lookup_coro ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <optional> $timeout = <default> ]
- Parameter #2 [ <optional> $type = <default> ]
- }
- }
- Function [ <internal:openswoole> function swoole_async_set ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $settings ]
- }
- }
Function [ <internal:openswoole> function swoole_coroutine_create ] {
- Parameters [2] {
@@ -485,139 +411,6 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Parameter #1 [ <optional> $sleep_time = <default> ]
}
}
- Function [ <internal:openswoole> function swoole_client_select ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> &$read_array ]
- Parameter #1 [ <required> &$write_array ]
- Parameter #2 [ <required> &$error_array ]
- Parameter #3 [ <optional> $timeout = <default> ]
- }
- }
- Function [ <internal:openswoole> function swoole_select ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> &$read_array ]
- Parameter #1 [ <required> &$write_array ]
- Parameter #2 [ <required> &$error_array ]
- Parameter #3 [ <optional> $timeout = <default> ]
- }
- }
- Function [ <internal:openswoole> function swoole_set_process_name ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $process_name ]
- }
- }
- Function [ <internal:openswoole> function swoole_get_local_ip ] {
-
- - Parameters [0] {
- }
- }
- Function [ <internal:openswoole> function swoole_get_local_mac ] {
-
- - Parameters [0] {
- }
- }
- Function [ <internal:openswoole> function swoole_strerror ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $errno ]
- Parameter #1 [ <optional> $error_type = <default> ]
- }
- }
- Function [ <internal:openswoole> function swoole_errno ] {
-
- - Parameters [0] {
- }
- }
- Function [ <internal:openswoole> function swoole_clear_error ] {
-
- - Parameters [0] {
- }
- }
- Function [ <internal:openswoole> function swoole_error_log ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $level ]
- Parameter #1 [ <required> $msg ]
- }
- }
- Function [ <internal:openswoole> function swoole_hashcode ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $type = <default> ]
- }
- }
- Function [ <internal:openswoole> function swoole_mime_type_add ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $suffix ]
- Parameter #1 [ <required> $mime_type ]
- }
- }
- Function [ <internal:openswoole> function swoole_mime_type_set ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $suffix ]
- Parameter #1 [ <required> $mime_type ]
- }
- }
- Function [ <internal:openswoole> function swoole_mime_type_delete ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $suffix ]
- }
- }
- Function [ <internal:openswoole> function swoole_mime_type_get ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $filename ]
- }
- }
- Function [ <internal:openswoole> function swoole_get_mime_type ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $filename ]
- }
- }
- Function [ <internal:openswoole> function swoole_mime_type_exists ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $filename ]
- }
- }
- Function [ <internal:openswoole> function swoole_mime_type_list ] {
-
- - Parameters [0] {
- }
- }
- Function [ <internal:openswoole> function swoole_clear_dns_cache ] {
-
- - Parameters [0] {
- }
- }
- Function [ <internal:openswoole> function swoole_substr_unserialize ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $str ]
- Parameter #1 [ <required> $offset ]
- Parameter #2 [ <optional> $length = <default> ]
- Parameter #3 [ <optional> $options = <default> ]
- }
- }
- Function [ <internal:openswoole> function swoole_substr_json_decode ] {
-
- - Parameters [6] {
- Parameter #0 [ <required> $json ]
- Parameter #1 [ <required> $offset ]
- Parameter #2 [ <optional> $length = <default> ]
- Parameter #3 [ <optional> $associative = <default> ]
- Parameter #4 [ <optional> $depth = <default> ]
- Parameter #5 [ <optional> $flags = <default> ]
- }
- }
Function [ <internal:openswoole> function swoole_internal_call_user_shutdown_begin ] {
- Parameters [0] {
@@ -641,7 +434,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Parameter #0 [ <required> mixed $sock ]
Parameter #1 [ <optional> ?callable $readCallback = null ]
Parameter #2 [ <optional> ?callable $writeCallback = null ]
- Parameter #3 [ <optional> int $flags = SWOOLE_EVENT_READ ]
+ Parameter #3 [ <optional> int $flags = OpenSwoole\Event::EVENT_READ ]
}
- Return [ int|bool ]
}
@@ -658,7 +451,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Parameter #0 [ <required> mixed $sock ]
Parameter #1 [ <optional> ?callable $readCallback = null ]
Parameter #2 [ <optional> ?callable $writeCallback = null ]
- Parameter #3 [ <optional> int $flags = SWOOLE_EVENT_READ ]
+ Parameter #3 [ <optional> int $flags = OpenSwoole\Event::EVENT_READ ]
}
- Return [ bool ]
}
@@ -666,7 +459,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [2] {
Parameter #0 [ <required> mixed $sock ]
- Parameter #1 [ <optional> int $flags = SWOOLE_EVENT_READ | SWOOLE_EVENT_WRITE ]
+ Parameter #1 [ <optional> int $flags = OpenSwoole\Event::EVENT_READ | OpenSwoole\Event::EVENT_WRITE ]
}
- Return [ bool ]
}
@@ -711,13 +504,6 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
- Return [ void ]
}
- Method [ <internal:openswoole> public method swoole_timer_set ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $settings ]
- }
- - Return [ bool ]
- }
Method [ <internal:openswoole> public method swoole_timer_after ] {
- Parameters [2] {
@@ -756,7 +542,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [0] {
}
- - Return [ Ù' ]
+ - Return [  ]
}
Method [ <internal:openswoole> public method swoole_timer_clear ] {
@@ -946,8 +732,437 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- - Classes [53] {
- Class [ <internal:openswoole> class Swoole\Exception extends Exception implements Throwable, Stringable ] {
+ - Classes [49] {
+ Class [ <internal:openswoole> final class OpenSwoole\Constant ] {
+
+ - Constants [411] {
+ Constant [ public bool HAVE_DEBUG ] { }
+ Constant [ public bool HAVE_COMPRESSION ] { 1 }
+ Constant [ public bool HAVE_ZLIB ] { 1 }
+ Constant [ public bool HAVE_BROTLI ] { 1 }
+ Constant [ public bool USE_HTTP2 ] { 1 }
+ Constant [ public bool USE_POSTGRES ] { 1 }
+ Constant [ public int SOCK_TCP ] { 1 }
+ Constant [ public int SOCK_TCP6 ] { 3 }
+ Constant [ public int SOCK_UDP ] { 2 }
+ Constant [ public int SOCK_UDP6 ] { 4 }
+ Constant [ public int SOCK_UNIX_DGRAM ] { 6 }
+ Constant [ public int SOCK_UNIX_STREAM ] { 5 }
+ Constant [ public int TCP ] { 1 }
+ Constant [ public int TCP6 ] { 3 }
+ Constant [ public int UDP ] { 2 }
+ Constant [ public int UDP6 ] { 4 }
+ Constant [ public int UNIX_DGRAM ] { 6 }
+ Constant [ public int UNIX_STREAM ] { 5 }
+ Constant [ public bool SOCK_SYNC ] { }
+ Constant [ public bool SOCK_ASYNC ] { 1 }
+ Constant [ public int SYNC ] { 2048 }
+ Constant [ public int ASYNC ] { 1024 }
+ Constant [ public int KEEP ] { 4096 }
+ Constant [ public int SSL ] { 512 }
+ Constant [ public int SSLv3_METHOD ] { 1 }
+ Constant [ public int SSLv3_SERVER_METHOD ] { 2 }
+ Constant [ public int SSLv3_CLIENT_METHOD ] { 3 }
+ Constant [ public int TLSv1_METHOD ] { 6 }
+ Constant [ public int TLSv1_SERVER_METHOD ] { 7 }
+ Constant [ public int TLSv1_CLIENT_METHOD ] { 8 }
+ Constant [ public int TLSv1_1_METHOD ] { 9 }
+ Constant [ public int TLSv1_1_SERVER_METHOD ] { 10 }
+ Constant [ public int TLSv1_1_CLIENT_METHOD ] { 11 }
+ Constant [ public int TLSv1_2_METHOD ] { 12 }
+ Constant [ public int TLSv1_2_SERVER_METHOD ] { 13 }
+ Constant [ public int TLSv1_2_CLIENT_METHOD ] { 14 }
+ Constant [ public int DTLS_SERVER_METHOD ] { 16 }
+ Constant [ public int DTLS_CLIENT_METHOD ] { 15 }
+ Constant [ public int SSLv23_METHOD ] { 0 }
+ Constant [ public int SSLv23_SERVER_METHOD ] { 4 }
+ Constant [ public int SSLv23_CLIENT_METHOD ] { 5 }
+ Constant [ public int TLS_METHOD ] { 0 }
+ Constant [ public int TLS_SERVER_METHOD ] { 4 }
+ Constant [ public int TLS_CLIENT_METHOD ] { 5 }
+ Constant [ public int SSL_TLSv1 ] { 8 }
+ Constant [ public int SSL_TLSv1_1 ] { 16 }
+ Constant [ public int SSL_TLSv1_2 ] { 32 }
+ Constant [ public int SSL_TLSv1_3 ] { 64 }
+ Constant [ public int SSL_DTLS ] { 128 }
+ Constant [ public int SSL_SSLv2 ] { 2 }
+ Constant [ public int STRERROR_SYSTEM ] { 0 }
+ Constant [ public int STRERROR_GAI ] { 1 }
+ Constant [ public int STRERROR_DNS ] { 2 }
+ Constant [ public int STRERROR_SWOOLE ] { 9 }
+ Constant [ public int ERROR_MALLOC_FAIL ] { 501 }
+ Constant [ public int ERROR_SYSTEM_CALL_FAIL ] { 502 }
+ Constant [ public int ERROR_PHP_FATAL_ERROR ] { 503 }
+ Constant [ public int ERROR_NAME_TOO_LONG ] { 504 }
+ Constant [ public int ERROR_INVALID_PARAMS ] { 505 }
+ Constant [ public int ERROR_QUEUE_FULL ] { 506 }
+ Constant [ public int ERROR_OPERATION_NOT_SUPPORT ] { 507 }
+ Constant [ public int ERROR_PROTOCOL_ERROR ] { 508 }
+ Constant [ public int ERROR_WRONG_OPERATION ] { 509 }
+ Constant [ public int ERROR_FILE_NOT_EXIST ] { 700 }
+ Constant [ public int ERROR_FILE_TOO_LARGE ] { 701 }
+ Constant [ public int ERROR_FILE_EMPTY ] { 702 }
+ Constant [ public int ERROR_DNSLOOKUP_DUPLICATE_REQUEST ] { 710 }
+ Constant [ public int ERROR_DNSLOOKUP_RESOLVE_FAILED ] { 711 }
+ Constant [ public int ERROR_DNSLOOKUP_RESOLVE_TIMEOUT ] { 712 }
+ Constant [ public int ERROR_DNSLOOKUP_UNSUPPORTED ] { 713 }
+ Constant [ public int ERROR_DNSLOOKUP_NO_SERVER ] { 714 }
+ Constant [ public int ERROR_BAD_IPV6_ADDRESS ] { 720 }
+ Constant [ public int ERROR_UNREGISTERED_SIGNAL ] { 721 }
+ Constant [ public int ERROR_EVENT_SOCKET_REMOVED ] { 800 }
+ Constant [ public int ERROR_SESSION_CLOSED_BY_SERVER ] { 1001 }
+ Constant [ public int ERROR_SESSION_CLOSED_BY_CLIENT ] { 1002 }
+ Constant [ public int ERROR_SESSION_CLOSING ] { 1003 }
+ Constant [ public int ERROR_SESSION_CLOSED ] { 1004 }
+ Constant [ public int ERROR_SESSION_NOT_EXIST ] { 1005 }
+ Constant [ public int ERROR_SESSION_INVALID_ID ] { 1006 }
+ Constant [ public int ERROR_SESSION_DISCARD_TIMEOUT_DATA ] { 1007 }
+ Constant [ public int ERROR_SESSION_DISCARD_DATA ] { 1008 }
+ Constant [ public int ERROR_OUTPUT_BUFFER_OVERFLOW ] { 1009 }
+ Constant [ public int ERROR_OUTPUT_SEND_YIELD ] { 1010 }
+ Constant [ public int ERROR_SSL_NOT_READY ] { 1011 }
+ Constant [ public int ERROR_SSL_CANNOT_USE_SENFILE ] { 1012 }
+ Constant [ public int ERROR_SSL_EMPTY_PEER_CERTIFICATE ] { 1013 }
+ Constant [ public int ERROR_SSL_VERIFY_FAILED ] { 1014 }
+ Constant [ public int ERROR_SSL_BAD_CLIENT ] { 1015 }
+ Constant [ public int ERROR_SSL_BAD_PROTOCOL ] { 1016 }
+ Constant [ public int ERROR_SSL_RESET ] { 1017 }
+ Constant [ public int ERROR_SSL_HANDSHAKE_FAILED ] { 1018 }
+ Constant [ public int ERROR_PACKAGE_LENGTH_TOO_LARGE ] { 1201 }
+ Constant [ public int ERROR_PACKAGE_LENGTH_NOT_FOUND ] { 1202 }
+ Constant [ public int ERROR_DATA_LENGTH_TOO_LARGE ] { 1203 }
+ Constant [ public int ERROR_TASK_PACKAGE_TOO_BIG ] { 2001 }
+ Constant [ public int ERROR_TASK_DISPATCH_FAIL ] { 2002 }
+ Constant [ public int ERROR_TASK_TIMEOUT ] { 2003 }
+ Constant [ public int ERROR_HTTP2_STREAM_ID_TOO_BIG ] { 3001 }
+ Constant [ public int ERROR_HTTP2_STREAM_NO_HEADER ] { 3002 }
+ Constant [ public int ERROR_HTTP2_STREAM_NOT_FOUND ] { 3003 }
+ Constant [ public int ERROR_HTTP2_STREAM_IGNORE ] { 3004 }
+ Constant [ public int ERROR_AIO_BAD_REQUEST ] { 4001 }
+ Constant [ public int ERROR_AIO_CANCELED ] { 4002 }
+ Constant [ public int ERROR_AIO_TIMEOUT ] { 4003 }
+ Constant [ public int ERROR_CLIENT_NO_CONNECTION ] { 5001 }
+ Constant [ public int ERROR_SOCKET_CLOSED ] { 6001 }
+ Constant [ public int ERROR_SOCKET_POLL_TIMEOUT ] { 6002 }
+ Constant [ public int ERROR_SOCKS5_UNSUPPORT_VERSION ] { 7001 }
+ Constant [ public int ERROR_SOCKS5_UNSUPPORT_METHOD ] { 7002 }
+ Constant [ public int ERROR_SOCKS5_AUTH_FAILED ] { 7003 }
+ Constant [ public int ERROR_SOCKS5_SERVER_ERROR ] { 7004 }
+ Constant [ public int ERROR_SOCKS5_HANDSHAKE_FAILED ] { 7005 }
+ Constant [ public int ERROR_HTTP_PROXY_HANDSHAKE_ERROR ] { 7101 }
+ Constant [ public int ERROR_HTTP_INVALID_PROTOCOL ] { 7102 }
+ Constant [ public int ERROR_HTTP_PROXY_HANDSHAKE_FAILED ] { 7103 }
+ Constant [ public int ERROR_HTTP_PROXY_BAD_RESPONSE ] { 7104 }
+ Constant [ public int ERROR_WEBSOCKET_BAD_CLIENT ] { 8501 }
+ Constant [ public int ERROR_WEBSOCKET_BAD_OPCODE ] { 8502 }
+ Constant [ public int ERROR_WEBSOCKET_UNCONNECTED ] { 8503 }
+ Constant [ public int ERROR_WEBSOCKET_HANDSHAKE_FAILED ] { 8504 }
+ Constant [ public int ERROR_WEBSOCKET_PACK_FAILED ] { 8505 }
+ Constant [ public int ERROR_SERVER_MUST_CREATED_BEFORE_CLIENT ] { 9001 }
+ Constant [ public int ERROR_SERVER_TOO_MANY_SOCKET ] { 9002 }
+ Constant [ public int ERROR_SERVER_WORKER_TERMINATED ] { 9003 }
+ Constant [ public int ERROR_SERVER_INVALID_LISTEN_PORT ] { 9004 }
+ Constant [ public int ERROR_SERVER_TOO_MANY_LISTEN_PORT ] { 9005 }
+ Constant [ public int ERROR_SERVER_PIPE_BUFFER_FULL ] { 9006 }
+ Constant [ public int ERROR_SERVER_NO_IDLE_WORKER ] { 9007 }
+ Constant [ public int ERROR_SERVER_ONLY_START_ONE ] { 9008 }
+ Constant [ public int ERROR_SERVER_SEND_IN_MASTER ] { 9009 }
+ Constant [ public int ERROR_SERVER_INVALID_REQUEST ] { 9010 }
+ Constant [ public int ERROR_SERVER_CONNECT_FAIL ] { 9011 }
+ Constant [ public int ERROR_SERVER_WORKER_EXIT_TIMEOUT ] { 9012 }
+ Constant [ public int ERROR_SERVER_WORKER_ABNORMAL_PIPE_DATA ] { 9013 }
+ Constant [ public int ERROR_SERVER_WORKER_UNPROCESSED_DATA ] { 9014 }
+ Constant [ public int ERROR_CO_OUT_OF_COROUTINE ] { 10001 }
+ Constant [ public int ERROR_CO_HAS_BEEN_BOUND ] { 10002 }
+ Constant [ public int ERROR_CO_HAS_BEEN_DISCARDED ] { 10003 }
+ Constant [ public int ERROR_CO_MUTEX_DOUBLE_UNLOCK ] { 10004 }
+ Constant [ public int ERROR_CO_BLOCK_OBJECT_LOCKED ] { 10005 }
+ Constant [ public int ERROR_CO_BLOCK_OBJECT_WAITING ] { 10006 }
+ Constant [ public int ERROR_CO_YIELD_FAILED ] { 10007 }
+ Constant [ public int ERROR_CO_GETCONTEXT_FAILED ] { 10008 }
+ Constant [ public int ERROR_CO_SWAPCONTEXT_FAILED ] { 10009 }
+ Constant [ public int ERROR_CO_MAKECONTEXT_FAILED ] { 10010 }
+ Constant [ public int ERROR_CO_IOCPINIT_FAILED ] { 10011 }
+ Constant [ public int ERROR_CO_PROTECT_STACK_FAILED ] { 10012 }
+ Constant [ public int ERROR_CO_STD_THREAD_LINK_ERROR ] { 10013 }
+ Constant [ public int ERROR_CO_DISABLED_MULTI_THREAD ] { 10014 }
+ Constant [ public int ERROR_CO_CANNOT_CANCEL ] { 10015 }
+ Constant [ public int ERROR_CO_NOT_EXISTS ] { 10016 }
+ Constant [ public int ERROR_CO_CANCELED ] { 10017 }
+ Constant [ public int ERROR_CO_TIMEDOUT ] { 10018 }
+ Constant [ public int TRACE_SERVER ] { 2 }
+ Constant [ public int TRACE_CLIENT ] { 4 }
+ Constant [ public int TRACE_BUFFER ] { 8 }
+ Constant [ public int TRACE_CONN ] { 16 }
+ Constant [ public int TRACE_EVENT ] { 32 }
+ Constant [ public int TRACE_WORKER ] { 64 }
+ Constant [ public int TRACE_MEMORY ] { 128 }
+ Constant [ public int TRACE_REACTOR ] { 256 }
+ Constant [ public int TRACE_PHP ] { 512 }
+ Constant [ public int TRACE_HTTP ] { 1024 }
+ Constant [ public int TRACE_HTTP2 ] { 2048 }
+ Constant [ public int TRACE_EOF_PROTOCOL ] { 4096 }
+ Constant [ public int TRACE_LENGTH_PROTOCOL ] { 8192 }
+ Constant [ public int TRACE_CLOSE ] { 16384 }
+ Constant [ public int TRACE_WEBSOCKET ] { 32768 }
+ Constant [ public int TRACE_REDIS_CLIENT ] { 65536 }
+ Constant [ public int TRACE_MYSQL_CLIENT ] { 131072 }
+ Constant [ public int TRACE_HTTP_CLIENT ] { 262144 }
+ Constant [ public int TRACE_AIO ] { 524288 }
+ Constant [ public int TRACE_SSL ] { 1048576 }
+ Constant [ public int TRACE_NORMAL ] { 2097152 }
+ Constant [ public int TRACE_CHANNEL ] { 4194304 }
+ Constant [ public int TRACE_TIMER ] { 8388608 }
+ Constant [ public int TRACE_SOCKET ] { 16777216 }
+ Constant [ public int TRACE_COROUTINE ] { 33554432 }
+ Constant [ public int TRACE_CONTEXT ] { 67108864 }
+ Constant [ public int TRACE_CO_HTTP_SERVER ] { 134217728 }
+ Constant [ public int TRACE_TABLE ] { 268435456 }
+ Constant [ public int TRACE_CO_CURL ] { 536870912 }
+ Constant [ public int TRACE_CARES ] { 1073741824 }
+ Constant [ public int TRACE_ALL ] { 9223372036854775807 }
+ Constant [ public int LOG_DEBUG ] { 0 }
+ Constant [ public int LOG_TRACE ] { 1 }
+ Constant [ public int LOG_INFO ] { 2 }
+ Constant [ public int LOG_NOTICE ] { 3 }
+ Constant [ public int LOG_WARNING ] { 4 }
+ Constant [ public int LOG_ERROR ] { 5 }
+ Constant [ public int LOG_NONE ] { 6 }
+ Constant [ public int LOG_ROTATION_SINGLE ] { 0 }
+ Constant [ public int LOG_ROTATION_MONTHLY ] { 1 }
+ Constant [ public int LOG_ROTATION_DAILY ] { 2 }
+ Constant [ public int LOG_ROTATION_HOURLY ] { 3 }
+ Constant [ public int LOG_ROTATION_EVERY_MINUTE ] { 4 }
+ Constant [ public int IOV_MAX ] { 1024 }
+ Constant [ public string EVENT_START ] { start }
+ Constant [ public string EVENT_SHUTDOWN ] { shutdown }
+ Constant [ public string EVENT_WORKER_START ] { workerStart }
+ Constant [ public string EVENT_WORKER_STOP ] { workerStop }
+ Constant [ public string EVENT_BEFORE_RELOAD ] { beforeReload }
+ Constant [ public string EVENT_AFTER_RELOAD ] { afterReload }
+ Constant [ public string EVENT_TASK ] { task }
+ Constant [ public string EVENT_FINISH ] { finish }
+ Constant [ public string EVENT_WORKER_EXIT ] { workerExit }
+ Constant [ public string EVENT_WORKER_ERROR ] { workerError }
+ Constant [ public string EVENT_MANAGER_START ] { managerStart }
+ Constant [ public string EVENT_MANAGER_STOP ] { managerStop }
+ Constant [ public string EVENT_PIPE_MESSAGE ] { pipeMessage }
+ Constant [ public string EVENT_CONNECT ] { connect }
+ Constant [ public string EVENT_RECEIVE ] { receive }
+ Constant [ public string EVENT_CLOSE ] { close }
+ Constant [ public string EVENT_PACKET ] { packet }
+ Constant [ public string EVENT_BUFFER_FULL ] { bufferFull }
+ Constant [ public string EVENT_BUFFER_EMPTY ] { bufferEmpty }
+ Constant [ public string EVENT_REQUEST ] { request }
+ Constant [ public string EVENT_HANDSHAKE ] { handshake }
+ Constant [ public string EVENT_OPEN ] { open }
+ Constant [ public string EVENT_MESSAGE ] { message }
+ Constant [ public string EVENT_DISCONNECT ] { disconnect }
+ Constant [ public string EVENT_ERROR ] { error }
+ Constant [ public string OPTION_DEBUG_MODE ] { debug_mode }
+ Constant [ public string OPTION_TRACE_FLAGS ] { trace_flags }
+ Constant [ public string OPTION_LOG_FILE ] { log_file }
+ Constant [ public string OPTION_LOG_LEVEL ] { log_level }
+ Constant [ public string OPTION_LOG_DATE_FORMAT ] { log_date_format }
+ Constant [ public string OPTION_LOG_DATE_WITH_MICROSECONDS ] { log_date_with_microseconds }
+ Constant [ public string OPTION_LOG_ROTATION ] { log_rotation }
+ Constant [ public string OPTION_DISPLAY_ERRORS ] { display_errors }
+ Constant [ public string OPTION_DNS_SERVER ] { dns_server }
+ Constant [ public string OPTION_SOCKET_DNS_TIMEOUT ] { socket_dns_timeout }
+ Constant [ public string OPTION_SOCKET_CONNECT_TIMEOUT ] { socket_connect_timeout }
+ Constant [ public string OPTION_SOCKET_WRITE_TIMEOUT ] { socket_write_timeout }
+ Constant [ public string OPTION_SOCKET_SEND_TIMEOUT ] { socket_send_timeout }
+ Constant [ public string OPTION_SOCKET_READ_TIMEOUT ] { socket_read_timeout }
+ Constant [ public string OPTION_SOCKET_RECV_TIMEOUT ] { socket_recv_timeout }
+ Constant [ public string OPTION_SOCKET_BUFFER_SIZE ] { socket_buffer_size }
+ Constant [ public string OPTION_SOCKET_TIMEOUT ] { socket_timeout }
+ Constant [ public string OPTION_MAX_CONCURRENCY ] { max_concurrency }
+ Constant [ public string OPTION_ENABLE_SERVER_TOKEN ] { enable_server_token }
+ Constant [ public string OPTION_AIO_CORE_WORKER_NUM ] { aio_core_worker_num }
+ Constant [ public string OPTION_AIO_WORKER_NUM ] { aio_worker_num }
+ Constant [ public string OPTION_AIO_MAX_WAIT_TIME ] { aio_max_wait_time }
+ Constant [ public string OPTION_AIO_MAX_IDLE_TIME ] { aio_max_idle_time }
+ Constant [ public string OPTION_ENABLE_SIGNALFD ] { enable_signalfd }
+ Constant [ public string OPTION_WAIT_SIGNAL ] { wait_signal }
+ Constant [ public string OPTION_DNS_CACHE_REFRESH_TIME ] { dns_cache_refresh_time }
+ Constant [ public string OPTION_THREAD_NUM ] { thread_num }
+ Constant [ public string OPTION_MIN_THREAD_NUM ] { min_thread_num }
+ Constant [ public string OPTION_MAX_THREAD_NUM ] { max_thread_num }
+ Constant [ public string OPTION_SOCKET_DONTWAIT ] { socket_dontwait }
+ Constant [ public string OPTION_DNS_LOOKUP_RANDOM ] { dns_lookup_random }
+ Constant [ public string OPTION_USE_ASYNC_RESOLVER ] { use_async_resolver }
+ Constant [ public string OPTION_ENABLE_COROUTINE ] { enable_coroutine }
+ Constant [ public string OPTION_SSL_PROTOCOLS ] { ssl_protocols }
+ Constant [ public string OPTION_SSL_COMPRESS ] { ssl_compress }
+ Constant [ public string OPTION_SSL_CERT_FILE ] { ssl_cert_file }
+ Constant [ public string OPTION_SSL_KEY_FILE ] { ssl_key_file }
+ Constant [ public string OPTION_SSL_PASSPHRASE ] { ssl_passphrase }
+ Constant [ public string OPTION_SSL_HOST_NAME ] { ssl_host_name }
+ Constant [ public string OPTION_SSL_VERIFY_PEER ] { ssl_verify_peer }
+ Constant [ public string OPTION_SSL_ALLOW_SELF_SIGNED ] { ssl_allow_self_signed }
+ Constant [ public string OPTION_SSL_CAFILE ] { ssl_cafile }
+ Constant [ public string OPTION_SSL_CAPATH ] { ssl_capath }
+ Constant [ public string OPTION_SSL_VERIFY_DEPTH ] { ssl_verify_depth }
+ Constant [ public string OPTION_SSL_CIPHERS ] { ssl_ciphers }
+ Constant [ public string OPTION_OPEN_EOF_CHECK ] { open_eof_check }
+ Constant [ public string OPTION_OPEN_EOF_SPLIT ] { open_eof_split }
+ Constant [ public string OPTION_PACKAGE_EOF ] { package_eof }
+ Constant [ public string OPTION_OPEN_MQTT_PROTOCOL ] { open_mqtt_protocol }
+ Constant [ public string OPTION_OPEN_LENGTH_CHECK ] { open_length_check }
+ Constant [ public string OPTION_PACKAGE_LENGTH_TYPE ] { package_length_type }
+ Constant [ public string OPTION_PACKAGE_LENGTH_OFFSET ] { package_length_offset }
+ Constant [ public string OPTION_PACKAGE_BODY_OFFSET ] { package_body_offset }
+ Constant [ public string OPTION_PACKAGE_LENGTH_FUNC ] { package_length_func }
+ Constant [ public string OPTION_PACKAGE_MAX_LENGTH ] { package_max_length }
+ Constant [ public string OPTION_BUFFER_HIGH_WATERMARK ] { buffer_high_watermark }
+ Constant [ public string OPTION_BUFFER_LOW_WATERMARK ] { buffer_low_watermark }
+ Constant [ public string OPTION_BIND_PORT ] { bind_port }
+ Constant [ public string OPTION_BIND_ADDRESS ] { bind_address }
+ Constant [ public string OPTION_OPEN_TCP_NODELAY ] { open_tcp_nodelay }
+ Constant [ public string OPTION_SOCKS5_HOST ] { socks5_host }
+ Constant [ public string OPTION_SOCKS5_PORT ] { socks5_port }
+ Constant [ public string OPTION_SOCKS5_USERNAME ] { socks5_username }
+ Constant [ public string OPTION_SOCKS5_PASSWORD ] { socks5_password }
+ Constant [ public string OPTION_HTTP_PROXY_HOST ] { http_proxy_host }
+ Constant [ public string OPTION_HTTP_PROXY_PORT ] { http_proxy_port }
+ Constant [ public string OPTION_HTTP_PROXY_USERNAME ] { http_proxy_username }
+ Constant [ public string OPTION_HTTP_PROXY_USER ] { http_proxy_user }
+ Constant [ public string OPTION_HTTP_PROXY_PASSWORD ] { http_proxy_password }
+ Constant [ public string OPTION_TIMEOUT ] { timeout }
+ Constant [ public string OPTION_CONNECT_TIMEOUT ] { connect_timeout }
+ Constant [ public string OPTION_READ_TIMEOUT ] { read_timeout }
+ Constant [ public string OPTION_WRITE_TIMEOUT ] { write_timeout }
+ Constant [ public string OPTION_SSL_DISABLE_COMPRESSION ] { ssl_disable_compression }
+ Constant [ public string OPTION_MAX_CORO_NUM ] { max_coro_num }
+ Constant [ public string OPTION_MAX_COROUTINE ] { max_coroutine }
+ Constant [ public string OPTION_ENABLE_DEADLOCK_CHECK ] { enable_deadlock_check }
+ Constant [ public string OPTION_HOOK_FLAGS ] { hook_flags }
+ Constant [ public string OPTION_ENABLE_PREEMPTIVE_SCHEDULER ] { enable_preemptive_scheduler }
+ Constant [ public string OPTION_C_STACK_SIZE ] { c_stack_size }
+ Constant [ public string OPTION_STACK_SIZE ] { stack_size }
+ Constant [ public string OPTION_DNS_CACHE_EXPIRE ] { dns_cache_expire }
+ Constant [ public string OPTION_DNS_CACHE_CAPACITY ] { dns_cache_capacity }
+ Constant [ public string OPTION_HTTP2_HEADER_TABLE_SIZE ] { http2_header_table_size }
+ Constant [ public string OPTION_HTTP2_INITIAL_WINDOW_SIZE ] { http2_initial_window_size }
+ Constant [ public string OPTION_HTTP2_MAX_CONCURRENT_STREAMS ] { http2_max_concurrent_streams }
+ Constant [ public string OPTION_HTTP2_MAX_FRAME_SIZE ] { http2_max_frame_size }
+ Constant [ public string OPTION_HTTP2_MAX_HEADER_LIST_SIZE ] { http2_max_header_list_size }
+ Constant [ public string OPTION_RECONNECT ] { reconnect }
+ Constant [ public string OPTION_DEFER ] { defer }
+ Constant [ public string OPTION_LOWERCASE_HEADER ] { lowercase_header }
+ Constant [ public string OPTION_KEEP_ALIVE ] { keep_alive }
+ Constant [ public string OPTION_WEBSOCKET_MASK ] { websocket_mask }
+ Constant [ public string OPTION_HTTP_COMPRESSION ] { http_compression }
+ Constant [ public string OPTION_BODY_DECOMPRESSION ] { body_decompression }
+ Constant [ public string OPTION_WEBSOCKET_COMPRESSION ] { websocket_compression }
+ Constant [ public string OPTION_HTTP_PARSE_COOKIE ] { http_parse_cookie }
+ Constant [ public string OPTION_HTTP_PARSE_POST ] { http_parse_post }
+ Constant [ public string OPTION_HTTP_PARSE_FILES ] { http_parse_files }
+ Constant [ public string OPTION_HTTP_COMPRESSION_LEVEL ] { http_compression_level }
+ Constant [ public string OPTION_HTTP_GZIP_LEVEL ] { http_gzip_level }
+ Constant [ public string OPTION_COMPRESSION_MIN_LENGTH ] { compression_min_length }
+ Constant [ public string OPTION_UPLOAD_TMP_DIR ] { upload_tmp_dir }
+ Constant [ public string OPTION_HOST ] { host }
+ Constant [ public string OPTION_PORT ] { port }
+ Constant [ public string OPTION_SSL ] { ssl }
+ Constant [ public string OPTION_USER ] { user }
+ Constant [ public string OPTION_PASSWORD ] { password }
+ Constant [ public string OPTION_DATABASE ] { database }
+ Constant [ public string OPTION_CHARSET ] { charset }
+ Constant [ public string OPTION_STRICT_TYPE ] { strict_type }
+ Constant [ public string OPTION_FETCH_MODE ] { fetch_mode }
+ Constant [ public string OPTION_SERIALIZE ] { serialize }
+ Constant [ public string OPTION_COMPATIBILITY_MODE ] { compatibility_mode }
+ Constant [ public string OPTION_CHROOT ] { chroot }
+ Constant [ public string OPTION_GROUP ] { group }
+ Constant [ public string OPTION_DAEMONIZE ] { daemonize }
+ Constant [ public string OPTION_PID_FILE ] { pid_file }
+ Constant [ public string OPTION_REACTOR_NUM ] { reactor_num }
+ Constant [ public string OPTION_SINGLE_THREAD ] { single_thread }
+ Constant [ public string OPTION_WORKER_NUM ] { worker_num }
+ Constant [ public string OPTION_MAX_WAIT_TIME ] { max_wait_time }
+ Constant [ public string OPTION_MAX_QUEUED_BYTES ] { max_queued_bytes }
+ Constant [ public string OPTION_SEND_TIMEOUT ] { send_timeout }
+ Constant [ public string OPTION_DISPATCH_MODE ] { dispatch_mode }
+ Constant [ public string OPTION_SEND_YIELD ] { send_yield }
+ Constant [ public string OPTION_DISPATCH_FUNC ] { dispatch_func }
+ Constant [ public string OPTION_DISCARD_TIMEOUT_REQUEST ] { discard_timeout_request }
+ Constant [ public string OPTION_ENABLE_UNSAFE_EVENT ] { enable_unsafe_event }
+ Constant [ public string OPTION_ENABLE_DELAY_RECEIVE ] { enable_delay_receive }
+ Constant [ public string OPTION_ENABLE_REUSE_PORT ] { enable_reuse_port }
+ Constant [ public string OPTION_TASK_USE_OBJECT ] { task_use_object }
+ Constant [ public string OPTION_TASK_OBJECT ] { task_object }
+ Constant [ public string OPTION_EVENT_OBJECT ] { event_object }
+ Constant [ public string OPTION_TASK_ENABLE_COROUTINE ] { task_enable_coroutine }
+ Constant [ public string OPTION_TASK_WORKER_NUM ] { task_worker_num }
+ Constant [ public string OPTION_TASK_IPC_MODE ] { task_ipc_mode }
+ Constant [ public string OPTION_TASK_TMPDIR ] { task_tmpdir }
+ Constant [ public string OPTION_TASK_MAX_REQUEST ] { task_max_request }
+ Constant [ public string OPTION_TASK_MAX_REQUEST_GRACE ] { task_max_request_grace }
+ Constant [ public string OPTION_MAX_CONNECTION ] { max_connection }
+ Constant [ public string OPTION_MAX_CONN ] { max_conn }
+ Constant [ public string OPTION_START_SESSION_ID ] { start_session_id }
+ Constant [ public string OPTION_HEARTBEAT_CHECK_INTERVAL ] { heartbeat_check_interval }
+ Constant [ public string OPTION_HEARTBEAT_IDLE_TIME ] { heartbeat_idle_time }
+ Constant [ public string OPTION_MAX_REQUEST ] { max_request }
+ Constant [ public string OPTION_MAX_REQUEST_GRACE ] { max_request_grace }
+ Constant [ public string OPTION_MAX_REQUEST_EXECUTION_TIME ] { max_request_execution_time }
+ Constant [ public string OPTION_RELOAD_ASYNC ] { reload_async }
+ Constant [ public string OPTION_OPEN_CPU_AFFINITY ] { open_cpu_affinity }
+ Constant [ public string OPTION_CPU_AFFINITY_IGNORE ] { cpu_affinity_ignore }
+ Constant [ public string OPTION_ENABLE_STATIC_HANDLER ] { enable_static_handler }
+ Constant [ public string OPTION_DOCUMENT_ROOT ] { document_root }
+ Constant [ public string OPTION_HTTP_AUTOINDEX ] { http_autoindex }
+ Constant [ public string OPTION_HTTP_INDEX_FILES ] { http_index_files }
+ Constant [ public string OPTION_STATIC_HANDLER_LOCATIONS ] { static_handler_locations }
+ Constant [ public string OPTION_INPUT_BUFFER_SIZE ] { input_buffer_size }
+ Constant [ public string OPTION_BUFFER_INPUT_SIZE ] { buffer_input_size }
+ Constant [ public string OPTION_OUTPUT_BUFFER_SIZE ] { output_buffer_size }
+ Constant [ public string OPTION_BUFFER_OUTPUT_SIZE ] { buffer_output_size }
+ Constant [ public string OPTION_MESSAGE_QUEUE_KEY ] { message_queue_key }
+ Constant [ public string OPTION_BACKLOG ] { backlog }
+ Constant [ public string OPTION_KERNEL_SOCKET_RECV_BUFFER_SIZE ] { kernel_socket_recv_buffer_size }
+ Constant [ public string OPTION_KERNEL_SOCKET_SEND_BUFFER_SIZE ] { kernel_socket_send_buffer_size }
+ Constant [ public string OPTION_TCP_DEFER_ACCEPT ] { tcp_defer_accept }
+ Constant [ public string OPTION_OPEN_TCP_KEEPALIVE ] { open_tcp_keepalive }
+ Constant [ public string OPTION_OPEN_HTTP_PROTOCOL ] { open_http_protocol }
+ Constant [ public string OPTION_OPEN_WEBSOCKET_PROTOCOL ] { open_websocket_protocol }
+ Constant [ public string OPTION_WEBSOCKET_SUBPROTOCOL ] { websocket_subprotocol }
+ Constant [ public string OPTION_OPEN_WEBSOCKET_CLOSE_FRAME ] { open_websocket_close_frame }
+ Constant [ public string OPTION_OPEN_WEBSOCKET_PING_FRAME ] { open_websocket_ping_frame }
+ Constant [ public string OPTION_OPEN_WEBSOCKET_PONG_FRAME ] { open_websocket_pong_frame }
+ Constant [ public string OPTION_OPEN_HTTP2_PROTOCOL ] { open_http2_protocol }
+ Constant [ public string OPTION_OPEN_REDIS_PROTOCOL ] { open_redis_protocol }
+ Constant [ public string OPTION_MAX_IDLE_TIME ] { max_idle_time }
+ Constant [ public string OPTION_TCP_KEEPIDLE ] { tcp_keepidle }
+ Constant [ public string OPTION_TCP_KEEPINTERVAL ] { tcp_keepinterval }
+ Constant [ public string OPTION_TCP_KEEPCOUNT ] { tcp_keepcount }
+ Constant [ public string OPTION_TCP_USER_TIMEOUT ] { tcp_user_timeout }
+ Constant [ public string OPTION_TCP_FASTOPEN ] { tcp_fastopen }
+ Constant [ public string OPTION_PACKAGE_BODY_START ] { package_body_start }
+ Constant [ public string OPTION_SSL_CLIENT_CERT_FILE ] { ssl_client_cert_file }
+ Constant [ public string OPTION_SSL_PREFER_SERVER_CIPHERS ] { ssl_prefer_server_ciphers }
+ Constant [ public string OPTION_SSL_ECDH_CURVE ] { ssl_ecdh_curve }
+ Constant [ public string OPTION_SSL_DHPARAM ] { ssl_dhparam }
+ Constant [ public string OPTION_SSL_SNI_CERTS ] { ssl_sni_certs }
+ Constant [ public string OPTION_OPEN_SSL ] { open_ssl }
+ Constant [ public string OPTION_OPEN_FASTCGI_PROTOCOL ] { open_fastcgi_protocol }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:openswoole> class OpenSwoole\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -1039,7 +1254,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Error extends Error implements Throwable, Stringable ] {
+ Class [ <internal:openswoole> class OpenSwoole\Error extends Error implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -1131,7 +1346,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Event ] {
+ Class [ <internal:openswoole> class OpenSwoole\Event ] {
- Constants [0] {
}
@@ -1139,14 +1354,14 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Static properties [0] {
}
- - Static methods [11] {
+ - Static methods [10] {
Method [ <internal:openswoole> static public method add ] {
- Parameters [4] {
Parameter #0 [ <required> mixed $sock ]
Parameter #1 [ <optional> ?callable $readCallback = null ]
Parameter #2 [ <optional> ?callable $writeCallback = null ]
- Parameter #3 [ <optional> int $flags = SWOOLE_EVENT_READ ]
+ Parameter #3 [ <optional> int $flags = OpenSwoole\Event::EVENT_READ ]
}
- Return [ int|bool ]
}
@@ -1165,7 +1380,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Parameter #0 [ <required> mixed $sock ]
Parameter #1 [ <optional> ?callable $readCallback = null ]
Parameter #2 [ <optional> ?callable $writeCallback = null ]
- Parameter #3 [ <optional> int $flags = SWOOLE_EVENT_READ ]
+ Parameter #3 [ <optional> int $flags = OpenSwoole\Event::EVENT_READ ]
}
- Return [ bool ]
}
@@ -1174,7 +1389,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [2] {
Parameter #0 [ <required> mixed $sock ]
- Parameter #1 [ <optional> int $flags = SWOOLE_EVENT_READ | SWOOLE_EVENT_WRITE ]
+ Parameter #1 [ <optional> int $flags = OpenSwoole\Event::EVENT_READ | OpenSwoole\Event::EVENT_WRITE ]
}
- Return [ bool ]
}
@@ -1219,19 +1434,170 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ void ]
}
- Method [ <internal:openswoole> static public method rshutdown ] {
+ Method [ <internal:openswoole> static public method exit ] {
- Parameters [0] {
}
- Return [ void ]
}
+ }
- Method [ <internal:openswoole> static public method exit ] {
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:openswoole> class OpenSwoole\Util ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [18] {
+ Method [ <internal:openswoole> static public method getVersion ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:openswoole> static public method getCPUNum ] {
- Parameters [0] {
}
+ - Return [ int ]
+ }
+
+ Method [ <internal:openswoole> static public method getLocalIp ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:openswoole> static public method getLocalMac ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:openswoole> static public method getLastErrorCode ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:openswoole> static public method getErrorMessage ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $errorCode ]
+ Parameter #1 [ <required> ?int $errorType ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:openswoole> static public method errorCode ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:openswoole> static public method clearError ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:openswoole> static public method log ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> int $level ]
+ Parameter #1 [ <required> string $message ]
+ }
+ - Return [ void ]
+ }
+
+ Method [ <internal:openswoole> static public method hashcode ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $content ]
+ Parameter #1 [ <required> int $type ]
+ }
+ - Return [ int|bool ]
+ }
+
+ Method [ <internal:openswoole> static public method mimeTypeAdd ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $suffix ]
+ Parameter #1 [ <required> string $mimeType ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:openswoole> static public method mimeTypeSet ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> string $suffix ]
+ Parameter #1 [ <required> string $mimeType ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:openswoole> static public method mimeTypeDel ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $suffix ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:openswoole> static public method mimeTypeGet ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $filename ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:openswoole> static public method mimeTypeList ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:openswoole> static public method mimeTypeExists ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $filename ]
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:openswoole> static public method setProcessName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $name ]
+ }
- Return [ void ]
}
+
+ Method [ <internal:openswoole> static public method setAio ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $settings ]
+ }
+ - Return [ bool ]
+ }
}
- Properties [0] {
@@ -1241,7 +1607,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Atomic ] {
+ Class [ <internal:openswoole> class OpenSwoole\Atomic ] {
- Constants [0] {
}
@@ -1321,7 +1687,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Atomic\Long ] {
+ Class [ <internal:openswoole> class OpenSwoole\Atomic\Long ] {
- Constants [0] {
}
@@ -1385,7 +1751,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Lock ] {
+ Class [ <internal:openswoole> class OpenSwoole\Lock ] {
- Constants [5] {
Constant [ public int FILELOCK ] { 2 }
@@ -1409,7 +1775,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Method [ <internal:openswoole, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> int $type = SWOOLE_MUTEX ]
+ Parameter #0 [ <optional> int $type = OpenSwoole\Lock::MUTEX ]
Parameter #1 [ <optional> string $lockFile = "" ]
}
}
@@ -1472,7 +1838,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Process ] {
+ Class [ <internal:openswoole> class OpenSwoole\Process ] {
- Constants [5] {
Constant [ public int IPC_NOWAIT ] { 256 }
@@ -1549,7 +1915,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Property [ private $callback = NULL ]
}
- - Methods [20] {
+ - Methods [19] {
Method [ <internal:openswoole, ctor> public method __construct ] {
- Parameters [4] {
@@ -1701,20 +2067,15 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
- Return [ Swoole\Coroutine\Socket|false ]
}
-
- Method [ <internal:openswoole> public method name ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $processName ]
- }
- - Return [ bool ]
- }
}
}
- Class [ <internal:openswoole> class Swoole\Process\Pool ] {
+ Class [ <internal:openswoole> class OpenSwoole\Process\Pool ] {
- - Constants [0] {
+ - Constants [3] {
+ Constant [ public int IPC_NONE ] { 0 }
+ Constant [ public int IPC_UNIXSOCK ] { 1 }
+ Constant [ public int IPC_SOCKET ] { 3 }
}
- Static properties [0] {
@@ -1733,7 +2094,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [4] {
Parameter #0 [ <required> int $workerNum ]
- Parameter #1 [ <optional> int $ipcType = SWOOLE_IPC_NONE ]
+ Parameter #1 [ <optional> int $ipcType = OpenSwoole\Process\Pool::IPC_NONE ]
Parameter #2 [ <optional> int $msgqueue_key = 0 ]
Parameter #3 [ <optional> bool $enableCoroutine = false ]
}
@@ -1767,7 +2128,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [1] {
Parameter #0 [ <optional> int $workerId = -1 ]
}
- - Return [ Swoole\Process|false ]
+ - Return [ OpenSwoole\Process|false ]
}
Method [ <internal:openswoole> public method listen ] {
@@ -1818,7 +2179,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> <iterateable> class Swoole\Table implements Iterator, Traversable, Countable ] {
+ Class [ <internal:openswoole> <iterateable> class OpenSwoole\Table implements Iterator, Traversable, Countable ] {
- Constants [3] {
Constant [ public int TYPE_INT ] { 1 }
@@ -1837,7 +2198,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Property [ public $memorySize = NULL ]
}
- - Methods [20] {
+ - Methods [18] {
Method [ <internal:openswoole, ctor> public method __construct ] {
- Parameters [2] {
@@ -1979,42 +2340,22 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
- Return [ ?string ]
}
-
- Method [ <internal:openswoole> public method delete ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method exist ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
}
}
- Class [ <internal:openswoole> class Swoole\Timer ] {
+ Class [ <internal:openswoole> class OpenSwoole\Timer ] {
- - Constants [0] {
+ - Constants [4] {
+ Constant [ public int TIMER_MIN_MS ] { 1 }
+ Constant [ public float TIMER_MIN_SEC ] { 0.001 }
+ Constant [ public int TIMER_MAX_MS ] { 9223372036854775807 }
+ Constant [ public float TIMER_MAX_SEC ] { 9.2233720368548E+15 }
}
- Static properties [0] {
}
- - Static methods [9] {
- Method [ <internal, deprecated:openswoole> static public method set ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $settings ]
- }
- - Return [ bool ]
- }
-
+ - Static methods [8] {
Method [ <internal:openswoole> static public method after ] {
- Parameters [3] {
@@ -2085,7 +2426,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> <iterateable> class Swoole\Timer\Iterator extends ArrayIterator implements Countable, Serializable, ArrayAccess, Iterator, Traversable, SeekableIterator ] {
+ Class [ <internal:openswoole> <iterateable> class OpenSwoole\Timer\Iterator extends ArrayIterator implements Countable, Serializable, ArrayAccess, Iterator, Traversable, SeekableIterator ] {
- Constants [2] {
Constant [ public int STD_PROP_LIST ] { 1 }
@@ -2308,15 +2649,23 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Coroutine ] {
+ Class [ <internal:openswoole> class OpenSwoole\Coroutine ] {
- - Constants [0] {
+ - Constants [8] {
+ Constant [ public int DEFAULT_MAX_CORO_NUM ] { 100000 }
+ Constant [ public int CORO_MAX_NUM_LIMIT ] { 9223372036854775807 }
+ Constant [ public int CORO_INIT ] { 0 }
+ Constant [ public int CORO_WAITING ] { 1 }
+ Constant [ public int CORO_RUNNING ] { 2 }
+ Constant [ public int CORO_END ] { 3 }
+ Constant [ public int EXIT_IN_COROUTINE ] { 2 }
+ Constant [ public int EXIT_IN_SERVER ] { 4 }
}
- Static properties [0] {
}
- - Static methods [40] {
+ - Static methods [36] {
Method [ <internal:openswoole> static public method create ] {
- Parameters [2] {
@@ -2379,13 +2728,6 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole> static public method suspend ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
Method [ <internal:openswoole> static public method resume ] {
- Parameters [1] {
@@ -2408,13 +2750,6 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int ]
}
- Method [ <internal:openswoole> static public method getuid ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
Method [ <internal:openswoole> static public method getPcid ] {
- Parameters [1] {
@@ -2484,25 +2819,27 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ mixed ]
}
- Method [ <internal:openswoole> static public method listCoroutines ] {
+ Method [ <internal:openswoole> static public method enableScheduler ] {
- Parameters [0] {
}
- - Return [ Swoole\Coroutine\Iterator ]
+ - Return [ bool ]
}
- Method [ <internal:openswoole> static public method enableScheduler ] {
+ Method [ <internal:openswoole> static public method disableScheduler ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:openswoole> static public method disableScheduler ] {
+ Method [ <internal:openswoole> static public method run ] {
- - Parameters [0] {
+ - Parameters [2] {
+ Parameter #0 [ <required> callable $callback ]
+ Parameter #1 [ <optional> mixed ...$params ]
}
- - Return [ bool ]
+ - Return [ ?bool ]
}
Method [ <internal:openswoole> static public method gethostbyname ] {
@@ -2515,15 +2852,6 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ string|false ]
}
- Method [ <internal:openswoole> static public method dnsLookup ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $domain ]
- Parameter #1 [ <optional> float $timeout = 5 ]
- }
- - Return [ string|false ]
- }
-
Method [ <internal:openswoole> static public method exec ] {
- Parameters [2] {
@@ -2625,31 +2953,20 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|bool ]
}
- Method [ <internal, deprecated:openswoole> static public method fread ] {
+ Method [ <internal:openswoole> static public method dnsLookup ] {
- Parameters [2] {
- Parameter #0 [ <required> mixed $handle ]
- Parameter #1 [ <optional> int $length = 0 ]
+ Parameter #0 [ <required> string $domain ]
+ Parameter #1 [ <optional> float $timeout = 5 ]
}
- Return [ string|false ]
}
- Method [ <internal, deprecated:openswoole> static public method fwrite ] {
+ Method [ <internal:openswoole> static public method clearDNSCache ] {
- - Parameters [3] {
- Parameter #0 [ <required> mixed $handle ]
- Parameter #1 [ <required> string $data ]
- Parameter #2 [ <optional> int $length = 0 ]
- }
- - Return [ int|false ]
- }
-
- Method [ <internal, deprecated:openswoole> static public method fgets ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> mixed $handle ]
+ - Parameters [0] {
}
- - Return [ string|bool ]
+ - Return [ void ]
}
}
@@ -2660,7 +2977,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> <iterateable> class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, ArrayAccess, Iterator, Traversable, SeekableIterator ] {
+ Class [ <internal:openswoole> <iterateable> class OpenSwoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, ArrayAccess, Iterator, Traversable, SeekableIterator ] {
- Constants [2] {
Constant [ public int STD_PROP_LIST ] { 1 }
@@ -2883,7 +3200,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> <iterateable> class Swoole\Coroutine\Context extends ArrayObject implements Countable, Serializable, ArrayAccess, Traversable, IteratorAggregate ] {
+ Class [ <internal:openswoole> <iterateable> class OpenSwoole\Coroutine\Context extends ArrayObject implements Countable, Serializable, ArrayAccess, Traversable, IteratorAggregate ] {
- Constants [2] {
Constant [ public int STD_PROP_LIST ] { 1 }
@@ -3094,7 +3411,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\ExitException extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:openswoole> class OpenSwoole\ExitException extends OpenSwoole\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -3200,7 +3517,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Coroutine\System ] {
+ Class [ <internal:openswoole> class OpenSwoole\Coroutine\System ] {
- Constants [0] {
}
@@ -3208,7 +3525,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Static properties [0] {
}
- - Static methods [16] {
+ - Static methods [14] {
Method [ <internal:openswoole> static public method gethostbyname ] {
- Parameters [3] {
@@ -3219,15 +3536,6 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ string|false ]
}
- Method [ <internal:openswoole> static public method dnsLookup ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $domain ]
- Parameter #1 [ <optional> float $timeout = 5 ]
- }
- - Return [ string|false ]
- }
-
Method [ <internal:openswoole> static public method exec ] {
- Parameters [2] {
@@ -3329,31 +3637,20 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|bool ]
}
- Method [ <internal, deprecated:openswoole> static public method fread ] {
+ Method [ <internal:openswoole> static public method dnsLookup ] {
- Parameters [2] {
- Parameter #0 [ <required> mixed $handle ]
- Parameter #1 [ <optional> int $length = 0 ]
+ Parameter #0 [ <required> string $domain ]
+ Parameter #1 [ <optional> float $timeout = 5 ]
}
- Return [ string|false ]
}
- Method [ <internal, deprecated:openswoole> static public method fwrite ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> mixed $handle ]
- Parameter #1 [ <required> string $data ]
- Parameter #2 [ <optional> int $length = 0 ]
- }
- - Return [ int|false ]
- }
-
- Method [ <internal, deprecated:openswoole> static public method fgets ] {
+ Method [ <internal:openswoole> static public method clearDNSCache ] {
- - Parameters [1] {
- Parameter #0 [ <required> mixed $handle ]
+ - Parameters [0] {
}
- - Return [ string|bool ]
+ - Return [ void ]
}
}
@@ -3364,7 +3661,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> final class Swoole\Coroutine\Scheduler ] {
+ Class [ <internal:openswoole> final class OpenSwoole\Coroutine\Scheduler ] {
- Constants [0] {
}
@@ -3422,9 +3719,13 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Coroutine\Channel ] {
+ Class [ <internal:openswoole> class OpenSwoole\Coroutine\Channel ] {
- - Constants [0] {
+ - Constants [4] {
+ Constant [ public int CHANNEL_OK ] { 0 }
+ Constant [ public int CHANNEL_TIMEOUT ] { -1 }
+ Constant [ public int CHANNEL_CLOSED ] { -2 }
+ Constant [ public int CHANNEL_CANCELED ] { -3 }
}
- Static properties [0] {
@@ -3508,9 +3809,26 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Runtime ] {
+ Class [ <internal:openswoole> class OpenSwoole\Runtime ] {
- - Constants [0] {
+ - Constants [17] {
+ Constant [ public int HOOK_TCP ] { 2 }
+ Constant [ public int HOOK_UDP ] { 4 }
+ Constant [ public int HOOK_UNIX ] { 8 }
+ Constant [ public int HOOK_UDG ] { 16 }
+ Constant [ public int HOOK_SSL ] { 32 }
+ Constant [ public int HOOK_TLS ] { 64 }
+ Constant [ public int HOOK_STREAM_FUNCTION ] { 128 }
+ Constant [ public int HOOK_STREAM_SELECT ] { 128 }
+ Constant [ public int HOOK_FILE ] { 256 }
+ Constant [ public int HOOK_STDIO ] { 32768 }
+ Constant [ public int HOOK_SLEEP ] { 512 }
+ Constant [ public int HOOK_PROC ] { 1024 }
+ Constant [ public int HOOK_CURL ] { 2048 }
+ Constant [ public int HOOK_NATIVE_CURL ] { 4096 }
+ Constant [ public int HOOK_BLOCKING_FUNCTION ] { 8192 }
+ Constant [ public int HOOK_SOCKETS ] { 16384 }
+ Constant [ public int HOOK_ALL ] { 2147457023 }
}
- Static properties [0] {
@@ -3521,7 +3839,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [2] {
Parameter #0 [ <optional> bool $enable = true ]
- Parameter #1 [ <optional> int $flags = SWOOLE_HOOK_ALL ]
+ Parameter #1 [ <optional> int $flags = OpenSwoole\Runtime::HOOK_ALL ]
}
- Return [ void ]
}
@@ -3536,7 +3854,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Method [ <internal:openswoole> static public method setHookFlags ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $flags = SWOOLE_HOOK_ALL ]
+ Parameter #0 [ <optional> int $flags = OpenSwoole\Runtime::HOOK_ALL ]
}
- Return [ void ]
}
@@ -3549,7 +3867,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:openswoole> class OpenSwoole\Coroutine\Curl\Exception extends OpenSwoole\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -3641,9 +3959,11 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Coroutine\Socket ] {
+ Class [ <internal:openswoole> class OpenSwoole\Coroutine\Socket ] {
- - Constants [0] {
+ - Constants [2] {
+ Constant [ public int EVENT_READ ] { 512 }
+ Constant [ public int EVENT_WRITE ] { 512 }
}
- Static properties [0] {
@@ -3693,7 +4013,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [1] {
Parameter #0 [ <optional> float $timeout = 0 ]
}
- - Return [ Swoole\Coroutine\Socket|false ]
+ - Return [ OpenSwoole\Coroutine\Socket|false ]
}
Method [ <internal:openswoole> public method connect ] {
@@ -3893,7 +4213,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Method [ <internal:openswoole> public method cancel ] {
- Parameters [1] {
- Parameter #0 [ <optional> int $event = SWOOLE_EVENT_READ ]
+ Parameter #0 [ <optional> int $event = OpenSwoole\Coroutine\Socket::EVENT_READ ]
}
- Return [ bool ]
}
@@ -3921,7 +4241,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:openswoole> class OpenSwoole\Coroutine\Socket\Exception extends OpenSwoole\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -4013,7 +4333,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Client ] {
+ Class [ <internal:openswoole> class OpenSwoole\Client ] {
- Constants [7] {
Constant [ public int MSG_OOB ] { 1 }
@@ -4028,7 +4348,17 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Static properties [0] {
}
- - Static methods [0] {
+ - Static methods [1] {
+ Method [ <internal:openswoole> static public method select ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> array &$readReady ]
+ Parameter #1 [ <required> array &$writeReady ]
+ Parameter #2 [ <required> array &$errors ]
+ Parameter #3 [ <optional> float $timeout = 0.5 ]
+ }
+ - Return [ bool ]
+ }
}
- Properties [7] {
@@ -4181,7 +4511,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Client\Exception extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:openswoole> class OpenSwoole\Client\Exception extends OpenSwoole\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -4273,7 +4603,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Coroutine\Client ] {
+ Class [ <internal:openswoole> class OpenSwoole\Coroutine\Client ] {
- Constants [4] {
Constant [ public int MSG_OOB ] { 1 }
@@ -4440,14 +4770,18 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [0] {
}
- - Return [ Swoole\Coroutine\Socket|bool ]
+ - Return [ OpenSwoole\Coroutine\Socket|bool ]
}
}
}
- Class [ <internal:openswoole> class Swoole\Coroutine\Http\Client ] {
+ Class [ <internal:openswoole> class OpenSwoole\Coroutine\Http\Client ] {
- - Constants [0] {
+ - Constants [4] {
+ Constant [ public int STATUS_CONNECT_FAILED ] { -1 }
+ Constant [ public int STATUS_REQUEST_TIMEOUT ] { -2 }
+ Constant [ public int STATUS_SERVER_RESET ] { -3 }
+ Constant [ public int STATUS_SEND_FAILED ] { -4 }
}
- Static properties [0] {
@@ -4681,7 +5015,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:openswoole> class OpenSwoole\Coroutine\Http\Client\Exception extends OpenSwoole\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -4773,1798 +5107,32 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Coroutine\MySQL ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [9] {
- Property [ public $serverInfo = NULL ]
- Property [ public $sock = -1 ]
- Property [ public $connected = false ]
- Property [ public $connect_errno = 0 ]
- Property [ public $connect_error = '' ]
- Property [ public $affected_rows = 0 ]
- Property [ public $insert_id = 0 ]
- Property [ public $error = '' ]
- Property [ public $errno = 0 ]
- }
-
- - Methods [16] {
- Method [ <internal, deprecated:openswoole, ctor> public method __construct ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method __destruct ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method getDefer ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method setDefer ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $defer = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method connect ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $server_config = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method query ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $sql ]
- Parameter #1 [ <optional> $timeout = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method fetch ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method fetchAll ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method nextResult ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method prepare ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $query ]
- Parameter #1 [ <optional> $timeout = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method recv ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method begin ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method commit ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method rollback ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method escape ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $string ]
- Parameter #1 [ <optional> $flags = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method close ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:openswoole> class Swoole\Coroutine\MySQL\Statement ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [5] {
- Property [ public $id = 0 ]
- Property [ public $affected_rows = 0 ]
- Property [ public $insert_id = 0 ]
- Property [ public $error = '' ]
- Property [ public $errno = 0 ]
- }
-
- - Methods [6] {
- Method [ <internal, deprecated:openswoole> public method execute ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> $params = <default> ]
- Parameter #1 [ <optional> $timeout = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method fetch ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method fetchAll ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method nextResult ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method recv ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method close ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:openswoole> class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Stringable, Throwable ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line = 0 ]
- }
-
- - Methods [10] {
- Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
-
- - Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
- }
- }
-
- Method [ <internal:Core, inherits Exception> public method __wakeup ] {
-
- - Parameters [0] {
- }
- - Tentative return [ void ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
-
- - Parameters [0] {
- }
- - Return [ ?Throwable ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
-
- Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
- }
- }
- }
-
- Class [ <internal:openswoole> class Swoole\Coroutine\Redis ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [8] {
- Property [ public $host = '' ]
- Property [ public $port = 0 ]
- Property [ public $setting = NULL ]
- Property [ public $sock = -1 ]
- Property [ public $connected = false ]
- Property [ public $errType = 0 ]
- Property [ public $errCode = 0 ]
- Property [ public $errMsg = '' ]
- }
-
- - Methods [165] {
- Method [ <internal:openswoole, ctor> public method __construct ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> array $setting = [] ]
- }
- }
-
- Method [ <internal:openswoole> public method __destruct ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:openswoole> public method connect ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $host ]
- Parameter #1 [ <required> int $port ]
- Parameter #2 [ <optional> bool $serialize = false ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method getAuth ] {
-
- - Parameters [0] {
- }
- - Return [ mixed ]
- }
-
- Method [ <internal:openswoole> public method getDBNum ] {
-
- - Parameters [0] {
- }
- - Return [ int|bool ]
- }
-
- Method [ <internal:openswoole> public method getOptions ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method setOptions ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $options ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method getDefer ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method setDefer ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> bool $defer = true ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method recv ] {
-
- - Parameters [0] {
- }
- - Return [ mixed ]
- }
-
- Method [ <internal:openswoole> public method request ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $params ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:openswoole> public method close ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method set ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> mixed $value ]
- Parameter #2 [ <optional> mixed $opt = null ]
- }
- - Return [ Swoole\Coroutine\Redis|bool ]
- }
-
- Method [ <internal:openswoole> public method setBit ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $idx ]
- Parameter #2 [ <required> bool $value ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method setEx ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $expire ]
- Parameter #2 [ <required> mixed $value ]
- }
- - Return [ Swoole\Coroutine\Redis|bool ]
- }
-
- Method [ <internal:openswoole> public method psetEx ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $expire ]
- Parameter #2 [ <required> mixed $value ]
- }
- - Return [ Swoole\Coroutine\Redis|bool ]
- }
-
- Method [ <internal:openswoole> public method lSet ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $index ]
- Parameter #2 [ <required> string $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method get ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ Swoole\Coroutine\Redis|string ]
- }
-
- Method [ <internal:openswoole> public method mGet ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $keys ]
- }
- - Return [ Swoole\Coroutine\Redis|array ]
- }
-
- Method [ <internal:openswoole> public method del ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array|string $key ]
- Parameter #1 [ <optional> string ...$other_keys ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method hDel ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $member ]
- Parameter #2 [ <optional> string ...$other_members ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method hSet ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $member ]
- Parameter #2 [ <required> string $value ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method hMSet ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> array $keyvals ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method hSetNx ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $member ]
- Parameter #2 [ <required> string $value ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method delete ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array|string $key ]
- Parameter #1 [ <optional> string ...$other_keys ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method mSet ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $key_values ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method mSetNx ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $key_values ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method getKeys ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $pattern ]
- }
- - Return [ Swoole\Coroutine\Redis|array ]
- }
-
- Method [ <internal:openswoole> public method keys ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $pattern ]
- }
- - Return [ Swoole\Coroutine\Redis|array ]
- }
-
- Method [ <internal:openswoole> public method exists ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ Swoole\Coroutine\Redis|bool ]
- }
-
- Method [ <internal:openswoole> public method type ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method strLen ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method lPop ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ Swoole\Coroutine\Redis|string ]
- }
-
- Method [ <internal:openswoole> public method blPop ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array|string $key ]
- Parameter #1 [ <required> string|int $timeout_or_key ]
- Parameter #2 [ <optional> mixed ...$extra_args ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method rPop ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ Swoole\Coroutine\Redis|string ]
- }
-
- Method [ <internal:openswoole> public method brPop ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array|string $key ]
- Parameter #1 [ <required> string|int $timeout_or_key ]
- Parameter #2 [ <optional> mixed ...$extra_args ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method bRPopLPush ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $src ]
- Parameter #1 [ <required> string $dst ]
- Parameter #2 [ <required> int $timeout ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:openswoole> public method lSize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method lLen ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method sSize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method scard ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method sPop ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> int $count = 0 ]
- }
- - Return [ array|string ]
- }
-
- Method [ <internal:openswoole> public method sMembers ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method sGetMembers ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method sRandMember ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> int $count = 0 ]
- }
- - Return [ array|string ]
- }
-
- Method [ <internal:openswoole> public method persist ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method ttl ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method pttl ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zCard ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zSize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method hLen ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method hKeys ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method hVals ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method hGetAll ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method debug ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:openswoole> public method restore ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $timeout ]
- Parameter #2 [ <required> string $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method dump ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:openswoole> public method renameKey ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key_src ]
- Parameter #1 [ <required> string $key_dst ]
- }
- - Return [ Swoole\Coroutine\Redis|bool ]
- }
-
- Method [ <internal:openswoole> public method rename ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key_src ]
- Parameter #1 [ <required> string $key_dst ]
- }
- - Return [ Swoole\Coroutine\Redis|bool ]
- }
-
- Method [ <internal:openswoole> public method renameNx ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key_src ]
- Parameter #1 [ <required> string $key_dst ]
- }
- - Return [ Swoole\Coroutine\Redis|bool ]
- }
-
- Method [ <internal:openswoole> public method rpoplpush ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $src ]
- Parameter #1 [ <required> string $dst ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:openswoole> public method randomKey ] {
-
- - Parameters [0] {
- }
- - Return [ Swoole\Coroutine\Redis|string ]
- }
-
- Method [ <internal:openswoole> public method pfadd ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> array $elements ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method pfcount ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method pfmerge ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $dst ]
- Parameter #1 [ <required> array $keys ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method ping ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $key = null ]
- }
- - Return [ Swoole\Coroutine\Redis|string ]
- }
-
- Method [ <internal:openswoole> public method auth ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> mixed $credentials ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method unwatch ] {
-
- - Parameters [0] {
- }
- - Return [ Swoole\Coroutine\Redis|bool ]
- }
-
- Method [ <internal:openswoole> public method watch ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array|string $key ]
- Parameter #1 [ <optional> string ...$other_keys ]
- }
- - Return [ Swoole\Coroutine\Redis|bool ]
- }
-
- Method [ <internal:openswoole> public method save ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method bgSave ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method lastSave ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method flushDB ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> bool $async = false ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method flushAll ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> bool $async = false ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method dbSize ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method bgrewriteaof ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method time ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method role ] {
-
- - Parameters [0] {
- }
- - Return [ mixed ]
- }
-
- Method [ <internal:openswoole> public method setRange ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $start ]
- Parameter #2 [ <required> string $value ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method setNx ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> mixed $value ]
- }
- - Return [ Swoole\Coroutine\Redis|array|bool ]
- }
-
- Method [ <internal:openswoole> public method getSet ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> mixed $value ]
- }
- - Return [ Swoole\Coroutine\Redis|string ]
- }
-
- Method [ <internal:openswoole> public method append ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> mixed $value ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method lPushx ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> mixed $value ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method lPush ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> mixed $value ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method rPush ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> mixed $value ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method rPushx ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> mixed $value ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method sContains ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> mixed $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method sismember ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> mixed $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method zScore ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> mixed $member ]
- }
- - Return [ float ]
- }
-
- Method [ <internal:openswoole> public method zRank ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $member ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zRevRank ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $member ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method hGet ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $member ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:openswoole> public method hMGet ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> array $keys ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method hExists ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $member ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method publish ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $channel ]
- Parameter #1 [ <required> string $message ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zIncrBy ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> float $value ]
- Parameter #2 [ <required> mixed $member ]
- }
- - Return [ float ]
- }
-
- Method [ <internal:openswoole> public method zAdd ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $score ]
- Parameter #2 [ <required> string $value ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zPopMin ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> ?int $value = null ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method zPopMax ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> ?int $value = null ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method bzPopMin ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array|string $key ]
- Parameter #1 [ <required> string|int $timeout_or_key ]
- Parameter #2 [ <optional> mixed ...$extra_args ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method bzPopMax ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array|string $key ]
- Parameter #1 [ <required> string|int $timeout_or_key ]
- Parameter #2 [ <optional> mixed ...$extra_args ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method zDeleteRangeByScore ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $start ]
- Parameter #2 [ <required> string $end ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zRemRangeByScore ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $start ]
- Parameter #2 [ <required> string $end ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zCount ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $start ]
- Parameter #2 [ <required> string $end ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zRange ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $start ]
- Parameter #2 [ <required> int $end ]
- Parameter #3 [ <optional> mixed $scores = null ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method zRevRange ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $start ]
- Parameter #2 [ <required> int $end ]
- Parameter #3 [ <optional> mixed $scores = null ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method zRangeByScore ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $start ]
- Parameter #2 [ <required> string $end ]
- Parameter #3 [ <optional> array $options = [] ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method zRevRangeByScore ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $start ]
- Parameter #2 [ <required> string $end ]
- Parameter #3 [ <optional> array $options = [] ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method zRangeByLex ] {
-
- - Parameters [5] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $min ]
- Parameter #2 [ <required> string $max ]
- Parameter #3 [ <optional> int $offset = -1 ]
- Parameter #4 [ <optional> int $count = -1 ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method zRevRangeByLex ] {
-
- - Parameters [5] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $min ]
- Parameter #2 [ <required> string $max ]
- Parameter #3 [ <optional> int $offset = -1 ]
- Parameter #4 [ <optional> int $count = -1 ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method zInter ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array $keys ]
- Parameter #1 [ <optional> array $weights = null ]
- Parameter #2 [ <optional> array $options = null ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method zinterstore ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $dst ]
- Parameter #1 [ <required> array $keys ]
- Parameter #2 [ <optional> array $weights = null ]
- Parameter #3 [ <optional> string $aggregate = null ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zUnion ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array $keys ]
- Parameter #1 [ <optional> array $weights = null ]
- Parameter #2 [ <optional> array $options = null ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method zunionstore ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $dst ]
- Parameter #1 [ <required> array $keys ]
- Parameter #2 [ <optional> array $weights = null ]
- Parameter #3 [ <optional> string $aggregate = null ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method incrBy ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $value ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method hIncrBy ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $member ]
- Parameter #2 [ <required> int $value ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method incr ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method decrBy ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $value ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method decr ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $key ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method getBit ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $idx ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method lInsert ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $pos ]
- Parameter #2 [ <required> mixed $pivot ]
- Parameter #3 [ <required> mixed $value ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method lGet ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $index ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:openswoole> public method lIndex ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $index ]
- }
- - Return [ string ]
- }
-
- Method [ <internal:openswoole> public method setTimeout ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $timeout ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method expire ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $timeout ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method pexpire ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $timeout ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method expireAt ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $timeout ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method pexpireAt ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $timeout ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method move ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $index ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method select ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $db ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method getRange ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $start ]
- Parameter #2 [ <required> int $end ]
- }
- - Return [ Swoole\Coroutine\Redis|string ]
- }
-
- Method [ <internal:openswoole> public method listTrim ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $start ]
- Parameter #2 [ <required> int $end ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method ltrim ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $start ]
- Parameter #2 [ <required> int $end ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method lGetRange ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $start ]
- Parameter #2 [ <required> int $end ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method lRange ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $start ]
- Parameter #2 [ <required> int $end ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method lRem ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <optional> int $count = 0 ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method lRemove ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <optional> int $count = 0 ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method zDeleteRangeByRank ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $start ]
- Parameter #2 [ <required> int $end ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zRemRangeByRank ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> int $start ]
- Parameter #2 [ <required> int $end ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method incrByFloat ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> float $value ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method hIncrByFloat ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $member ]
- Parameter #2 [ <required> float $value ]
- }
- - Return [ float ]
- }
-
- Method [ <internal:openswoole> public method bitCount ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> int $start = 0 ]
- Parameter #2 [ <optional> int $end = -1 ]
- }
- - Return [ Swoole\Coroutine\Redis|int ]
- }
-
- Method [ <internal:openswoole> public method bitOp ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $operation ]
- Parameter #1 [ <required> string $deskey ]
- Parameter #2 [ <required> string $srckey ]
- Parameter #3 [ <optional> string ...$other_keys ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method sAdd ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> mixed $value ]
- Parameter #2 [ <optional> mixed ...$other_values ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method sMove ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $src ]
- Parameter #1 [ <required> string $dst ]
- Parameter #2 [ <required> mixed $value ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole> public method sDiff ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> string ...$other_keys ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method sDiffStore ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $dst ]
- Parameter #1 [ <required> string $key ]
- Parameter #2 [ <optional> string ...$other_keys ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method sUnion ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> string ...$other_keys ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method sUnionStore ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $dst ]
- Parameter #1 [ <required> string $key ]
- Parameter #2 [ <optional> string ...$other_keys ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method sInter ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <optional> string ...$other_keys ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method sInterStore ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $dst ]
- Parameter #1 [ <required> string $key ]
- Parameter #2 [ <optional> string ...$other_keys ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method sRemove ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <optional> string ...$other_values ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method srem ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $value ]
- Parameter #2 [ <optional> string ...$other_values ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zDelete ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $member ]
- Parameter #2 [ <optional> string ...$other_members ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zRemove ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $member ]
- Parameter #2 [ <optional> string ...$other_members ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method zRem ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $key ]
- Parameter #1 [ <required> string $member ]
- Parameter #2 [ <optional> string ...$other_members ]
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole> public method pSubscribe ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $patterns ]
- }
- - Return [ void ]
- }
-
- Method [ <internal:openswoole> public method subscribe ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $channel ]
- Parameter #1 [ <optional> string ...$other_channels ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method unsubscribe ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $channel ]
- Parameter #1 [ <optional> string ...$other_channels ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method pUnSubscribe ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $patterns ]
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method multi ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> int $value = Redis::MULTI ]
- }
- - Return [ Swoole\Coroutine\Redis|bool ]
- }
-
- Method [ <internal:openswoole> public method exec ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
- }
-
- Method [ <internal:openswoole> public method eval ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $script ]
- Parameter #1 [ <optional> array $keys = null ]
- Parameter #2 [ <optional> int $num_keys = 0 ]
- }
- - Return [ mixed ]
- }
-
- Method [ <internal:openswoole> public method evalSha ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $sha1 ]
- Parameter #1 [ <optional> array $keys = null ]
- Parameter #2 [ <optional> int $num_keys = 0 ]
- }
- - Return [ mixed ]
- }
-
- Method [ <internal:openswoole> public method script ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $command ]
- Parameter #1 [ <optional> mixed ...$args ]
- }
- - Return [ mixed ]
- }
- }
- }
-
- Class [ <internal:openswoole> class Swoole\Coroutine\Http2\Client ] {
-
- - Constants [0] {
+ Class [ <internal:openswoole> class OpenSwoole\Coroutine\Http2\Client ] {
+
+ - Constants [23] {
+ Constant [ public int HTTP2_TYPE_DATA ] { 0 }
+ Constant [ public int HTTP2_TYPE_HEADERS ] { 1 }
+ Constant [ public int HTTP2_TYPE_PRIORITY ] { 2 }
+ Constant [ public int HTTP2_TYPE_RST_STREAM ] { 3 }
+ Constant [ public int HTTP2_TYPE_SETTINGS ] { 4 }
+ Constant [ public int HTTP2_TYPE_PUSH_PROMISE ] { 5 }
+ Constant [ public int HTTP2_TYPE_PING ] { 6 }
+ Constant [ public int HTTP2_TYPE_GOAWAY ] { 7 }
+ Constant [ public int HTTP2_TYPE_WINDOW_UPDATE ] { 8 }
+ Constant [ public int HTTP2_TYPE_CONTINUATION ] { 9 }
+ Constant [ public int HTTP2_ERROR_NO_ERROR ] { 0 }
+ Constant [ public int HTTP2_ERROR_PROTOCOL_ERROR ] { 1 }
+ Constant [ public int HTTP2_ERROR_INTERNAL_ERROR ] { 2 }
+ Constant [ public int HTTP2_ERROR_FLOW_CONTROL_ERROR ] { 3 }
+ Constant [ public int HTTP2_ERROR_SETTINGS_TIMEOUT ] { 4 }
+ Constant [ public int HTTP2_ERROR_STREAM_CLOSED ] { 5 }
+ Constant [ public int HTTP2_ERROR_FRAME_SIZE_ERROR ] { 6 }
+ Constant [ public int HTTP2_ERROR_REFUSED_STREAM ] { 7 }
+ Constant [ public int HTTP2_ERROR_CANCEL ] { 8 }
+ Constant [ public int HTTP2_ERROR_COMPRESSION_ERROR ] { 9 }
+ Constant [ public int HTTP2_ERROR_CONNECT_ERROR ] { 10 }
+ Constant [ public int HTTP2_ERROR_ENHANCE_YOUR_CALM ] { 11 }
+ Constant [ public int HTTP2_ERROR_INADEQUATE_SECURITY ] { 12 }
}
- Static properties [0] {
@@ -6635,7 +5203,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Method [ <internal:openswoole> public method send ] {
- Parameters [1] {
- Parameter #0 [ <required> Swoole\Http2\Request $request ]
+ Parameter #0 [ <required> OpenSwoole\Http2\Request $request ]
}
- Return [ int|bool ]
}
@@ -6655,7 +5223,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [1] {
Parameter #0 [ <optional> float $timeout = 0 ]
}
- - Return [ Swoole\Http2\Response|bool ]
+ - Return [ OpenSwoole\Http2\Response|bool ]
}
Method [ <internal:openswoole> public method read ] {
@@ -6663,13 +5231,13 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [1] {
Parameter #0 [ <optional> float $timeout = 0 ]
}
- - Return [ Swoole\Http2\Response|bool ]
+ - Return [ OpenSwoole\Http2\Response|bool ]
}
Method [ <internal:openswoole> public method goaway ] {
- Parameters [2] {
- Parameter #0 [ <optional> int $errorCode = SWOOLE_HTTP2_ERROR_NO_ERROR ]
+ Parameter #0 [ <optional> int $errorCode = OpenSwoole\Coroutine\Http2\Client::HTTP2_ERROR_NO_ERROR ]
Parameter #1 [ <optional> string $debugData = "" ]
}
- Return [ bool ]
@@ -6691,7 +5259,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:openswoole> class OpenSwoole\Coroutine\Http2\Client\Exception extends OpenSwoole\Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -6783,7 +5351,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Http2\Request ] {
+ Class [ <internal:openswoole> class OpenSwoole\Http2\Request ] {
- Constants [0] {
}
@@ -6807,7 +5375,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Http2\Response ] {
+ Class [ <internal:openswoole> class OpenSwoole\Http2\Response ] {
- Constants [0] {
}
@@ -6833,9 +5401,31 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Server ] {
-
- - Constants [0] {
+ Class [ <internal:openswoole> class OpenSwoole\Server ] {
+
+ - Constants [22] {
+ Constant [ public int SIMPLE_MODE ] { 1 }
+ Constant [ public int POOL_MODE ] { 2 }
+ Constant [ public int IPC_UNSOCK ] { 1 }
+ Constant [ public int IPC_MSGQUEUE ] { 2 }
+ Constant [ public int IPC_PREEMPTIVE ] { 3 }
+ Constant [ public int DISPATCH_RESULT_DISCARD_PACKET ] { -1 }
+ Constant [ public int DISPATCH_RESULT_CLOSE_CONNECTION ] { -2 }
+ Constant [ public int DISPATCH_RESULT_USERFUNC_FALLBACK ] { -3 }
+ Constant [ public int TASK_TMPFILE ] { 1 }
+ Constant [ public int TASK_SERIALIZE ] { 2 }
+ Constant [ public int TASK_NONBLOCK ] { 4 }
+ Constant [ public int TASK_CALLBACK ] { 8 }
+ Constant [ public int TASK_WAITALL ] { 16 }
+ Constant [ public int TASK_COROUTINE ] { 32 }
+ Constant [ public int TASK_PEEK ] { 64 }
+ Constant [ public int TASK_NOREPLY ] { 128 }
+ Constant [ public int WORKER_BUSY ] { 1 }
+ Constant [ public int WORKER_IDLE ] { 2 }
+ Constant [ public int WORKER_EXIT ] { 3 }
+ Constant [ public int STATS_DEFAULT ] { 0 }
+ Constant [ public int STATS_JSON ] { 1 }
+ Constant [ public int STATS_OPENMETRICS ] { 2 }
}
- Static properties [0] {
@@ -6873,14 +5463,14 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Property [ public $stats_timer = NULL ]
}
- - Methods [47] {
+ - Methods [45] {
Method [ <internal:openswoole, ctor> public method __construct ] {
- Parameters [4] {
Parameter #0 [ <required> string $host ]
Parameter #1 [ <optional> int $port = 0 ]
- Parameter #2 [ <optional> int $mode = SWOOLE_PROCESS ]
- Parameter #3 [ <optional> int $sockType = SWOOLE_SOCK_TCP ]
+ Parameter #2 [ <optional> int $mode = OpenSwoole\Server::SIMPLE_MODE ]
+ Parameter #3 [ <optional> int $sockType = OpenSwoole\Constant::SOCK_TCP ]
}
}
@@ -6897,7 +5487,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Parameter #1 [ <required> int $port ]
Parameter #2 [ <required> int $sockType ]
}
- - Return [ Swoole\Server\Port|false ]
+ - Return [ OpenSwoole\Server\Port|false ]
}
Method [ <internal:openswoole> public method addlistener ] {
@@ -6907,7 +5497,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Parameter #1 [ <required> int $port ]
Parameter #2 [ <required> int $sockType ]
}
- - Return [ Swoole\Server\Port|false ]
+ - Return [ OpenSwoole\Server\Port|false ]
}
Method [ <internal:openswoole> public method on ] {
@@ -6919,6 +5509,22 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
+ Method [ <internal:openswoole> public method handle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> callable $callback ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:openswoole> public method setHandler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mixed $handler ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:openswoole> public method getCallback ] {
- Parameters [1] {
@@ -6980,14 +5586,6 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole> public method exist ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $fd ]
- }
- - Return [ bool ]
- }
-
Method [ <internal:openswoole> public method protect ] {
- Parameters [2] {
@@ -7110,13 +5708,6 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole> public method getLastError ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
Method [ <internal:openswoole> public method heartbeat ] {
- Parameters [1] {
@@ -7181,25 +5772,6 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int ]
}
- Method [ <internal:openswoole> public method connection_info ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> int $fd ]
- Parameter #1 [ <optional> int $reactorId = -1 ]
- Parameter #2 [ <optional> bool $noCheckConn = false ]
- }
- - Return [ array|bool ]
- }
-
- Method [ <internal:openswoole> public method connection_list ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> int $startFd = 0 ]
- Parameter #1 [ <optional> int $pageSize = 10 ]
- }
- - Return [ array|bool ]
- }
-
Method [ <internal:openswoole> public method sendMessage ] {
- Parameters [2] {
@@ -7212,7 +5784,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Method [ <internal:openswoole> public method addProcess ] {
- Parameters [1] {
- Parameter #0 [ <required> Swoole\Process $process ]
+ Parameter #0 [ <required> OpenSwoole\Process $process ]
}
- Return [ int|bool ]
}
@@ -7242,7 +5814,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Timer> public method after ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Timer> public method after ] {
- Parameters [2] {
Parameter #0 [ <required> int $ms ]
@@ -7251,7 +5823,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Timer> public method tick ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Timer> public method tick ] {
- Parameters [2] {
Parameter #0 [ <required> int $ms ]
@@ -7260,14 +5832,14 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Timer> public method clearTimer ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Timer> public method clearTimer ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Event> public method defer ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Event> public method defer ] {
- Parameters [1] {
Parameter #0 [ <required> callable $callback ]
@@ -7277,7 +5849,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> final class Swoole\Server\Task ] {
+ Class [ <internal:openswoole> final class OpenSwoole\Server\Task ] {
- Constants [0] {
}
@@ -7314,7 +5886,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Server\Event ] {
+ Class [ <internal:openswoole> class OpenSwoole\Server\Event ] {
- Constants [0] {
}
@@ -7336,7 +5908,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Server\Packet ] {
+ Class [ <internal:openswoole> class OpenSwoole\Server\Packet ] {
- Constants [0] {
}
@@ -7359,7 +5931,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Server\PipeMessage ] {
+ Class [ <internal:openswoole> class OpenSwoole\Server\PipeMessage ] {
- Constants [0] {
}
@@ -7380,7 +5952,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Server\StatusInfo ] {
+ Class [ <internal:openswoole> class OpenSwoole\Server\StatusInfo ] {
- Constants [0] {
}
@@ -7403,7 +5975,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Server\TaskResult ] {
+ Class [ <internal:openswoole> class OpenSwoole\Server\TaskResult ] {
- Constants [0] {
}
@@ -7425,7 +5997,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> <iterateable> class Swoole\Connection\Iterator implements Iterator, Traversable, ArrayAccess, Countable ] {
+ Class [ <internal:openswoole> <iterateable> class OpenSwoole\Connection\Iterator implements Iterator, Traversable, ArrayAccess, Countable ] {
- Constants [0] {
}
@@ -7529,7 +6101,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Server\Port ] {
+ Class [ <internal:openswoole> class OpenSwoole\Server\Port ] {
- Constants [0] {
}
@@ -7560,7 +6132,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Property [ public $connections = NULL ]
}
- - Methods [6] {
+ - Methods [8] {
Method [ <internal:openswoole, ctor> private method __construct ] {
- Parameters [0] {
@@ -7590,6 +6162,22 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
+ Method [ <internal:openswoole> public method handle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> callable $callback ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:openswoole> public method setHandler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mixed $handler ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:openswoole> public method getCallback ] {
- Parameters [1] {
@@ -7607,7 +6195,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Http\Request ] {
+ Class [ <internal:openswoole> class OpenSwoole\Http\Request ] {
- Constants [0] {
}
@@ -7689,7 +6277,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Http\Response ] {
+ Class [ <internal:openswoole> class OpenSwoole\Http\Response ] {
- Constants [0] {
}
@@ -7704,7 +6292,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Parameter #0 [ <optional> mixed $server = -1 ]
Parameter #1 [ <optional> int $fd = -1 ]
}
- - Return [ Swoole\Http\Response|bool ]
+ - Return [ OpenSwoole\Http\Response|bool ]
}
}
@@ -7878,7 +6466,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Method [ <internal:openswoole> public method goaway ] {
- Parameters [2] {
- Parameter #0 [ <optional> int $errorCode = SWOOLE_HTTP2_ERROR_NO_ERROR ]
+ Parameter #0 [ <optional> int $errorCode = OpenSwoole\Coroutine\Http2\Client::HTTP2_ERROR_NO_ERROR ]
Parameter #1 [ <optional> string $debugData = "" ]
}
- Return [ bool ]
@@ -7894,9 +6482,9 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Method [ <internal:openswoole> public method push ] {
- Parameters [3] {
- Parameter #0 [ <required> Swoole\WebSocket\Frame|string $data ]
- Parameter #1 [ <optional> int $opcode = SWOOLE_WEBSOCKET_OPCODE_TEXT ]
- Parameter #2 [ <optional> int $flags = SWOOLE_WEBSOCKET_FLAG_FIN ]
+ Parameter #0 [ <required> OpenSwoole\WebSocket\Frame|string $data ]
+ Parameter #1 [ <optional> int $opcode = OpenSwoole\WebSocket\Server::WEBSOCKET_OPCODE_TEXT ]
+ Parameter #2 [ <optional> int $flags = OpenSwoole\WebSocket\Server::WEBSOCKET_FLAG_FIN ]
}
- Return [ bool ]
}
@@ -7906,7 +6494,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [1] {
Parameter #0 [ <optional> float $timeout = 0 ]
}
- - Return [ Swoole\WebSocket\Frame|string|bool ]
+ - Return [ OpenSwoole\WebSocket\Frame|string|bool ]
}
Method [ <internal:openswoole> public method close ] {
@@ -7924,9 +6512,31 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Http\Server extends Swoole\Server ] {
+ Class [ <internal:openswoole> class OpenSwoole\Http\Server extends OpenSwoole\Server ] {
- - Constants [0] {
+ - Constants [22] {
+ Constant [ public int SIMPLE_MODE ] { 1 }
+ Constant [ public int POOL_MODE ] { 2 }
+ Constant [ public int IPC_UNSOCK ] { 1 }
+ Constant [ public int IPC_MSGQUEUE ] { 2 }
+ Constant [ public int IPC_PREEMPTIVE ] { 3 }
+ Constant [ public int DISPATCH_RESULT_DISCARD_PACKET ] { -1 }
+ Constant [ public int DISPATCH_RESULT_CLOSE_CONNECTION ] { -2 }
+ Constant [ public int DISPATCH_RESULT_USERFUNC_FALLBACK ] { -3 }
+ Constant [ public int TASK_TMPFILE ] { 1 }
+ Constant [ public int TASK_SERIALIZE ] { 2 }
+ Constant [ public int TASK_NONBLOCK ] { 4 }
+ Constant [ public int TASK_CALLBACK ] { 8 }
+ Constant [ public int TASK_WAITALL ] { 16 }
+ Constant [ public int TASK_COROUTINE ] { 32 }
+ Constant [ public int TASK_PEEK ] { 64 }
+ Constant [ public int TASK_NOREPLY ] { 128 }
+ Constant [ public int WORKER_BUSY ] { 1 }
+ Constant [ public int WORKER_IDLE ] { 2 }
+ Constant [ public int WORKER_EXIT ] { 3 }
+ Constant [ public int STATS_DEFAULT ] { 0 }
+ Constant [ public int STATS_JSON ] { 1 }
+ Constant [ public int STATS_OPENMETRICS ] { 2 }
}
- Static properties [0] {
@@ -7951,44 +6561,44 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Property [ public $stats_timer = NULL ]
}
- - Methods [47] {
- Method [ <internal:openswoole, inherits Swoole\Server, ctor> public method __construct ] {
+ - Methods [45] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server, ctor> public method __construct ] {
- Parameters [4] {
Parameter #0 [ <required> string $host ]
Parameter #1 [ <optional> int $port = 0 ]
- Parameter #2 [ <optional> int $mode = SWOOLE_PROCESS ]
- Parameter #3 [ <optional> int $sockType = SWOOLE_SOCK_TCP ]
+ Parameter #2 [ <optional> int $mode = OpenSwoole\Server::SIMPLE_MODE ]
+ Parameter #3 [ <optional> int $sockType = OpenSwoole\Constant::SOCK_TCP ]
}
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method __destruct ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method __destruct ] {
- Parameters [0] {
}
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method listen ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method listen ] {
- Parameters [3] {
Parameter #0 [ <required> string $host ]
Parameter #1 [ <required> int $port ]
Parameter #2 [ <required> int $sockType ]
}
- - Return [ Swoole\Server\Port|false ]
+ - Return [ OpenSwoole\Server\Port|false ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method addlistener ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method addlistener ] {
- Parameters [3] {
Parameter #0 [ <required> string $host ]
Parameter #1 [ <required> int $port ]
Parameter #2 [ <required> int $sockType ]
}
- - Return [ Swoole\Server\Port|false ]
+ - Return [ OpenSwoole\Server\Port|false ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method on ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method on ] {
- Parameters [2] {
Parameter #0 [ <required> string $event ]
@@ -7997,7 +6607,23 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getCallback ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method handle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> callable $callback ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method setHandler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mixed $handler ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getCallback ] {
- Parameters [1] {
Parameter #0 [ <required> string $event ]
@@ -8005,7 +6631,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ mixed ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method set ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method set ] {
- Parameters [1] {
Parameter #0 [ <required> array $settings ]
@@ -8013,14 +6639,14 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method start ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method start ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method send ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method send ] {
- Parameters [3] {
Parameter #0 [ <required> string|int $fd ]
@@ -8030,7 +6656,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method sendto ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method sendto ] {
- Parameters [4] {
Parameter #0 [ <required> string $ip ]
@@ -8041,7 +6667,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method sendwait ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method sendwait ] {
- Parameters [2] {
Parameter #0 [ <required> int $fd ]
@@ -8050,15 +6676,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method exists ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $fd ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method exist ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method exists ] {
- Parameters [1] {
Parameter #0 [ <required> int $fd ]
@@ -8066,7 +6684,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method protect ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method protect ] {
- Parameters [2] {
Parameter #0 [ <required> int $fd ]
@@ -8075,7 +6693,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method sendfile ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method sendfile ] {
- Parameters [4] {
Parameter #0 [ <required> int $fd ]
@@ -8086,7 +6704,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method close ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method close ] {
- Parameters [2] {
Parameter #0 [ <required> int $fd ]
@@ -8095,7 +6713,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method confirm ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method confirm ] {
- Parameters [1] {
Parameter #0 [ <required> int $fd ]
@@ -8103,7 +6721,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method pause ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method pause ] {
- Parameters [1] {
Parameter #0 [ <required> int $fd ]
@@ -8111,7 +6729,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method resume ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method resume ] {
- Parameters [1] {
Parameter #0 [ <required> int $fd ]
@@ -8119,7 +6737,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method task ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method task ] {
- Parameters [3] {
Parameter #0 [ <required> mixed $data ]
@@ -8129,7 +6747,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method taskwait ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method taskwait ] {
- Parameters [3] {
Parameter #0 [ <required> mixed $data ]
@@ -8139,7 +6757,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ string|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method taskWaitMulti ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method taskWaitMulti ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
@@ -8148,7 +6766,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ array|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method taskCo ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method taskCo ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
@@ -8157,7 +6775,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ array|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method finish ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method finish ] {
- Parameters [1] {
Parameter #0 [ <required> mixed $data ]
@@ -8165,21 +6783,21 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method reload ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method reload ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method shutdown ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method shutdown ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method stop ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method stop ] {
- Parameters [2] {
Parameter #0 [ <required> int $workerId ]
@@ -8188,14 +6806,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getLastError ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method heartbeat ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method heartbeat ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $closeConn = false ]
@@ -8203,7 +6814,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ array|false ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getClientInfo ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getClientInfo ] {
- Parameters [3] {
Parameter #0 [ <required> int $fd ]
@@ -8213,7 +6824,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ array|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getClientList ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getClientList ] {
- Parameters [2] {
Parameter #0 [ <optional> int $startFd = 0 ]
@@ -8222,14 +6833,14 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ array|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getWorkerId ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getWorkerId ] {
- Parameters [0] {
}
- Return [ int ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getWorkerPid ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getWorkerPid ] {
- Parameters [1] {
Parameter #0 [ <optional> int $workerId = -1 ]
@@ -8237,7 +6848,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|false ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getWorkerStatus ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getWorkerStatus ] {
- Parameters [1] {
Parameter #0 [ <optional> int $workerId = -1 ]
@@ -8245,40 +6856,21 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getManagerPid ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getManagerPid ] {
- Parameters [0] {
}
- Return [ int ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getMasterPid ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getMasterPid ] {
- Parameters [0] {
}
- Return [ int ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method connection_info ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> int $fd ]
- Parameter #1 [ <optional> int $reactorId = -1 ]
- Parameter #2 [ <optional> bool $noCheckConn = false ]
- }
- - Return [ array|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method connection_list ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> int $startFd = 0 ]
- Parameter #1 [ <optional> int $pageSize = 10 ]
- }
- - Return [ array|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method sendMessage ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method sendMessage ] {
- Parameters [2] {
Parameter #0 [ <required> mixed $message ]
@@ -8287,15 +6879,15 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method addProcess ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method addProcess ] {
- Parameters [1] {
- Parameter #0 [ <required> Swoole\Process $process ]
+ Parameter #0 [ <required> OpenSwoole\Process $process ]
}
- Return [ int|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method stats ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method stats ] {
- Parameters [1] {
Parameter #0 [ <optional> int $mode = 0 ]
@@ -8303,7 +6895,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ array|string|false ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getSocket ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getSocket ] {
- Parameters [1] {
Parameter #0 [ <optional> int $port = -1 ]
@@ -8311,7 +6903,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ mixed ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method bind ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method bind ] {
- Parameters [2] {
Parameter #0 [ <required> int $fd ]
@@ -8320,7 +6912,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Timer> public method after ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Timer> public method after ] {
- Parameters [2] {
Parameter #0 [ <required> int $ms ]
@@ -8329,7 +6921,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Timer> public method tick ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Timer> public method tick ] {
- Parameters [2] {
Parameter #0 [ <required> int $ms ]
@@ -8338,14 +6930,14 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Timer> public method clearTimer ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Timer> public method clearTimer ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Event> public method defer ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Event> public method defer ] {
- Parameters [1] {
Parameter #0 [ <required> callable $callback ]
@@ -8355,82 +6947,59 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> final class Swoole\Coroutine\Http\Server ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [7] {
- Property [ public $fd = -1 ]
- Property [ public $host = NULL ]
- Property [ public $port = -1 ]
- Property [ public $ssl = false ]
- Property [ public $settings = NULL ]
- Property [ public $errCode = 0 ]
- Property [ public $errMsg = '' ]
- }
-
- - Methods [7] {
- Method [ <internal, deprecated:openswoole, ctor> public method __construct ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $ssl = <default> ]
- Parameter #3 [ <optional> $reuse_port = <default> ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method __destruct ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method set ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $settings ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method handle ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> $pattern ]
- Parameter #1 [ <required> callable $callback ]
- }
- }
-
- Method [ <internal, deprecated:openswoole> private method onAccept ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method start ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal, deprecated:openswoole> public method shutdown ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
- Class [ <internal:openswoole> class Swoole\WebSocket\Server extends Swoole\Http\Server ] {
-
- - Constants [0] {
+ Class [ <internal:openswoole> class OpenSwoole\WebSocket\Server extends OpenSwoole\Http\Server ] {
+
+ - Constants [50] {
+ Constant [ public int SIMPLE_MODE ] { 1 }
+ Constant [ public int POOL_MODE ] { 2 }
+ Constant [ public int IPC_UNSOCK ] { 1 }
+ Constant [ public int IPC_MSGQUEUE ] { 2 }
+ Constant [ public int IPC_PREEMPTIVE ] { 3 }
+ Constant [ public int DISPATCH_RESULT_DISCARD_PACKET ] { -1 }
+ Constant [ public int DISPATCH_RESULT_CLOSE_CONNECTION ] { -2 }
+ Constant [ public int DISPATCH_RESULT_USERFUNC_FALLBACK ] { -3 }
+ Constant [ public int TASK_TMPFILE ] { 1 }
+ Constant [ public int TASK_SERIALIZE ] { 2 }
+ Constant [ public int TASK_NONBLOCK ] { 4 }
+ Constant [ public int TASK_CALLBACK ] { 8 }
+ Constant [ public int TASK_WAITALL ] { 16 }
+ Constant [ public int TASK_COROUTINE ] { 32 }
+ Constant [ public int TASK_PEEK ] { 64 }
+ Constant [ public int TASK_NOREPLY ] { 128 }
+ Constant [ public int WORKER_BUSY ] { 1 }
+ Constant [ public int WORKER_IDLE ] { 2 }
+ Constant [ public int WORKER_EXIT ] { 3 }
+ Constant [ public int STATS_DEFAULT ] { 0 }
+ Constant [ public int STATS_JSON ] { 1 }
+ Constant [ public int STATS_OPENMETRICS ] { 2 }
+ Constant [ public int WEBSOCKET_STATUS_CONNECTION ] { 1 }
+ Constant [ public int WEBSOCKET_STATUS_HANDSHAKE ] { 2 }
+ Constant [ public int WEBSOCKET_STATUS_ACTIVE ] { 3 }
+ Constant [ public int WEBSOCKET_STATUS_CLOSING ] { 4 }
+ Constant [ public int WEBSOCKET_OPCODE_CONTINUATION ] { 0 }
+ Constant [ public int WEBSOCKET_OPCODE_TEXT ] { 1 }
+ Constant [ public int WEBSOCKET_OPCODE_BINARY ] { 2 }
+ Constant [ public int WEBSOCKET_OPCODE_CLOSE ] { 8 }
+ Constant [ public int WEBSOCKET_OPCODE_PING ] { 9 }
+ Constant [ public int WEBSOCKET_OPCODE_PONG ] { 10 }
+ Constant [ public int WEBSOCKET_FLAG_FIN ] { 1 }
+ Constant [ public int WEBSOCKET_FLAG_RSV1 ] { 4 }
+ Constant [ public int WEBSOCKET_FLAG_RSV2 ] { 8 }
+ Constant [ public int WEBSOCKET_FLAG_RSV3 ] { 16 }
+ Constant [ public int WEBSOCKET_FLAG_MASK ] { 32 }
+ Constant [ public int WEBSOCKET_FLAG_COMPRESS ] { 2 }
+ Constant [ public int WEBSOCKET_CLOSE_NORMAL ] { 1000 }
+ Constant [ public int WEBSOCKET_CLOSE_GOING_AWAY ] { 1001 }
+ Constant [ public int WEBSOCKET_CLOSE_PROTOCOL_ERROR ] { 1002 }
+ Constant [ public int WEBSOCKET_CLOSE_DATA_ERROR ] { 1003 }
+ Constant [ public int WEBSOCKET_CLOSE_STATUS_ERROR ] { 1005 }
+ Constant [ public int WEBSOCKET_CLOSE_ABNORMAL ] { 1006 }
+ Constant [ public int WEBSOCKET_CLOSE_MESSAGE_ERROR ] { 1007 }
+ Constant [ public int WEBSOCKET_CLOSE_POLICY_ERROR ] { 1008 }
+ Constant [ public int WEBSOCKET_CLOSE_MESSAGE_TOO_BIG ] { 1009 }
+ Constant [ public int WEBSOCKET_CLOSE_EXTENSION_MISSING ] { 1010 }
+ Constant [ public int WEBSOCKET_CLOSE_SERVER_ERROR ] { 1011 }
+ Constant [ public int WEBSOCKET_CLOSE_TLS ] { 1015 }
}
- Static properties [0] {
@@ -8440,9 +7009,9 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Method [ <internal:openswoole> static public method pack ] {
- Parameters [3] {
- Parameter #0 [ <required> Swoole\WebSocket\Frame|string $data ]
- Parameter #1 [ <optional> int $opcode = SWOOLE_WEBSOCKET_OPCODE_TEXT ]
- Parameter #2 [ <optional> int $flags = SWOOLE_WEBSOCKET_FLAG_FIN ]
+ Parameter #0 [ <required> OpenSwoole\WebSocket\Frame|string $data ]
+ Parameter #1 [ <optional> int $opcode = OpenSwoole\WebSocket\Server::WEBSOCKET_OPCODE_TEXT ]
+ Parameter #2 [ <optional> int $flags = OpenSwoole\WebSocket\Server::WEBSOCKET_FLAG_FIN ]
}
- Return [ string ]
}
@@ -8452,7 +7021,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [1] {
Parameter #0 [ <required> string $data ]
}
- - Return [ Swoole\WebSocket\Frame|false ]
+ - Return [ OpenSwoole\WebSocket\Frame|false ]
}
}
@@ -8472,14 +7041,14 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Property [ public $stats_timer = NULL ]
}
- - Methods [50] {
+ - Methods [48] {
Method [ <internal:openswoole> public method push ] {
- Parameters [4] {
Parameter #0 [ <required> int $fd ]
- Parameter #1 [ <required> Swoole\WebSocket\Frame|string $data ]
- Parameter #2 [ <optional> int $opcode = SWOOLE_WEBSOCKET_OPCODE_TEXT ]
- Parameter #3 [ <optional> int $flags = SWOOLE_WEBSOCKET_FLAG_FIN ]
+ Parameter #1 [ <required> OpenSwoole\WebSocket\Frame|string $data ]
+ Parameter #2 [ <optional> int $opcode = OpenSwoole\WebSocket\Server::WEBSOCKET_OPCODE_TEXT ]
+ Parameter #3 [ <optional> int $flags = OpenSwoole\WebSocket\Server::WEBSOCKET_FLAG_FIN ]
}
- Return [ bool ]
}
@@ -8488,7 +7057,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [3] {
Parameter #0 [ <required> int $fd ]
- Parameter #1 [ <optional> int $code = SWOOLE_WEBSOCKET_CLOSE_NORMAL ]
+ Parameter #1 [ <optional> int $code = OpenSwoole\WebSocket\Server::WEBSOCKET_CLOSE_NORMAL ]
Parameter #2 [ <optional> string $reason = "" ]
}
- Return [ bool ]
@@ -8502,43 +7071,43 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server, ctor> public method __construct ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server, ctor> public method __construct ] {
- Parameters [4] {
Parameter #0 [ <required> string $host ]
Parameter #1 [ <optional> int $port = 0 ]
- Parameter #2 [ <optional> int $mode = SWOOLE_PROCESS ]
- Parameter #3 [ <optional> int $sockType = SWOOLE_SOCK_TCP ]
+ Parameter #2 [ <optional> int $mode = OpenSwoole\Server::SIMPLE_MODE ]
+ Parameter #3 [ <optional> int $sockType = OpenSwoole\Constant::SOCK_TCP ]
}
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method __destruct ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method __destruct ] {
- Parameters [0] {
}
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method listen ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method listen ] {
- Parameters [3] {
Parameter #0 [ <required> string $host ]
Parameter #1 [ <required> int $port ]
Parameter #2 [ <required> int $sockType ]
}
- - Return [ Swoole\Server\Port|false ]
+ - Return [ OpenSwoole\Server\Port|false ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method addlistener ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method addlistener ] {
- Parameters [3] {
Parameter #0 [ <required> string $host ]
Parameter #1 [ <required> int $port ]
Parameter #2 [ <required> int $sockType ]
}
- - Return [ Swoole\Server\Port|false ]
+ - Return [ OpenSwoole\Server\Port|false ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method on ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method on ] {
- Parameters [2] {
Parameter #0 [ <required> string $event ]
@@ -8547,7 +7116,23 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getCallback ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method handle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> callable $callback ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method setHandler ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> mixed $handler ]
+ }
+ - Return [ bool ]
+ }
+
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getCallback ] {
- Parameters [1] {
Parameter #0 [ <required> string $event ]
@@ -8555,7 +7140,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ mixed ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method set ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method set ] {
- Parameters [1] {
Parameter #0 [ <required> array $settings ]
@@ -8563,14 +7148,14 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method start ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method start ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method send ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method send ] {
- Parameters [3] {
Parameter #0 [ <required> string|int $fd ]
@@ -8580,7 +7165,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method sendto ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method sendto ] {
- Parameters [4] {
Parameter #0 [ <required> string $ip ]
@@ -8591,7 +7176,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method sendwait ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method sendwait ] {
- Parameters [2] {
Parameter #0 [ <required> int $fd ]
@@ -8600,7 +7185,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method exists ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method exists ] {
- Parameters [1] {
Parameter #0 [ <required> int $fd ]
@@ -8608,15 +7193,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method exist ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $fd ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method protect ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method protect ] {
- Parameters [2] {
Parameter #0 [ <required> int $fd ]
@@ -8625,7 +7202,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method sendfile ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method sendfile ] {
- Parameters [4] {
Parameter #0 [ <required> int $fd ]
@@ -8636,7 +7213,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method close ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method close ] {
- Parameters [2] {
Parameter #0 [ <required> int $fd ]
@@ -8645,7 +7222,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method confirm ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method confirm ] {
- Parameters [1] {
Parameter #0 [ <required> int $fd ]
@@ -8653,7 +7230,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method pause ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method pause ] {
- Parameters [1] {
Parameter #0 [ <required> int $fd ]
@@ -8661,7 +7238,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method resume ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method resume ] {
- Parameters [1] {
Parameter #0 [ <required> int $fd ]
@@ -8669,7 +7246,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method task ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method task ] {
- Parameters [3] {
Parameter #0 [ <required> mixed $data ]
@@ -8679,7 +7256,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method taskwait ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method taskwait ] {
- Parameters [3] {
Parameter #0 [ <required> mixed $data ]
@@ -8689,7 +7266,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ string|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method taskWaitMulti ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method taskWaitMulti ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
@@ -8698,7 +7275,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ array|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method taskCo ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method taskCo ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
@@ -8707,7 +7284,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ array|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method finish ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method finish ] {
- Parameters [1] {
Parameter #0 [ <required> mixed $data ]
@@ -8715,21 +7292,21 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method reload ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method reload ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method shutdown ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method shutdown ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method stop ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method stop ] {
- Parameters [2] {
Parameter #0 [ <required> int $workerId ]
@@ -8738,14 +7315,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getLastError ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method heartbeat ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method heartbeat ] {
- Parameters [1] {
Parameter #0 [ <optional> bool $closeConn = false ]
@@ -8753,7 +7323,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ array|false ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getClientInfo ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getClientInfo ] {
- Parameters [3] {
Parameter #0 [ <required> int $fd ]
@@ -8763,7 +7333,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ array|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getClientList ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getClientList ] {
- Parameters [2] {
Parameter #0 [ <optional> int $startFd = 0 ]
@@ -8772,14 +7342,14 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ array|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getWorkerId ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getWorkerId ] {
- Parameters [0] {
}
- Return [ int ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getWorkerPid ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getWorkerPid ] {
- Parameters [1] {
Parameter #0 [ <optional> int $workerId = -1 ]
@@ -8787,7 +7357,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|false ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getWorkerStatus ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getWorkerStatus ] {
- Parameters [1] {
Parameter #0 [ <optional> int $workerId = -1 ]
@@ -8795,40 +7365,21 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getManagerPid ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getManagerPid ] {
- Parameters [0] {
}
- Return [ int ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getMasterPid ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getMasterPid ] {
- Parameters [0] {
}
- Return [ int ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method connection_info ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> int $fd ]
- Parameter #1 [ <optional> int $reactorId = -1 ]
- Parameter #2 [ <optional> bool $noCheckConn = false ]
- }
- - Return [ array|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method connection_list ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> int $startFd = 0 ]
- Parameter #1 [ <optional> int $pageSize = 10 ]
- }
- - Return [ array|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method sendMessage ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method sendMessage ] {
- Parameters [2] {
Parameter #0 [ <required> mixed $message ]
@@ -8837,15 +7388,15 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method addProcess ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method addProcess ] {
- Parameters [1] {
- Parameter #0 [ <required> Swoole\Process $process ]
+ Parameter #0 [ <required> OpenSwoole\Process $process ]
}
- Return [ int|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method stats ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method stats ] {
- Parameters [1] {
Parameter #0 [ <optional> int $mode = 0 ]
@@ -8853,7 +7404,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ array|string|false ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method getSocket ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method getSocket ] {
- Parameters [1] {
Parameter #0 [ <optional> int $port = -1 ]
@@ -8861,7 +7412,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ mixed ]
}
- Method [ <internal:openswoole, inherits Swoole\Server> public method bind ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Server> public method bind ] {
- Parameters [2] {
Parameter #0 [ <required> int $fd ]
@@ -8870,7 +7421,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Timer> public method after ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Timer> public method after ] {
- Parameters [2] {
Parameter #0 [ <required> int $ms ]
@@ -8879,7 +7430,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Timer> public method tick ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Timer> public method tick ] {
- Parameters [2] {
Parameter #0 [ <required> int $ms ]
@@ -8888,14 +7439,14 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Return [ int|bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Timer> public method clearTimer ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Timer> public method clearTimer ] {
- Parameters [0] {
}
- Return [ bool ]
}
- Method [ <internal:openswoole, inherits Swoole\Event> public method defer ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\Event> public method defer ] {
- Parameters [1] {
Parameter #0 [ <required> callable $callback ]
@@ -8905,7 +7456,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\WebSocket\Frame implements Stringable ] {
+ Class [ <internal:openswoole> class OpenSwoole\WebSocket\Frame implements Stringable ] {
- Constants [0] {
}
@@ -8917,9 +7468,9 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
Method [ <internal:openswoole> static public method pack ] {
- Parameters [3] {
- Parameter #0 [ <required> Swoole\WebSocket\Frame|string $data ]
- Parameter #1 [ <optional> int $opcode = SWOOLE_WEBSOCKET_OPCODE_TEXT ]
- Parameter #2 [ <optional> int $flags = SWOOLE_WEBSOCKET_FLAG_FIN ]
+ Parameter #0 [ <required> OpenSwoole\WebSocket\Frame|string $data ]
+ Parameter #1 [ <optional> int $opcode = OpenSwoole\WebSocket\Server::WEBSOCKET_OPCODE_TEXT ]
+ Parameter #2 [ <optional> int $flags = OpenSwoole\WebSocket\Server::WEBSOCKET_FLAG_FIN ]
}
- Return [ string ]
}
@@ -8929,7 +7480,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
- Parameters [1] {
Parameter #0 [ <required> string $data ]
}
- - Return [ Swoole\WebSocket\Frame|false ]
+ - Return [ OpenSwoole\WebSocket\Frame|false ]
}
}
@@ -8951,7 +7502,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\WebSocket\CloseFrame extends Swoole\WebSocket\Frame implements Stringable ] {
+ Class [ <internal:openswoole> class OpenSwoole\WebSocket\CloseFrame extends OpenSwoole\WebSocket\Frame implements Stringable ] {
- Constants [0] {
}
@@ -8960,22 +7511,22 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
- Static methods [2] {
- Method [ <internal:openswoole, inherits Swoole\WebSocket\Frame> static public method pack ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\WebSocket\Frame> static public method pack ] {
- Parameters [3] {
- Parameter #0 [ <required> Swoole\WebSocket\Frame|string $data ]
- Parameter #1 [ <optional> int $opcode = SWOOLE_WEBSOCKET_OPCODE_TEXT ]
- Parameter #2 [ <optional> int $flags = SWOOLE_WEBSOCKET_FLAG_FIN ]
+ Parameter #0 [ <required> OpenSwoole\WebSocket\Frame|string $data ]
+ Parameter #1 [ <optional> int $opcode = OpenSwoole\WebSocket\Server::WEBSOCKET_OPCODE_TEXT ]
+ Parameter #2 [ <optional> int $flags = OpenSwoole\WebSocket\Server::WEBSOCKET_FLAG_FIN ]
}
- Return [ string ]
}
- Method [ <internal:openswoole, inherits Swoole\WebSocket\Frame> static public method unpack ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\WebSocket\Frame> static public method unpack ] {
- Parameters [1] {
Parameter #0 [ <required> string $data ]
}
- - Return [ Swoole\WebSocket\Frame|false ]
+ - Return [ OpenSwoole\WebSocket\Frame|false ]
}
}
@@ -8990,7 +7541,7 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
- Methods [1] {
- Method [ <internal:openswoole, inherits Swoole\WebSocket\Frame, prototype Stringable> public method __toString ] {
+ Method [ <internal:openswoole, inherits OpenSwoole\WebSocket\Frame, prototype Stringable> public method __toString ] {
- Parameters [0] {
}
@@ -8999,472 +7550,26 @@ Extension [ <persistent> extension #120 openswoole version 4.12.1 ] {
}
}
- Class [ <internal:openswoole> class Swoole\Redis\Server extends Swoole\Server ] {
-
- - Constants [7] {
- Constant [ public int NIL ] { 1 }
- Constant [ public int ERROR ] { 0 }
- Constant [ public int STATUS ] { 2 }
- Constant [ public int INT ] { 3 }
- Constant [ public int STRING ] { 4 }
- Constant [ public int SET ] { 5 }
- Constant [ public int MAP ] { 6 }
- }
-
- - Static properties [0] {
- }
-
- - Static methods [1] {
- Method [ <internal, deprecated:openswoole> static public method format ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> int $type ]
- Parameter #1 [ <optional> mixed $value = null ]
- }
- - Return [ string|false ]
- }
- }
-
- - Properties [13] {
- Property [ public $setting = NULL ]
- Property [ public $connections = NULL ]
- Property [ public $host = '' ]
- Property [ public $port = 0 ]
- Property [ public $type = 0 ]
- Property [ public $mode = 0 ]
- Property [ public $ports = NULL ]
- Property [ public $master_pid = 0 ]
- Property [ public $manager_pid = 0 ]
- Property [ public $worker_id = -1 ]
- Property [ public $taskworker = false ]
- Property [ public $worker_pid = 0 ]
- Property [ public $stats_timer = NULL ]
- }
-
- - Methods [49] {
- Method [ <internal, deprecated:openswoole> public method setHandler ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $command ]
- Parameter #1 [ <required> callable $callback ]
- }
- - Return [ void ]
- }
-
- Method [ <internal, deprecated:openswoole> public method getHandler ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $command ]
- }
- - Return [ callable|false ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server, ctor> public method __construct ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $host ]
- Parameter #1 [ <optional> int $port = 0 ]
- Parameter #2 [ <optional> int $mode = SWOOLE_PROCESS ]
- Parameter #3 [ <optional> int $sockType = SWOOLE_SOCK_TCP ]
- }
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method __destruct ] {
-
- - Parameters [0] {
- }
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method listen ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $host ]
- Parameter #1 [ <required> int $port ]
- Parameter #2 [ <required> int $sockType ]
- }
- - Return [ Swoole\Server\Port|false ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method addlistener ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string $host ]
- Parameter #1 [ <required> int $port ]
- Parameter #2 [ <required> int $sockType ]
- }
- - Return [ Swoole\Server\Port|false ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method on ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> string $event ]
- Parameter #1 [ <required> callable $callback ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method getCallback ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> string $event ]
- }
- - Return [ mixed ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method set ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $settings ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method start ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method send ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> string|int $fd ]
- Parameter #1 [ <required> mixed $data ]
- Parameter #2 [ <optional> int $serverSocket = -1 ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method sendto ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> string $ip ]
- Parameter #1 [ <required> int $port ]
- Parameter #2 [ <required> string $data ]
- Parameter #3 [ <optional> int $serverSocket = -1 ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method sendwait ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> int $fd ]
- Parameter #1 [ <required> string $data ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method exists ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $fd ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method exist ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $fd ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method protect ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> int $fd ]
- Parameter #1 [ <optional> bool $isProtected = true ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method sendfile ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> int $fd ]
- Parameter #1 [ <required> string $fileName ]
- Parameter #2 [ <optional> int $offset = 0 ]
- Parameter #3 [ <optional> int $length = 0 ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method close ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> int $fd ]
- Parameter #1 [ <optional> bool $reset = false ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method confirm ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $fd ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method pause ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $fd ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method resume ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $fd ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method task ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> mixed $data ]
- Parameter #1 [ <optional> int $workerId = -1 ]
- Parameter #2 [ <optional> ?callable $finishCallback = null ]
- }
- - Return [ int|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method taskwait ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> mixed $data ]
- Parameter #1 [ <optional> float $timeout = 0.5 ]
- Parameter #2 [ <optional> int $workerId = -1 ]
- }
- - Return [ string|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method taskWaitMulti ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> float $timeout = 0.5 ]
- }
- - Return [ array|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method taskCo ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> float $timeout = 0.5 ]
- }
- - Return [ array|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method finish ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> mixed $data ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method reload ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method shutdown ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method stop ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> int $workerId ]
- Parameter #1 [ <optional> bool $waitEvent = false ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method getLastError ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method heartbeat ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> bool $closeConn = false ]
- }
- - Return [ array|false ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method getClientInfo ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> int $fd ]
- Parameter #1 [ <optional> int $reactorId = -1 ]
- Parameter #2 [ <optional> bool $noCheckConn = false ]
- }
- - Return [ array|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method getClientList ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> int $startFd = 0 ]
- Parameter #1 [ <optional> int $pageSize = 10 ]
- }
- - Return [ array|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method getWorkerId ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method getWorkerPid ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> int $workerId = -1 ]
- }
- - Return [ int|false ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method getWorkerStatus ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> int $workerId = -1 ]
- }
- - Return [ int|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method getManagerPid ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method getMasterPid ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method connection_info ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> int $fd ]
- Parameter #1 [ <optional> int $reactorId = -1 ]
- Parameter #2 [ <optional> bool $noCheckConn = false ]
- }
- - Return [ array|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method connection_list ] {
-
- - Parameters [2] {
- Parameter #0 [ <optional> int $startFd = 0 ]
- Parameter #1 [ <optional> int $pageSize = 10 ]
- }
- - Return [ array|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method sendMessage ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> mixed $message ]
- Parameter #1 [ <required> int $workerId ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method addProcess ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Swoole\Process $process ]
- }
- - Return [ int|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method stats ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> int $mode = 0 ]
- }
- - Return [ array|string|false ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method getSocket ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> int $port = -1 ]
- }
- - Return [ mixed ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Server> public method bind ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> int $fd ]
- Parameter #1 [ <required> int $uid ]
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Timer> public method after ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> int $ms ]
- Parameter #1 [ <required> callable $callback ]
- }
- - Return [ int|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Timer> public method tick ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> int $ms ]
- Parameter #1 [ <required> callable $callback ]
- }
- - Return [ int|bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Timer> public method clearTimer ] {
-
- - Parameters [0] {
- }
- - Return [ bool ]
- }
-
- Method [ <internal:openswoole, inherits Swoole\Event> public method defer ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> callable $callback ]
- }
- - Return [ bool ]
- }
- }
- }
-
- Class [ <internal:openswoole> class Swoole\Coroutine\PostgreSQL ] {
-
- - Constants [0] {
+ Class [ <internal:openswoole> class OpenSwoole\Coroutine\PostgreSQL ] {
+
+ - Constants [17] {
+ Constant [ public int PGSQL_ASSOC ] { 1 }
+ Constant [ public int PGSQL_NUM ] { 2 }
+ Constant [ public int PGSQL_BOTH ] { 3 }
+ Constant [ public int PGRES_EMPTY_QUERY ] { 0 }
+ Constant [ public int PGRES_COMMAND_OK ] { 1 }
+ Constant [ public int PGRES_TUPLES_OK ] { 2 }
+ Constant [ public int PGRES_BAD_RESPONSE ] { 5 }
+ Constant [ public int PGRES_NONFATAL_ERROR ] { 6 }
+ Constant [ public int PGRES_FATAL_ERROR ] { 7 }
+ Constant [ public int PG_CONNECTION_OK ] { 0 }
+ Constant [ public int PG_CONNECTION_BAD ] { 1 }
+ Constant [ public int PG_CONNECTION_STARTED ] { 2 }
+ Constant [ public int PG_CONNECTION_AWAITING_RESPONSE ] { 4 }
+ Constant [ public int PG_CONNECTION_AUTH_OK ] { 5 }
+ Constant [ public int PG_CONNECTION_SETENV ] { 6 }
+ Constant [ public int PG_CONNECTION_SSL_STARTUP ] { 7 }
+ Constant [ public int PG_CONNECTION_NEEDED ] { 8 }
}
- Static properties [0] {