summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PHPINFO10
-rw-r--r--REFLECTION2466
-rw-r--r--php-pecl-swoole4.spec14
-rw-r--r--swoole-build.patch14
-rw-r--r--swoole-gcc13.patch21
5 files changed, 846 insertions, 1679 deletions
diff --git a/PHPINFO b/PHPINFO
index 0b7c169..4179c68 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -3,8 +3,8 @@ swoole
Swoole => enabled
Author => Swoole Team <team@swoole.com>
-Version => 4.8.12
-Built => Sep 21 2022 00:00:00
+Version => 4.8.13
+Built => Feb 23 2023 00:00:00
coroutine => enabled with boost asm context
trace_log => enabled
epoll => enabled
@@ -14,14 +14,14 @@ cpu_affinity => enabled
spinlock => enabled
rwlock => enabled
sockets => enabled
-openssl => OpenSSL 1.1.1q FIPS 5 Jul 2022
+openssl => OpenSSL 3.0.8 7 Feb 2023
dtls => enabled
http2 => enabled
json => enabled
curl-native => enabled
pcre => enabled
-c-ares => 1.17.2
-zlib => 1.2.11
+c-ares => 1.19.0
+zlib => 1.2.12
brotli => E16777225/D16777225
mutex_timedlock => enabled
pthread_barrier => enabled
diff --git a/REFLECTION b/REFLECTION
index 233156a..8524973 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
+Extension [ <persistent> extension #159 swoole version 4.8.13 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -28,12 +28,12 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- - Constants [396] {
- Constant [ string SWOOLE_VERSION ] { 4.8.12 }
- Constant [ int SWOOLE_VERSION_ID ] { 40812 }
+ - Constants [397] {
+ Constant [ string SWOOLE_VERSION ] { 4.8.13 }
+ Constant [ int SWOOLE_VERSION_ID ] { 40813 }
Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }
Constant [ int SWOOLE_MINOR_VERSION ] { 8 }
- Constant [ int SWOOLE_RELEASE_VERSION ] { 12 }
+ Constant [ int SWOOLE_RELEASE_VERSION ] { 13 }
Constant [ string SWOOLE_EXTRA_VERSION ] { }
Constant [ bool SWOOLE_DEBUG ] { }
Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 }
@@ -228,6 +228,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Constant [ int SWOOLE_TRACE_TABLE ] { 268435456 }
Constant [ int SWOOLE_TRACE_CO_CURL ] { 536870912 }
Constant [ int SWOOLE_TRACE_CARES ] { 1073741824 }
+ Constant [ int SWOOLE_TRACE_ZLIB ] { 2147483648 }
Constant [ int SWOOLE_TRACE_ALL ] { 9223372036854775807 }
Constant [ int SWOOLE_LOG_DEBUG ] { 0 }
Constant [ int SWOOLE_LOG_TRACE ] { 1 }
@@ -447,8 +448,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <optional> $timeout = <default> ]
- Parameter #2 [ <optional> $type = <default> ]
+ Parameter #1 [ <optional> $timeout ]
+ Parameter #2 [ <optional> $type ]
}
}
Function [ <internal:swoole> function swoole_async_set ] {
@@ -481,8 +482,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Function [ <internal:swoole> function swoole_test_kernel_coroutine ] {
- Parameters [2] {
- Parameter #0 [ <optional> $count = <default> ]
- Parameter #1 [ <optional> $sleep_time = <default> ]
+ Parameter #0 [ <optional> $count ]
+ Parameter #1 [ <optional> $sleep_time ]
}
}
Function [ <internal:swoole> function swoole_client_select ] {
@@ -491,7 +492,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> &$read_array ]
Parameter #1 [ <required> &$write_array ]
Parameter #2 [ <required> &$error_array ]
- Parameter #3 [ <optional> $timeout = <default> ]
+ Parameter #3 [ <optional> $timeout ]
}
}
Function [ <internal:swoole> function swoole_select ] {
@@ -500,7 +501,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> &$read_array ]
Parameter #1 [ <required> &$write_array ]
Parameter #2 [ <required> &$error_array ]
- Parameter #3 [ <optional> $timeout = <default> ]
+ Parameter #3 [ <optional> $timeout ]
}
}
Function [ <internal:swoole> function swoole_set_process_name ] {
@@ -523,7 +524,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $errno ]
- Parameter #1 [ <optional> $error_type = <default> ]
+ Parameter #1 [ <optional> $error_type ]
}
}
Function [ <internal:swoole> function swoole_errno ] {
@@ -561,7 +562,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $type = <default> ]
+ Parameter #1 [ <optional> $type ]
}
}
Function [ <internal:swoole> function swoole_mime_type_add ] {
@@ -617,8 +618,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $str ]
Parameter #1 [ <required> $offset ]
- Parameter #2 [ <optional> $length = <default> ]
- Parameter #3 [ <optional> $options = <default> ]
+ Parameter #2 [ <optional> $length ]
+ Parameter #3 [ <optional> $options ]
}
}
Function [ <internal:swoole> function swoole_substr_json_decode ] {
@@ -626,10 +627,10 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- 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> ]
+ Parameter #2 [ <optional> $length ]
+ Parameter #3 [ <optional> $associative ]
+ Parameter #4 [ <optional> $depth ]
+ Parameter #5 [ <optional> $flags ]
}
}
Function [ <internal:swoole> function swoole_internal_call_user_shutdown_begin ] {
@@ -641,20 +642,17 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [0] {
}
- - Return [ array|bool ]
}
Function [ <internal:swoole> function swoole_get_vm_status ] {
- Parameters [0] {
}
- - Return [ array|bool ]
}
Function [ <internal:swoole> function swoole_get_object_by_handle ] {
- Parameters [1] {
- Parameter #0 [ <required> int $handle ]
+ Parameter #0 [ <required> $handle ]
}
- - Return [ object|bool ]
}
Function [ <internal:swoole> function go ] {
@@ -672,9 +670,9 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <required> ?callable $read_callback ]
- Parameter #2 [ <optional> ?callable $write_callback = <default> ]
- Parameter #3 [ <optional> $events = <default> ]
+ Parameter #1 [ <required> callable or NULL $read_callback ]
+ Parameter #2 [ <optional> callable or NULL $write_callback ]
+ Parameter #3 [ <optional> $events ]
}
}
Method [ <internal:swoole> public method swoole_event_del ] {
@@ -687,16 +685,16 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> ?callable $read_callback = <default> ]
- Parameter #2 [ <optional> ?callable $write_callback = <default> ]
- Parameter #3 [ <optional> $events = <default> ]
+ Parameter #1 [ <optional> callable or NULL $read_callback ]
+ Parameter #2 [ <optional> callable or NULL $write_callback ]
+ Parameter #3 [ <optional> $events ]
}
}
Method [ <internal:swoole> public method swoole_event_isset ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $events = <default> ]
+ Parameter #1 [ <optional> $events ]
}
}
Method [ <internal:swoole> public method swoole_event_dispatch ] {
@@ -713,8 +711,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method swoole_event_cycle ] {
- Parameters [2] {
- Parameter #0 [ <required> ?callable $callback ]
- Parameter #1 [ <optional> $before = <default> ]
+ Parameter #0 [ <required> callable or NULL $callback ]
+ Parameter #1 [ <optional> $before ]
}
}
Method [ <internal:swoole> public method swoole_event_write ] {
@@ -787,402 +785,10 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [0] {
}
}
- Function [ <internal:swoole> function swoole_native_socket_create_listen ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> int $port ]
- Parameter #1 [ <optional> int $backlog = 128 ]
- }
- - Return [ Swoole\Coroutine\Socket|false ]
- }
- Function [ <internal:swoole> function swoole_native_socket_accept ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- }
- - Return [ Swoole\Coroutine\Socket|false ]
- }
- Function [ <internal:swoole> function swoole_native_socket_set_nonblock ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_socket_set_block ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_socket_listen ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <optional> int $backlog = 0 ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_socket_close ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- }
- - Return [ void ]
- }
- Function [ <internal:swoole> function swoole_native_socket_write ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> string $data ]
- Parameter #2 [ <optional> ?int $length = null ]
- }
- - Return [ int|false ]
- }
- Function [ <internal:swoole> function swoole_native_socket_read ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> int $length ]
- Parameter #2 [ <optional> int $mode = PHP_BINARY_READ ]
- }
- - Return [ string|false ]
- }
- Function [ <internal:swoole> function swoole_native_socket_getsockname ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> &$address ]
- Parameter #2 [ <optional> &$port = null ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_socket_getpeername ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> &$address ]
- Parameter #2 [ <optional> &$port = null ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_socket_create ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> int $domain ]
- Parameter #1 [ <required> int $type ]
- Parameter #2 [ <required> int $protocol ]
- }
- - Return [ Swoole\Coroutine\Socket|false ]
- }
- Function [ <internal:swoole> function swoole_native_socket_connect ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> string $address ]
- Parameter #2 [ <optional> ?int $port = null ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_socket_strerror ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> int $error_code ]
- }
- - Return [ string ]
- }
- Function [ <internal:swoole> function swoole_native_socket_bind ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> string $address ]
- Parameter #2 [ <optional> int $port = 0 ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_socket_recv ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> &$data ]
- Parameter #2 [ <required> int $length ]
- Parameter #3 [ <required> int $flags ]
- }
- - Return [ int|false ]
- }
- Function [ <internal:swoole> function swoole_native_socket_send ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> string $data ]
- Parameter #2 [ <required> int $length ]
- Parameter #3 [ <required> int $flags ]
- }
- - Return [ int|false ]
- }
- Function [ <internal:swoole> function swoole_native_socket_recvfrom ] {
-
- - Parameters [6] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> &$data ]
- Parameter #2 [ <required> int $length ]
- Parameter #3 [ <required> int $flags ]
- Parameter #4 [ <required> &$address ]
- Parameter #5 [ <optional> &$port = null ]
- }
- - Return [ int|false ]
- }
- Function [ <internal:swoole> function swoole_native_socket_sendto ] {
-
- - Parameters [6] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> string $data ]
- Parameter #2 [ <required> int $length ]
- Parameter #3 [ <required> int $flags ]
- Parameter #4 [ <required> string $address ]
- Parameter #5 [ <optional> ?int $port = null ]
- }
- - Return [ int|false ]
- }
- Function [ <internal:swoole> function swoole_native_socket_get_option ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> int $level ]
- Parameter #2 [ <required> int $option ]
- }
- - Return [ array|int|false ]
- }
- Function [ <internal:swoole> function swoole_native_socket_set_option ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> int $level ]
- Parameter #2 [ <required> int $option ]
- Parameter #3 [ <required> $value ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_socket_getopt ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> int $level ]
- Parameter #2 [ <required> int $option ]
- }
- - Return [ array|int|false ]
- }
- Function [ <internal:swoole> function swoole_native_socket_setopt ] {
-
- - Parameters [4] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <required> int $level ]
- Parameter #2 [ <required> int $option ]
- Parameter #3 [ <required> $value ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_socket_shutdown ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> Swoole\Coroutine\Socket $socket ]
- Parameter #1 [ <optional> int $mode = 2 ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_socket_last_error ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?Swoole\Coroutine\Socket $socket = null ]
- }
- - Return [ int ]
- }
- Function [ <internal:swoole> function swoole_native_socket_clear_error ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?Swoole\Coroutine\Socket $socket = null ]
- }
- - Return [ void ]
- }
- Function [ <internal:swoole> function swoole_native_curl_close ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> CurlHandle $handle ]
- }
- - Return [ void ]
- }
- Function [ <internal:swoole> function swoole_native_curl_copy_handle ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> CurlHandle $handle ]
- }
- - Return [ CurlHandle|false ]
- }
- Function [ <internal:swoole> function swoole_native_curl_errno ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> CurlHandle $handle ]
- }
- - Return [ int ]
- }
- Function [ <internal:swoole> function swoole_native_curl_error ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> CurlHandle $handle ]
- }
- - Return [ string ]
- }
- Function [ <internal:swoole> function swoole_native_curl_exec ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> CurlHandle $handle ]
- }
- - Return [ string|bool ]
- }
- Function [ <internal:swoole> function swoole_native_curl_getinfo ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> CurlHandle $handle ]
- Parameter #1 [ <optional> ?int $option = null ]
- }
- - Return [ mixed ]
- }
- Function [ <internal:swoole> function swoole_native_curl_init ] {
-
- - Parameters [1] {
- Parameter #0 [ <optional> ?string $url = null ]
- }
- - Return [ CurlHandle|false ]
- }
- Function [ <internal:swoole> function swoole_native_curl_setopt ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> CurlHandle $handle ]
- Parameter #1 [ <required> int $option ]
- Parameter #2 [ <required> mixed $value ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_curl_setopt_array ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> CurlHandle $handle ]
- Parameter #1 [ <required> array $options ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_curl_reset ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> CurlHandle $handle ]
- }
- - Return [ void ]
- }
- Function [ <internal:swoole> function swoole_native_curl_escape ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> CurlHandle $handle ]
- Parameter #1 [ <required> string $string ]
- }
- - Return [ string|false ]
- }
- Function [ <internal:swoole> function swoole_native_curl_unescape ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> CurlHandle $handle ]
- Parameter #1 [ <required> string $string ]
- }
- - Return [ string|false ]
- }
- Function [ <internal:swoole> function swoole_native_curl_pause ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> CurlHandle $handle ]
- Parameter #1 [ <required> int $flags ]
- }
- - Return [ int ]
- }
- Function [ <internal:swoole> function swoole_native_curl_multi_add_handle ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> CurlMultiHandle $multi_handle ]
- Parameter #1 [ <required> CurlHandle $handle ]
- }
- - Return [ int ]
- }
- Function [ <internal:swoole> function swoole_native_curl_multi_close ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> CurlMultiHandle $multi_handle ]
- }
- - Return [ void ]
- }
- Function [ <internal:swoole> function swoole_native_curl_multi_errno ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> CurlMultiHandle $multi_handle ]
- }
- - Return [ int ]
- }
- Function [ <internal:swoole> function swoole_native_curl_multi_exec ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> CurlMultiHandle $multi_handle ]
- Parameter #1 [ <required> &$still_running ]
- }
- - Return [ int ]
- }
- Function [ <internal:swoole> function swoole_native_curl_multi_select ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> CurlMultiHandle $multi_handle ]
- Parameter #1 [ <optional> float $timeout = 1.0 ]
- }
- - Return [ int ]
- }
- Function [ <internal:swoole> function swoole_native_curl_multi_setopt ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> CurlMultiHandle $multi_handle ]
- Parameter #1 [ <required> int $option ]
- Parameter #2 [ <required> mixed $value ]
- }
- - Return [ bool ]
- }
- Function [ <internal:swoole> function swoole_native_curl_multi_getcontent ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> CurlHandle $handle ]
- }
- - Return [ ?string ]
- }
- Function [ <internal:swoole> function swoole_native_curl_multi_info_read ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> CurlMultiHandle $multi_handle ]
- Parameter #1 [ <optional> &$queued_messages = null ]
- }
- - Return [ array|false ]
- }
- Function [ <internal:swoole> function swoole_native_curl_multi_init ] {
-
- - Parameters [0] {
- }
- - Return [ CurlMultiHandle ]
- }
- Function [ <internal:swoole> function swoole_native_curl_multi_remove_handle ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> CurlMultiHandle $multi_handle ]
- Parameter #1 [ <required> CurlHandle $handle ]
- }
- - Return [ int ]
- }
}
- Classes [52] {
- Class [ <internal:swoole> class Swoole\Exception extends Exception implements Throwable, Stringable ] {
+ Class [ <internal:swoole> class Swoole\Exception extends Exception implements Throwable ] {
- Constants [0] {
}
@@ -1194,87 +800,52 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line = 0 ]
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
}
- 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 ]
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
}
}
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 ]
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
}
}
}
- Class [ <internal:swoole> class Swoole\Error extends Error implements Throwable, Stringable ] {
+ Class [ <internal:swoole> class Swoole\Error extends Error implements Throwable ] {
- Constants [0] {
}
@@ -1286,82 +857,47 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line ]
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
}
- Methods [10] {
Method [ <internal:Core, inherits Error, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> string $message = "" ]
- Parameter #1 [ <optional> int $code = 0 ]
- Parameter #2 [ <optional> ?Throwable $previous = null ]
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
}
}
Method [ <internal:Core, inherits Error> public method __wakeup ] {
-
- - Parameters [0] {
- }
- - Tentative return [ void ]
}
Method [ <internal:Core, inherits Error, prototype Throwable> final public method getMessage ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
}
Method [ <internal:Core, inherits Error, prototype Throwable> final public method getCode ] {
-
- - Parameters [0] {
- }
}
Method [ <internal:Core, inherits Error, prototype Throwable> final public method getFile ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
}
Method [ <internal:Core, inherits Error, prototype Throwable> final public method getLine ] {
-
- - Parameters [0] {
- }
- - Return [ int ]
}
Method [ <internal:Core, inherits Error, prototype Throwable> final public method getTrace ] {
-
- - Parameters [0] {
- }
- - Return [ array ]
}
Method [ <internal:Core, inherits Error, prototype Throwable> final public method getPrevious ] {
-
- - Parameters [0] {
- }
- - Return [ ?Throwable ]
}
Method [ <internal:Core, inherits Error, prototype Throwable> final public method getTraceAsString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
}
- Method [ <internal:Core, inherits Error, prototype Stringable> public method __toString ] {
-
- - Parameters [0] {
- }
- - Return [ string ]
+ Method [ <internal:Core, inherits Error, prototype Throwable> public method __toString ] {
}
}
}
@@ -1379,9 +915,9 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <required> ?callable $read_callback ]
- Parameter #2 [ <optional> ?callable $write_callback = <default> ]
- Parameter #3 [ <optional> $events = <default> ]
+ Parameter #1 [ <required> callable or NULL $read_callback ]
+ Parameter #2 [ <optional> callable or NULL $write_callback ]
+ Parameter #3 [ <optional> $events ]
}
}
@@ -1396,9 +932,9 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> ?callable $read_callback = <default> ]
- Parameter #2 [ <optional> ?callable $write_callback = <default> ]
- Parameter #3 [ <optional> $events = <default> ]
+ Parameter #1 [ <optional> callable or NULL $read_callback ]
+ Parameter #2 [ <optional> callable or NULL $write_callback ]
+ Parameter #3 [ <optional> $events ]
}
}
@@ -1406,7 +942,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $events = <default> ]
+ Parameter #1 [ <optional> $events ]
}
}
@@ -1426,8 +962,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> static public method cycle ] {
- Parameters [2] {
- Parameter #0 [ <required> ?callable $callback ]
- Parameter #1 [ <optional> $before = <default> ]
+ Parameter #0 [ <required> callable or NULL $callback ]
+ Parameter #1 [ <optional> $before ]
}
}
@@ -1483,21 +1019,21 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $value = <default> ]
+ Parameter #0 [ <optional> $value ]
}
}
Method [ <internal:swoole> public method add ] {
- Parameters [1] {
- Parameter #0 [ <optional> $add_value = <default> ]
+ Parameter #0 [ <optional> $add_value ]
}
}
Method [ <internal:swoole> public method sub ] {
- Parameters [1] {
- Parameter #0 [ <optional> $sub_value = <default> ]
+ Parameter #0 [ <optional> $sub_value ]
}
}
@@ -1517,14 +1053,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method wait ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method wakeup ] {
- Parameters [1] {
- Parameter #0 [ <optional> $count = <default> ]
+ Parameter #0 [ <optional> $count ]
}
}
@@ -1556,21 +1092,21 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $value = <default> ]
+ Parameter #0 [ <optional> $value ]
}
}
Method [ <internal:swoole> public method add ] {
- Parameters [1] {
- Parameter #0 [ <optional> $add_value = <default> ]
+ Parameter #0 [ <optional> $add_value ]
}
}
Method [ <internal:swoole> public method sub ] {
- Parameters [1] {
- Parameter #0 [ <optional> $sub_value = <default> ]
+ Parameter #0 [ <optional> $sub_value ]
}
}
@@ -1614,19 +1150,19 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [1] {
- Property [ public $errCode = 0 ]
+ Property [ <default> public $errCode ]
}
- Methods [9] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> $type = <default> ]
- Parameter #1 [ <optional> $filename = <default> ]
+ Parameter #0 [ <optional> $type ]
+ Parameter #1 [ <optional> $filename ]
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -1641,7 +1177,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method lockwait ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
@@ -1694,7 +1230,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> static public method wait ] {
- Parameters [1] {
- Parameter #0 [ <optional> $blocking = <default> ]
+ Parameter #0 [ <optional> $blocking ]
}
}
@@ -1710,7 +1246,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $usec ]
- Parameter #1 [ <optional> $type = <default> ]
+ Parameter #1 [ <optional> $type ]
}
}
@@ -1718,16 +1254,16 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $pid ]
- Parameter #1 [ <optional> $signal_no = <default> ]
+ Parameter #1 [ <optional> $signal_no ]
}
}
Method [ <internal:swoole> static public method daemon ] {
- Parameters [3] {
- Parameter #0 [ <optional> $nochdir = <default> ]
- Parameter #1 [ <optional> $noclose = <default> ]
- Parameter #2 [ <optional> $pipes = <default> ]
+ Parameter #0 [ <optional> $nochdir ]
+ Parameter #1 [ <optional> $noclose ]
+ Parameter #2 [ <optional> $pipes ]
}
}
@@ -1740,12 +1276,12 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [6] {
- Property [ public $pipe = NULL ]
- Property [ public $msgQueueId = NULL ]
- Property [ public $msgQueueKey = NULL ]
- Property [ public $pid = NULL ]
- Property [ public $id = NULL ]
- Property [ private $callback = NULL ]
+ Property [ <default> public $pipe ]
+ Property [ <default> public $msgQueueId ]
+ Property [ <default> public $msgQueueKey ]
+ Property [ <default> public $pid ]
+ Property [ <default> public $id ]
+ Property [ <default> private $callback ]
}
- Methods [20] {
@@ -1753,13 +1289,13 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> callable $callback ]
- Parameter #1 [ <optional> $redirect_stdin_and_stdout = <default> ]
- Parameter #2 [ <optional> $pipe_type = <default> ]
- Parameter #3 [ <optional> $enable_coroutine = <default> ]
+ Parameter #1 [ <optional> $redirect_stdin_and_stdout ]
+ Parameter #2 [ <optional> $pipe_type ]
+ Parameter #3 [ <optional> $enable_coroutine ]
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -1804,9 +1340,9 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method useQueue ] {
- Parameters [3] {
- Parameter #0 [ <optional> $key = <default> ]
- Parameter #1 [ <optional> $mode = <default> ]
- Parameter #2 [ <optional> $capacity = <default> ]
+ Parameter #0 [ <optional> $key ]
+ Parameter #1 [ <optional> $mode ]
+ Parameter #2 [ <optional> $capacity ]
}
}
@@ -1844,7 +1380,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method read ] {
- Parameters [1] {
- Parameter #0 [ <optional> $size = <default> ]
+ Parameter #0 [ <optional> $size ]
}
}
@@ -1858,14 +1394,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method pop ] {
- Parameters [1] {
- Parameter #0 [ <optional> $size = <default> ]
+ Parameter #0 [ <optional> $size ]
}
}
Method [ <internal:swoole> public method exit ] {
- Parameters [1] {
- Parameter #0 [ <optional> $exit_code = <default> ]
+ Parameter #0 [ <optional> $exit_code ]
}
}
@@ -1904,8 +1440,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [2] {
- Property [ public $master_pid = -1 ]
- Property [ public $workers = NULL ]
+ Property [ <default> public $master_pid ]
+ Property [ <default> public $workers ]
}
- Methods [11] {
@@ -1913,13 +1449,13 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $worker_num ]
- Parameter #1 [ <optional> $ipc_type = <default> ]
- Parameter #2 [ <optional> $msgqueue_key = <default> ]
- Parameter #3 [ <optional> $enable_coroutine = <default> ]
+ Parameter #1 [ <optional> $ipc_type ]
+ Parameter #2 [ <optional> $msgqueue_key ]
+ Parameter #3 [ <optional> $enable_coroutine ]
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -1943,7 +1479,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method getProcess ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
@@ -1951,8 +1487,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $backlog = <default> ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $backlog ]
}
}
@@ -2004,8 +1540,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [2] {
- Property [ public $size = NULL ]
- Property [ public $memorySize = NULL ]
+ Property [ <default> public $size ]
+ Property [ <default> public $memorySize ]
}
- Methods [21] {
@@ -2013,7 +1549,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $table_size ]
- Parameter #1 [ <optional> $conflict_proportion = <default> ]
+ Parameter #1 [ <optional> $conflict_proportion ]
}
}
@@ -2022,7 +1558,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $type ]
- Parameter #2 [ <optional> $size = <default> ]
+ Parameter #2 [ <optional> $size ]
}
}
@@ -2050,7 +1586,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $field = <default> ]
+ Parameter #1 [ <optional> $field ]
}
}
@@ -2094,7 +1630,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $column ]
- Parameter #2 [ <optional> $incrby = <default> ]
+ Parameter #2 [ <optional> $incrby ]
}
}
@@ -2103,7 +1639,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $column ]
- Parameter #2 [ <optional> $decrby = <default> ]
+ Parameter #2 [ <optional> $decrby ]
}
}
@@ -2150,14 +1686,12 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [0] {
}
- - Return [ mixed ]
}
Method [ <internal:swoole, prototype Iterator> public method key ] {
- Parameters [0] {
}
- - Return [ mixed ]
}
}
}
@@ -2243,7 +1777,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Class [ <internal:swoole> <iterateable> class Swoole\Timer\Iterator extends ArrayIterator implements Countable, Serializable, ArrayAccess, Iterator, Traversable, SeekableIterator ] {
+ Class [ <internal:swoole> <iterateable> class Swoole\Timer\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] {
- Constants [2] {
Constant [ public int STD_PROP_LIST ] { 1 }
@@ -2263,205 +1797,177 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> object|array $array = [] ]
- Parameter #1 [ <optional> int $flags = 0 ]
+ Parameter #0 [ <optional> $array ]
+ Parameter #1 [ <optional> $flags ]
}
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $key ]
+ Parameter #0 [ <required> $index ]
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $key ]
+ Parameter #0 [ <required> $index ]
}
- - Tentative return [ mixed ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> mixed $key ]
- Parameter #1 [ <required> mixed $value ]
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $key ]
+ Parameter #0 [ <required> $index ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method append ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $value ]
+ Parameter #0 [ <required> $value ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method getArrayCopy ] {
- Parameters [0] {
}
- - Tentative return [ array ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Countable> public method count ] {
- Parameters [0] {
}
- - Tentative return [ int ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method getFlags ] {
- Parameters [0] {
}
- - Tentative return [ int ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method setFlags ] {
- Parameters [1] {
- Parameter #0 [ <required> int $flags ]
+ Parameter #0 [ <required> $flags ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method asort ] {
- - Parameters [1] {
- Parameter #0 [ <optional> int $flags = SORT_REGULAR ]
+ - Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method ksort ] {
- - Parameters [1] {
- Parameter #0 [ <optional> int $flags = SORT_REGULAR ]
+ - Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method uasort ] {
- Parameters [1] {
- Parameter #0 [ <required> callable $callback ]
+ Parameter #0 [ <required> $cmp_function ]
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method uksort ] {
- Parameters [1] {
- Parameter #0 [ <required> callable $callback ]
+ Parameter #0 [ <required> $cmp_function ]
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method natsort ] {
- Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method natcasesort ] {
- Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method unserialize ] {
- Parameters [1] {
- Parameter #0 [ <required> string $data ]
+ Parameter #0 [ <required> $serialized ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method serialize ] {
- Parameters [0] {
}
- - Tentative return [ string ]
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
}
Method [ <internal:SPL, inherits ArrayIterator> public method __serialize ] {
- Parameters [0] {
}
- - Tentative return [ array ]
}
- Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] {
+ Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] {
- - Parameters [1] {
- Parameter #0 [ <required> array $data ]
+ - Parameters [0] {
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method rewind ] {
- Parameters [0] {
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method current ] {
- Parameters [0] {
}
- - Tentative return [ mixed ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method key ] {
- Parameters [0] {
}
- - Tentative return [ string|int|null ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method next ] {
- Parameters [0] {
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method valid ] {
- Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype SeekableIterator> public method seek ] {
- Parameters [1] {
- Parameter #0 [ <required> int $offset ]
- }
- - Tentative return [ void ]
- }
-
- Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] {
-
- - Parameters [0] {
+ Parameter #0 [ <required> $position ]
}
- - Tentative return [ array ]
}
}
}
@@ -2527,7 +2033,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $cid_array ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -2571,46 +2077,46 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> static public method getPcid ] {
- Parameters [1] {
- Parameter #0 [ <optional> $cid = <default> ]
+ Parameter #0 [ <optional> $cid ]
}
}
Method [ <internal:swoole> static public method getContext ] {
- Parameters [1] {
- Parameter #0 [ <optional> $cid = <default> ]
+ Parameter #0 [ <optional> $cid ]
}
}
Method [ <internal:swoole> static public method getBackTrace ] {
- Parameters [3] {
- Parameter #0 [ <optional> $cid = <default> ]
- Parameter #1 [ <optional> $options = <default> ]
- Parameter #2 [ <optional> $limit = <default> ]
+ Parameter #0 [ <optional> $cid ]
+ Parameter #1 [ <optional> $options ]
+ Parameter #2 [ <optional> $limit ]
}
}
Method [ <internal:swoole> static public method printBackTrace ] {
- Parameters [3] {
- Parameter #0 [ <optional> $cid = <default> ]
- Parameter #1 [ <optional> $options = <default> ]
- Parameter #2 [ <optional> $limit = <default> ]
+ Parameter #0 [ <optional> $cid ]
+ Parameter #1 [ <optional> $options ]
+ Parameter #2 [ <optional> $limit ]
}
}
Method [ <internal:swoole> static public method getElapsed ] {
- Parameters [1] {
- Parameter #0 [ <optional> $cid = <default> ]
+ Parameter #0 [ <optional> $cid ]
}
}
Method [ <internal:swoole> static public method getStackUsage ] {
- Parameters [1] {
- Parameter #0 [ <optional> $cid = <default> ]
+ Parameter #0 [ <optional> $cid ]
}
}
@@ -2642,8 +2148,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <optional> $family = <default> ]
- Parameter #2 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $family ]
+ Parameter #2 [ <optional> $timeout ]
}
}
@@ -2651,8 +2157,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <optional> $timeout = <default> ]
- Parameter #2 [ <optional> $type = <default> ]
+ Parameter #1 [ <optional> $timeout ]
+ Parameter #2 [ <optional> $type ]
}
}
@@ -2660,7 +2166,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $command ]
- Parameter #1 [ <optional> $get_error_stream = <default> ]
+ Parameter #1 [ <optional> $get_error_stream ]
}
}
@@ -2675,11 +2181,11 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [6] {
Parameter #0 [ <required> $hostname ]
- Parameter #1 [ <optional> $family = <default> ]
- Parameter #2 [ <optional> $socktype = <default> ]
- Parameter #3 [ <optional> $protocol = <default> ]
- Parameter #4 [ <optional> $service = <default> ]
- Parameter #5 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $family ]
+ Parameter #2 [ <optional> $socktype ]
+ Parameter #3 [ <optional> $protocol ]
+ Parameter #4 [ <optional> $service ]
+ Parameter #5 [ <optional> $timeout ]
}
}
@@ -2702,14 +2208,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $filename ]
Parameter #1 [ <required> $data ]
- Parameter #2 [ <optional> $flags = <default> ]
+ Parameter #2 [ <optional> $flags ]
}
}
Method [ <internal:swoole> static public method wait ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
@@ -2717,7 +2223,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $pid ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -2725,7 +2231,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $signo ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -2733,8 +2239,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $events = <default> ]
- Parameter #2 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $events ]
+ Parameter #2 [ <optional> $timeout ]
}
}
@@ -2742,7 +2248,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $handle ]
- Parameter #1 [ <optional> $length = <default> ]
+ Parameter #1 [ <optional> $length ]
}
}
@@ -2758,7 +2264,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $handle ]
Parameter #1 [ <required> $string ]
- Parameter #2 [ <optional> $length = <default> ]
+ Parameter #2 [ <optional> $length ]
}
}
}
@@ -2770,7 +2276,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Class [ <internal:swoole> <iterateable> class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, ArrayAccess, Iterator, Traversable, SeekableIterator ] {
+ Class [ <internal:swoole> <iterateable> class Swoole\Coroutine\Iterator extends ArrayIterator implements Countable, Serializable, SeekableIterator, ArrayAccess, Traversable, Iterator ] {
- Constants [2] {
Constant [ public int STD_PROP_LIST ] { 1 }
@@ -2790,205 +2296,177 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> object|array $array = [] ]
- Parameter #1 [ <optional> int $flags = 0 ]
+ Parameter #0 [ <optional> $array ]
+ Parameter #1 [ <optional> $flags ]
}
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $key ]
+ Parameter #0 [ <required> $index ]
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $key ]
+ Parameter #0 [ <required> $index ]
}
- - Tentative return [ mixed ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> mixed $key ]
- Parameter #1 [ <required> mixed $value ]
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $key ]
+ Parameter #0 [ <required> $index ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method append ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $value ]
+ Parameter #0 [ <required> $value ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method getArrayCopy ] {
- Parameters [0] {
}
- - Tentative return [ array ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Countable> public method count ] {
- Parameters [0] {
}
- - Tentative return [ int ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method getFlags ] {
- Parameters [0] {
}
- - Tentative return [ int ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method setFlags ] {
- Parameters [1] {
- Parameter #0 [ <required> int $flags ]
+ Parameter #0 [ <required> $flags ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method asort ] {
- - Parameters [1] {
- Parameter #0 [ <optional> int $flags = SORT_REGULAR ]
+ - Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method ksort ] {
- - Parameters [1] {
- Parameter #0 [ <optional> int $flags = SORT_REGULAR ]
+ - Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method uasort ] {
- Parameters [1] {
- Parameter #0 [ <required> callable $callback ]
+ Parameter #0 [ <required> $cmp_function ]
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method uksort ] {
- Parameters [1] {
- Parameter #0 [ <required> callable $callback ]
+ Parameter #0 [ <required> $cmp_function ]
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method natsort ] {
- Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator> public method natcasesort ] {
- Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method unserialize ] {
- Parameters [1] {
- Parameter #0 [ <required> string $data ]
+ Parameter #0 [ <required> $serialized ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method serialize ] {
- Parameters [0] {
}
- - Tentative return [ string ]
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
}
Method [ <internal:SPL, inherits ArrayIterator> public method __serialize ] {
- Parameters [0] {
}
- - Tentative return [ array ]
}
- Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] {
+ Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] {
- - Parameters [1] {
- Parameter #0 [ <required> array $data ]
+ - Parameters [0] {
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method rewind ] {
- Parameters [0] {
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method current ] {
- Parameters [0] {
}
- - Tentative return [ mixed ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method key ] {
- Parameters [0] {
}
- - Tentative return [ string|int|null ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method next ] {
- Parameters [0] {
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method valid ] {
- Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayIterator, prototype SeekableIterator> public method seek ] {
- Parameters [1] {
- Parameter #0 [ <required> int $offset ]
- }
- - Tentative return [ void ]
- }
-
- Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] {
-
- - Parameters [0] {
+ Parameter #0 [ <required> $position ]
}
- - Tentative return [ array ]
}
}
}
@@ -3013,198 +2491,172 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:SPL, inherits ArrayObject, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> object|array $array = [] ]
- Parameter #1 [ <optional> int $flags = 0 ]
- Parameter #2 [ <optional> string $iteratorClass = ArrayIterator::class ]
+ Parameter #0 [ <optional> $input ]
+ Parameter #1 [ <optional> $flags ]
+ Parameter #2 [ <optional> $iterator_class ]
}
}
Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $key ]
+ Parameter #0 [ <required> $index ]
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $key ]
+ Parameter #0 [ <required> $index ]
}
- - Tentative return [ mixed ]
}
Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> mixed $key ]
- Parameter #1 [ <required> mixed $value ]
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $key ]
+ Parameter #0 [ <required> $index ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayObject> public method append ] {
- Parameters [1] {
- Parameter #0 [ <required> mixed $value ]
+ Parameter #0 [ <required> $value ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayObject> public method getArrayCopy ] {
- Parameters [0] {
}
- - Tentative return [ array ]
}
Method [ <internal:SPL, inherits ArrayObject, prototype Countable> public method count ] {
- Parameters [0] {
}
- - Tentative return [ int ]
}
Method [ <internal:SPL, inherits ArrayObject> public method getFlags ] {
- Parameters [0] {
}
- - Tentative return [ int ]
}
Method [ <internal:SPL, inherits ArrayObject> public method setFlags ] {
- Parameters [1] {
- Parameter #0 [ <required> int $flags ]
+ Parameter #0 [ <required> $flags ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayObject> public method asort ] {
- - Parameters [1] {
- Parameter #0 [ <optional> int $flags = SORT_REGULAR ]
+ - Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayObject> public method ksort ] {
- - Parameters [1] {
- Parameter #0 [ <optional> int $flags = SORT_REGULAR ]
+ - Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayObject> public method uasort ] {
- Parameters [1] {
- Parameter #0 [ <required> callable $callback ]
+ Parameter #0 [ <required> $cmp_function ]
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayObject> public method uksort ] {
- Parameters [1] {
- Parameter #0 [ <required> callable $callback ]
+ Parameter #0 [ <required> $cmp_function ]
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayObject> public method natsort ] {
- Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayObject> public method natcasesort ] {
- Parameters [0] {
}
- - Tentative return [ bool ]
}
Method [ <internal:SPL, inherits ArrayObject, prototype Serializable> public method unserialize ] {
- Parameters [1] {
- Parameter #0 [ <required> string $data ]
+ Parameter #0 [ <required> $serialized ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayObject, prototype Serializable> public method serialize ] {
- Parameters [0] {
}
- - Tentative return [ string ]
+ }
+
+ Method [ <internal:SPL, inherits ArrayObject> public method __unserialize ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $serialized ]
+ }
}
Method [ <internal:SPL, inherits ArrayObject> public method __serialize ] {
- Parameters [0] {
}
- - Tentative return [ array ]
}
- Method [ <internal:SPL, inherits ArrayObject> public method __unserialize ] {
+ Method [ <internal:SPL, inherits ArrayObject> public method __debugInfo ] {
- - Parameters [1] {
- Parameter #0 [ <required> array $data ]
+ - Parameters [0] {
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayObject, prototype IteratorAggregate> public method getIterator ] {
- Parameters [0] {
}
- - Tentative return [ Iterator ]
}
Method [ <internal:SPL, inherits ArrayObject> public method exchangeArray ] {
- Parameters [1] {
- Parameter #0 [ <required> object|array $array ]
+ Parameter #0 [ <required> $input ]
}
- - Tentative return [ array ]
}
Method [ <internal:SPL, inherits ArrayObject> public method setIteratorClass ] {
- Parameters [1] {
- Parameter #0 [ <required> string $iteratorClass ]
+ Parameter #0 [ <required> $iteratorClass ]
}
- - Tentative return [ void ]
}
Method [ <internal:SPL, inherits ArrayObject> public method getIteratorClass ] {
- Parameters [0] {
}
- - Tentative return [ string ]
- }
-
- Method [ <internal:SPL, inherits ArrayObject> public method __debugInfo ] {
-
- - Parameters [0] {
- }
- - Tentative return [ array ]
}
}
}
- Class [ <internal:swoole> class Swoole\ExitException extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:swoole> class Swoole\ExitException extends Swoole\Exception implements Throwable ] {
- Constants [0] {
}
@@ -3216,12 +2668,12 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [6] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line = 0 ]
- Property [ private $flags = 0 ]
- Property [ private $status = 0 ]
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ Property [ <default> private $flags ]
+ Property [ <default> private $status ]
}
- Methods [12] {
@@ -3240,72 +2692,37 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
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 ]
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
}
}
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 ]
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
}
}
}
@@ -3323,8 +2740,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <optional> $family = <default> ]
- Parameter #2 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $family ]
+ Parameter #2 [ <optional> $timeout ]
}
}
@@ -3332,8 +2749,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <optional> $timeout = <default> ]
- Parameter #2 [ <optional> $type = <default> ]
+ Parameter #1 [ <optional> $timeout ]
+ Parameter #2 [ <optional> $type ]
}
}
@@ -3341,7 +2758,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $command ]
- Parameter #1 [ <optional> $get_error_stream = <default> ]
+ Parameter #1 [ <optional> $get_error_stream ]
}
}
@@ -3356,11 +2773,11 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [6] {
Parameter #0 [ <required> $hostname ]
- Parameter #1 [ <optional> $family = <default> ]
- Parameter #2 [ <optional> $socktype = <default> ]
- Parameter #3 [ <optional> $protocol = <default> ]
- Parameter #4 [ <optional> $service = <default> ]
- Parameter #5 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $family ]
+ Parameter #2 [ <optional> $socktype ]
+ Parameter #3 [ <optional> $protocol ]
+ Parameter #4 [ <optional> $service ]
+ Parameter #5 [ <optional> $timeout ]
}
}
@@ -3383,14 +2800,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $filename ]
Parameter #1 [ <required> $data ]
- Parameter #2 [ <optional> $flags = <default> ]
+ Parameter #2 [ <optional> $flags ]
}
}
Method [ <internal:swoole> static public method wait ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
@@ -3398,7 +2815,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $pid ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -3406,7 +2823,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $signo ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -3414,8 +2831,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $events = <default> ]
- Parameter #2 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $events ]
+ Parameter #2 [ <optional> $timeout ]
}
}
@@ -3423,7 +2840,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $handle ]
- Parameter #1 [ <optional> $length = <default> ]
+ Parameter #1 [ <optional> $length ]
}
}
@@ -3432,7 +2849,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $handle ]
Parameter #1 [ <required> $string ]
- Parameter #2 [ <optional> $length = <default> ]
+ Parameter #2 [ <optional> $length ]
}
}
@@ -3478,7 +2895,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $n ]
- Parameter #1 [ <optional> callable $func = <default> ]
+ Parameter #1 [ <optional> callable $func ]
Parameter #2 [ <optional> ...$params ]
}
}
@@ -3516,15 +2933,15 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [2] {
- Property [ public $capacity = 0 ]
- Property [ public $errCode = 0 ]
+ Property [ <default> public $capacity ]
+ Property [ <default> public $errCode ]
}
- Methods [8] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $size = <default> ]
+ Parameter #0 [ <optional> $size ]
}
}
@@ -3532,14 +2949,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method pop ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
@@ -3587,8 +3004,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> static public method enableCoroutine ] {
- Parameters [2] {
- Parameter #0 [ <optional> $enable = <default> ]
- Parameter #1 [ <optional> $flags = <default> ]
+ Parameter #0 [ <optional> $enable ]
+ Parameter #1 [ <optional> $flags ]
}
}
@@ -3613,7 +3030,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Class [ <internal:swoole> class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:swoole> class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable ] {
- Constants [0] {
}
@@ -3625,82 +3042,47 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line = 0 ]
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
}
- 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 ]
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
}
}
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 ]
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
}
}
}
@@ -3717,12 +3099,12 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [6] {
- Property [ public $fd = -1 ]
- Property [ public $domain = 0 ]
- Property [ public $type = 0 ]
- Property [ public $protocol = 0 ]
- Property [ public $errCode = 0 ]
- Property [ public $errMsg = '' ]
+ Property [ <default> public $fd ]
+ Property [ <default> public $domain ]
+ Property [ <default> public $type ]
+ Property [ <default> public $protocol ]
+ Property [ <default> public $errCode ]
+ Property [ <default> public $errMsg ]
}
- Methods [31] {
@@ -3731,7 +3113,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $domain ]
Parameter #1 [ <required> $type ]
- Parameter #2 [ <optional> $protocol = <default> ]
+ Parameter #2 [ <optional> $protocol ]
}
}
@@ -3739,21 +3121,21 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $address ]
- Parameter #1 [ <optional> $port = <default> ]
+ Parameter #1 [ <optional> $port ]
}
}
Method [ <internal:swoole> public method listen ] {
- Parameters [1] {
- Parameter #0 [ <optional> $backlog = <default> ]
+ Parameter #0 [ <optional> $backlog ]
}
}
Method [ <internal:swoole> public method accept ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
@@ -3761,8 +3143,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $timeout ]
}
}
@@ -3775,46 +3157,46 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method peek ] {
- Parameters [1] {
- Parameter #0 [ <optional> $length = <default> ]
+ Parameter #0 [ <optional> $length ]
}
}
Method [ <internal:swoole> public method recv ] {
- Parameters [2] {
- Parameter #0 [ <optional> $length = <default> ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $length ]
+ Parameter #1 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method recvAll ] {
- Parameters [2] {
- Parameter #0 [ <optional> $length = <default> ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $length ]
+ Parameter #1 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method recvLine ] {
- Parameters [2] {
- Parameter #0 [ <optional> $length = <default> ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $length ]
+ Parameter #1 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method recvWithBuffer ] {
- Parameters [2] {
- Parameter #0 [ <optional> $length = <default> ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $length ]
+ Parameter #1 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method recvPacket ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
@@ -3822,7 +3204,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -3830,7 +3212,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $io_vector ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -3838,7 +3220,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $io_vector ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -3846,7 +3228,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $io_vector ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -3854,7 +3236,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $io_vector ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -3862,8 +3244,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $filename ]
- Parameter #1 [ <optional> $offset = <default> ]
- Parameter #2 [ <optional> $length = <default> ]
+ Parameter #1 [ <optional> $offset ]
+ Parameter #2 [ <optional> $length ]
}
}
@@ -3871,7 +3253,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -3879,7 +3261,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> &$peername ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -3925,14 +3307,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method shutdown ] {
- Parameters [1] {
- Parameter #0 [ <optional> $how = <default> ]
+ Parameter #0 [ <optional> $how ]
}
}
Method [ <internal:swoole> public method cancel ] {
- Parameters [1] {
- Parameter #0 [ <optional> $event = <default> ]
+ Parameter #0 [ <optional> $event ]
}
}
@@ -3962,7 +3344,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Class [ <internal:swoole> class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:swoole> class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Throwable ] {
- Constants [0] {
}
@@ -3974,82 +3356,47 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line = 0 ]
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
}
- 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 ]
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
}
}
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 ]
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
}
}
}
@@ -4073,13 +3420,13 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [7] {
- Property [ public $errCode = 0 ]
- Property [ public $sock = -1 ]
- Property [ public $reuse = false ]
- Property [ public $reuseCount = 0 ]
- Property [ public $type = 0 ]
- Property [ public $id = NULL ]
- Property [ public $setting = NULL ]
+ Property [ <default> public $errCode ]
+ Property [ <default> public $sock ]
+ Property [ <default> public $reuse ]
+ Property [ <default> public $reuseCount ]
+ Property [ <default> public $type ]
+ Property [ <default> public $id ]
+ Property [ <default> public $setting ]
}
- Methods [17] {
@@ -4087,12 +3434,12 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $type ]
- Parameter #1 [ <optional> $async = <default> ]
- Parameter #2 [ <optional> $id = <default> ]
+ Parameter #1 [ <optional> $async ]
+ Parameter #2 [ <optional> $id ]
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -4109,17 +3456,17 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $timeout = <default> ]
- Parameter #3 [ <optional> $sock_flag = <default> ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $timeout ]
+ Parameter #3 [ <optional> $sock_flag ]
}
}
Method [ <internal:swoole> public method recv ] {
- Parameters [2] {
- Parameter #0 [ <optional> $size = <default> ]
- Parameter #1 [ <optional> $flag = <default> ]
+ Parameter #0 [ <optional> $size ]
+ Parameter #1 [ <optional> $flag ]
}
}
@@ -4127,7 +3474,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $flag = <default> ]
+ Parameter #1 [ <optional> $flag ]
}
}
@@ -4135,8 +3482,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $filename ]
- Parameter #1 [ <optional> $offset = <default> ]
- Parameter #2 [ <optional> $length = <default> ]
+ Parameter #1 [ <optional> $offset ]
+ Parameter #2 [ <optional> $length ]
}
}
@@ -4195,7 +3542,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method close ] {
- Parameters [1] {
- Parameter #0 [ <optional> $force = <default> ]
+ Parameter #0 [ <optional> $force ]
}
}
@@ -4207,7 +3554,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Class [ <internal:swoole> class Swoole\Client\Exception extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:swoole> class Swoole\Client\Exception extends Swoole\Exception implements Throwable ] {
- Constants [0] {
}
@@ -4219,82 +3566,47 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line = 0 ]
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
}
- 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 ]
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
}
}
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 ]
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
}
}
}
@@ -4315,13 +3627,13 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [7] {
- Property [ public $errCode = 0 ]
- Property [ public $errMsg = '' ]
- Property [ public $fd = -1 ]
- Property [ private $socket = NULL ]
- Property [ public $type = 1 ]
- Property [ public $setting = NULL ]
- Property [ public $connected = false ]
+ Property [ <default> public $errCode ]
+ Property [ <default> public $errMsg ]
+ Property [ <default> public $fd ]
+ Property [ <default> private $socket ]
+ Property [ <default> public $type ]
+ Property [ <default> public $setting ]
+ Property [ <default> public $connected ]
}
- Methods [18] {
@@ -4332,7 +3644,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -4349,23 +3661,23 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $timeout = <default> ]
- Parameter #3 [ <optional> $sock_flag = <default> ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $timeout ]
+ Parameter #3 [ <optional> $sock_flag ]
}
}
Method [ <internal:swoole> public method recv ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method peek ] {
- Parameters [1] {
- Parameter #0 [ <optional> $length = <default> ]
+ Parameter #0 [ <optional> $length ]
}
}
@@ -4380,8 +3692,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $filename ]
- Parameter #1 [ <optional> $offset = <default> ]
- Parameter #2 [ <optional> $length = <default> ]
+ Parameter #1 [ <optional> $offset ]
+ Parameter #2 [ <optional> $length ]
}
}
@@ -4399,7 +3711,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $length ]
Parameter #1 [ <required> &$address ]
- Parameter #2 [ <optional> &$port = <default> ]
+ Parameter #2 [ <optional> &$port ]
}
}
@@ -4465,24 +3777,24 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [18] {
- Property [ public $errCode = 0 ]
- Property [ public $errMsg = '' ]
- Property [ public $connected = false ]
- Property [ public $host = '' ]
- Property [ public $port = 0 ]
- Property [ public $ssl = false ]
- Property [ public $setting = NULL ]
- Property [ public $requestMethod = NULL ]
- Property [ public $requestHeaders = NULL ]
- Property [ public $requestBody = NULL ]
- Property [ public $uploadFiles = NULL ]
- Property [ public $downloadFile = NULL ]
- Property [ public $downloadOffset = 0 ]
- Property [ public $statusCode = 0 ]
- Property [ public $headers = NULL ]
- Property [ public $set_cookie_headers = NULL ]
- Property [ public $cookies = NULL ]
- Property [ public $body = '' ]
+ Property [ <default> public $errCode ]
+ Property [ <default> public $errMsg ]
+ Property [ <default> public $connected ]
+ Property [ <default> public $host ]
+ Property [ <default> public $port ]
+ Property [ <default> public $ssl ]
+ Property [ <default> public $setting ]
+ Property [ <default> public $requestMethod ]
+ Property [ <default> public $requestHeaders ]
+ Property [ <default> public $requestBody ]
+ Property [ <default> public $uploadFiles ]
+ Property [ <default> public $downloadFile ]
+ Property [ <default> public $downloadOffset ]
+ Property [ <default> public $statusCode ]
+ Property [ <default> public $headers ]
+ Property [ <default> public $set_cookie_headers ]
+ Property [ <default> public $cookies ]
+ Property [ <default> public $body ]
}
- Methods [28] {
@@ -4490,12 +3802,12 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $ssl = <default> ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $ssl ]
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -4517,7 +3829,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method setDefer ] {
- Parameters [1] {
- Parameter #0 [ <optional> $defer = <default> ]
+ Parameter #0 [ <optional> $defer ]
}
}
@@ -4562,10 +3874,10 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [6] {
Parameter #0 [ <required> $path ]
Parameter #1 [ <required> $name ]
- Parameter #2 [ <optional> $type = <default> ]
- Parameter #3 [ <optional> $filename = <default> ]
- Parameter #4 [ <optional> $offset = <default> ]
- Parameter #5 [ <optional> $length = <default> ]
+ Parameter #2 [ <optional> $type ]
+ Parameter #3 [ <optional> $filename ]
+ Parameter #4 [ <optional> $offset ]
+ Parameter #5 [ <optional> $length ]
}
}
@@ -4574,8 +3886,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $path ]
Parameter #1 [ <required> $name ]
- Parameter #2 [ <optional> $type = <default> ]
- Parameter #3 [ <optional> $filename = <default> ]
+ Parameter #2 [ <optional> $type ]
+ Parameter #3 [ <optional> $filename ]
}
}
@@ -4618,7 +3930,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $path ]
Parameter #1 [ <required> $file ]
- Parameter #2 [ <optional> $offset = <default> ]
+ Parameter #2 [ <optional> $offset ]
}
}
@@ -4669,15 +3981,15 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $opcode = <default> ]
- Parameter #2 [ <optional> $flags = <default> ]
+ Parameter #1 [ <optional> $opcode ]
+ Parameter #2 [ <optional> $flags ]
}
}
Method [ <internal:swoole> public method recv ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
@@ -4689,7 +4001,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Class [ <internal:swoole> class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:swoole> class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Throwable ] {
- Constants [0] {
}
@@ -4701,82 +4013,47 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line = 0 ]
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
}
- 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 ]
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
}
}
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 ]
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
}
}
}
@@ -4793,15 +4070,15 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [9] {
- Property [ public $serverInfo = NULL ]
- Property [ public $sock = -1 ]
- Property [ public $connected = false ]
- Property [ public $connect_errno = 0 ]
- Property [ public $connect_error = '' ]
- Property [ public $affected_rows = 0 ]
- Property [ public $insert_id = 0 ]
- Property [ public $error = '' ]
- Property [ public $errno = 0 ]
+ Property [ <default> public $serverInfo ]
+ Property [ <default> public $sock ]
+ Property [ <default> public $connected ]
+ Property [ <default> public $connect_errno ]
+ Property [ <default> public $connect_error ]
+ Property [ <default> public $affected_rows ]
+ Property [ <default> public $insert_id ]
+ Property [ <default> public $error ]
+ Property [ <default> public $errno ]
}
- Methods [16] {
@@ -4811,7 +4088,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -4826,14 +4103,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method setDefer ] {
- Parameters [1] {
- Parameter #0 [ <optional> $defer = <default> ]
+ Parameter #0 [ <optional> $defer ]
}
}
Method [ <internal:swoole> public method connect ] {
- Parameters [1] {
- Parameter #0 [ <optional> array $server_config = <default> ]
+ Parameter #0 [ <optional> array $server_config ]
}
}
@@ -4841,7 +4118,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $sql ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -4867,7 +4144,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $query ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -4880,21 +4157,21 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method begin ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method commit ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method rollback ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
@@ -4902,7 +4179,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $string ]
- Parameter #1 [ <optional> $flags = <default> ]
+ Parameter #1 [ <optional> $flags ]
}
}
@@ -4926,47 +4203,47 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [5] {
- Property [ public $id = 0 ]
- Property [ public $affected_rows = 0 ]
- Property [ public $insert_id = 0 ]
- Property [ public $error = '' ]
- Property [ public $errno = 0 ]
+ Property [ <default> public $id ]
+ Property [ <default> public $affected_rows ]
+ Property [ <default> public $insert_id ]
+ Property [ <default> public $error ]
+ Property [ <default> public $errno ]
}
- Methods [6] {
Method [ <internal:swoole> public method execute ] {
- Parameters [2] {
- Parameter #0 [ <optional> $params = <default> ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $params ]
+ Parameter #1 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method fetch ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method fetchAll ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method nextResult ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method recv ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
@@ -4978,7 +4255,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Class [ <internal:swoole> class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:swoole> class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Throwable ] {
- Constants [0] {
}
@@ -4990,82 +4267,47 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line = 0 ]
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
}
- 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 ]
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
}
}
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 ]
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
}
}
}
@@ -5082,25 +4324,25 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [8] {
- Property [ public $host = '' ]
- Property [ public $port = 0 ]
- Property [ public $setting = NULL ]
- Property [ public $sock = -1 ]
- Property [ public $connected = false ]
- Property [ public $errType = 0 ]
- Property [ public $errCode = 0 ]
- Property [ public $errMsg = '' ]
+ Property [ <default> public $host ]
+ Property [ <default> public $port ]
+ Property [ <default> public $setting ]
+ Property [ <default> public $sock ]
+ Property [ <default> public $connected ]
+ Property [ <default> public $errType ]
+ Property [ <default> public $errCode ]
+ Property [ <default> public $errMsg ]
}
- Methods [185] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $config = <default> ]
+ Parameter #0 [ <optional> $config ]
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -5110,8 +4352,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $serialize = <default> ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $serialize ]
}
}
@@ -5177,8 +4419,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $timeout = <default> ]
- Parameter #3 [ <optional> $opt = <default> ]
+ Parameter #2 [ <optional> $timeout ]
+ Parameter #3 [ <optional> $opt ]
}
}
@@ -5236,7 +4478,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys = <default> ]
+ Parameter #1 [ <optional> $other_keys ]
}
}
@@ -5245,7 +4487,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $member ]
- Parameter #2 [ <optional> $other_members = <default> ]
+ Parameter #2 [ <optional> $other_members ]
}
}
@@ -5279,7 +4521,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys = <default> ]
+ Parameter #1 [ <optional> $other_keys ]
}
}
@@ -5315,7 +4557,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys = <default> ]
+ Parameter #1 [ <optional> $other_keys ]
}
}
@@ -5345,7 +4587,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $timeout_or_key ]
- Parameter #2 [ <optional> $extra_args = <default> ]
+ Parameter #2 [ <optional> $extra_args ]
}
}
@@ -5361,7 +4603,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $timeout_or_key ]
- Parameter #2 [ <optional> $extra_args = <default> ]
+ Parameter #2 [ <optional> $extra_args ]
}
}
@@ -5427,7 +4669,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $count = <default> ]
+ Parameter #1 [ <optional> $count ]
}
}
@@ -5601,7 +4843,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys = <default> ]
+ Parameter #1 [ <optional> $other_keys ]
}
}
@@ -5835,7 +5077,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $timeout_or_key ]
- Parameter #2 [ <optional> $extra_args = <default> ]
+ Parameter #2 [ <optional> $extra_args ]
}
}
@@ -5844,7 +5086,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $timeout_or_key ]
- Parameter #2 [ <optional> $extra_args = <default> ]
+ Parameter #2 [ <optional> $extra_args ]
}
}
@@ -5881,7 +5123,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $start ]
Parameter #2 [ <required> $end ]
- Parameter #3 [ <optional> $scores = <default> ]
+ Parameter #3 [ <optional> $scores ]
}
}
@@ -5891,7 +5133,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $start ]
Parameter #2 [ <required> $end ]
- Parameter #3 [ <optional> $scores = <default> ]
+ Parameter #3 [ <optional> $scores ]
}
}
@@ -5901,7 +5143,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $start ]
Parameter #2 [ <required> $end ]
- Parameter #3 [ <optional> $options = <default> ]
+ Parameter #3 [ <optional> $options ]
}
}
@@ -5911,7 +5153,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $start ]
Parameter #2 [ <required> $end ]
- Parameter #3 [ <optional> $options = <default> ]
+ Parameter #3 [ <optional> $options ]
}
}
@@ -5921,8 +5163,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $min ]
Parameter #2 [ <required> $max ]
- Parameter #3 [ <optional> $offset = <default> ]
- Parameter #4 [ <optional> $limit = <default> ]
+ Parameter #3 [ <optional> $offset ]
+ Parameter #4 [ <optional> $limit ]
}
}
@@ -5932,8 +5174,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $min ]
Parameter #2 [ <required> $max ]
- Parameter #3 [ <optional> $offset = <default> ]
- Parameter #4 [ <optional> $limit = <default> ]
+ Parameter #3 [ <optional> $offset ]
+ Parameter #4 [ <optional> $limit ]
}
}
@@ -5942,8 +5184,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $keys ]
- Parameter #2 [ <optional> $weights = <default> ]
- Parameter #3 [ <optional> $aggregate = <default> ]
+ Parameter #2 [ <optional> $weights ]
+ Parameter #3 [ <optional> $aggregate ]
}
}
@@ -5952,8 +5194,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $keys ]
- Parameter #2 [ <optional> $weights = <default> ]
- Parameter #3 [ <optional> $aggregate = <default> ]
+ Parameter #2 [ <optional> $weights ]
+ Parameter #3 [ <optional> $aggregate ]
}
}
@@ -5962,8 +5204,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $keys ]
- Parameter #2 [ <optional> $weights = <default> ]
- Parameter #3 [ <optional> $aggregate = <default> ]
+ Parameter #2 [ <optional> $weights ]
+ Parameter #3 [ <optional> $aggregate ]
}
}
@@ -5972,8 +5214,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $keys ]
- Parameter #2 [ <optional> $weights = <default> ]
- Parameter #3 [ <optional> $aggregate = <default> ]
+ Parameter #2 [ <optional> $weights ]
+ Parameter #3 [ <optional> $aggregate ]
}
}
@@ -6216,7 +5458,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $operation ]
Parameter #1 [ <required> $ret_key ]
Parameter #2 [ <required> $key ]
- Parameter #3 [ <optional> $other_keys = <default> ]
+ Parameter #3 [ <optional> $other_keys ]
}
}
@@ -6241,7 +5483,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys = <default> ]
+ Parameter #1 [ <optional> $other_keys ]
}
}
@@ -6250,7 +5492,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $dst ]
Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $other_keys = <default> ]
+ Parameter #2 [ <optional> $other_keys ]
}
}
@@ -6258,7 +5500,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys = <default> ]
+ Parameter #1 [ <optional> $other_keys ]
}
}
@@ -6267,7 +5509,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $dst ]
Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $other_keys = <default> ]
+ Parameter #2 [ <optional> $other_keys ]
}
}
@@ -6275,7 +5517,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys = <default> ]
+ Parameter #1 [ <optional> $other_keys ]
}
}
@@ -6284,7 +5526,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $dst ]
Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $other_keys = <default> ]
+ Parameter #2 [ <optional> $other_keys ]
}
}
@@ -6309,7 +5551,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $member ]
- Parameter #2 [ <optional> $other_members = <default> ]
+ Parameter #2 [ <optional> $other_members ]
}
}
@@ -6318,7 +5560,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $member ]
- Parameter #2 [ <optional> $other_members = <default> ]
+ Parameter #2 [ <optional> $other_members ]
}
}
@@ -6327,7 +5569,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $member ]
- Parameter #2 [ <optional> $other_members = <default> ]
+ Parameter #2 [ <optional> $other_members ]
}
}
@@ -6375,8 +5617,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $script ]
- Parameter #1 [ <optional> $args = <default> ]
- Parameter #2 [ <optional> $num_keys = <default> ]
+ Parameter #1 [ <optional> $args ]
+ Parameter #2 [ <optional> $num_keys ]
}
}
@@ -6384,8 +5626,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $script_sha ]
- Parameter #1 [ <optional> $args = <default> ]
- Parameter #2 [ <optional> $num_keys = <default> ]
+ Parameter #1 [ <optional> $args ]
+ Parameter #2 [ <optional> $num_keys ]
}
}
@@ -6393,7 +5635,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $cmd ]
- Parameter #1 [ <optional> $args = <default> ]
+ Parameter #1 [ <optional> $args ]
}
}
@@ -6410,7 +5652,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $id ]
Parameter #2 [ <required> $pairs ]
- Parameter #3 [ <optional> $options = <default> ]
+ Parameter #3 [ <optional> $options ]
}
}
@@ -6418,7 +5660,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $streams ]
- Parameter #1 [ <optional> $options = <default> ]
+ Parameter #1 [ <optional> $options ]
}
}
@@ -6436,7 +5678,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $start ]
Parameter #2 [ <required> $end ]
- Parameter #3 [ <optional> $count = <default> ]
+ Parameter #3 [ <optional> $count ]
}
}
@@ -6446,7 +5688,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $start ]
Parameter #2 [ <required> $end ]
- Parameter #3 [ <optional> $count = <default> ]
+ Parameter #3 [ <optional> $count ]
}
}
@@ -6454,7 +5696,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $options = <default> ]
+ Parameter #1 [ <optional> $options ]
}
}
@@ -6464,7 +5706,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $group_name ]
Parameter #2 [ <required> $id ]
- Parameter #3 [ <optional> $mkstream = <default> ]
+ Parameter #3 [ <optional> $mkstream ]
}
}
@@ -6509,7 +5751,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $group_name ]
Parameter #1 [ <required> $consumer_name ]
Parameter #2 [ <required> $streams ]
- Parameter #3 [ <optional> $options = <default> ]
+ Parameter #3 [ <optional> $options ]
}
}
@@ -6518,7 +5760,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $group_name ]
- Parameter #2 [ <optional> $options = <default> ]
+ Parameter #2 [ <optional> $options ]
}
}
@@ -6539,7 +5781,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #2 [ <required> $consumer_name ]
Parameter #3 [ <required> $min_idle_time ]
Parameter #4 [ <required> $id ]
- Parameter #5 [ <optional> $options = <default> ]
+ Parameter #5 [ <optional> $options ]
}
}
@@ -6551,7 +5793,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #2 [ <required> $consumer_name ]
Parameter #3 [ <required> $min_idle_time ]
Parameter #4 [ <required> $start ]
- Parameter #5 [ <optional> $options = <default> ]
+ Parameter #5 [ <optional> $options ]
}
}
@@ -6591,15 +5833,15 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [9] {
- Property [ public $errCode = 0 ]
- Property [ public $errMsg = '' ]
- Property [ public $sock = -1 ]
- Property [ public $type = 0 ]
- Property [ public $setting = NULL ]
- Property [ public $connected = false ]
- Property [ public $host = NULL ]
- Property [ public $port = 0 ]
- Property [ public $ssl = false ]
+ Property [ <default> public $errCode ]
+ Property [ <default> public $errMsg ]
+ Property [ <default> public $sock ]
+ Property [ <default> public $type ]
+ Property [ <default> public $setting ]
+ Property [ <default> public $connected ]
+ Property [ <default> public $host ]
+ Property [ <default> public $port ]
+ Property [ <default> public $ssl ]
}
- Methods [13] {
@@ -6607,12 +5849,12 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $open_ssl = <default> ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $open_ssl ]
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -6634,7 +5876,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method stats ] {
- Parameters [1] {
- Parameter #0 [ <optional> $key = <default> ]
+ Parameter #0 [ <optional> $key ]
}
}
@@ -6657,29 +5899,29 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $stream_id ]
Parameter #1 [ <required> $data ]
- Parameter #2 [ <optional> $end_stream = <default> ]
+ Parameter #2 [ <optional> $end_stream ]
}
}
Method [ <internal:swoole> public method recv ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method read ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout = <default> ]
+ Parameter #0 [ <optional> $timeout ]
}
}
Method [ <internal:swoole> public method goaway ] {
- Parameters [2] {
- Parameter #0 [ <optional> $error_code = <default> ]
- Parameter #1 [ <optional> $debug_data = <default> ]
+ Parameter #0 [ <optional> $error_code ]
+ Parameter #1 [ <optional> $debug_data ]
}
}
@@ -6697,7 +5939,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Class [ <internal:swoole> class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Stringable, Throwable ] {
+ Class [ <internal:swoole> class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Throwable ] {
- Constants [0] {
}
@@ -6709,82 +5951,47 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [4] {
- Property [ protected $message = '' ]
- Property [ protected $code = 0 ]
- Property [ protected string $file = '' ]
- Property [ protected int $line = 0 ]
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
}
- 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 ]
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
}
}
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 ]
+ Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] {
}
}
}
@@ -6801,12 +6008,12 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [6] {
- Property [ public $path = '/' ]
- Property [ public $method = 'GET' ]
- Property [ public $headers = NULL ]
- Property [ public $cookies = NULL ]
- Property [ public $data = '' ]
- Property [ public $pipeline = false ]
+ Property [ <default> public $path ]
+ Property [ <default> public $method ]
+ Property [ <default> public $headers ]
+ Property [ <default> public $cookies ]
+ Property [ <default> public $data ]
+ Property [ <default> public $pipeline ]
}
- Methods [0] {
@@ -6825,14 +6032,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [8] {
- Property [ public $streamId = 0 ]
- Property [ public $errCode = 0 ]
- Property [ public $statusCode = 0 ]
- Property [ public $pipeline = false ]
- Property [ public $headers = NULL ]
- Property [ public $set_cookie_headers = NULL ]
- Property [ public $cookies = NULL ]
- Property [ public $data = NULL ]
+ Property [ <default> public $streamId ]
+ Property [ <default> public $errCode ]
+ Property [ <default> public $statusCode ]
+ Property [ <default> public $pipeline ]
+ Property [ <default> public $headers ]
+ Property [ <default> public $set_cookie_headers ]
+ Property [ <default> public $cookies ]
+ Property [ <default> public $data ]
}
- Methods [0] {
@@ -6851,34 +6058,34 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [28] {
- Property [ private $onStart = NULL ]
- Property [ private $onBeforeShutdown = NULL ]
- Property [ private $onShutdown = NULL ]
- Property [ private $onWorkerStart = NULL ]
- Property [ private $onWorkerStop = NULL ]
- Property [ private $onBeforeReload = NULL ]
- Property [ private $onAfterReload = NULL ]
- Property [ private $onWorkerExit = NULL ]
- Property [ private $onWorkerError = NULL ]
- Property [ private $onTask = NULL ]
- Property [ private $onFinish = NULL ]
- Property [ private $onManagerStart = NULL ]
- Property [ private $onManagerStop = NULL ]
- Property [ private $onPipeMessage = NULL ]
- Property [ public $setting = NULL ]
- Property [ public $connections = NULL ]
- Property [ public $host = '' ]
- Property [ public $port = 0 ]
- Property [ public $type = 0 ]
- Property [ public $mode = 0 ]
- Property [ public $ports = NULL ]
- Property [ public $master_pid = 0 ]
- Property [ public $manager_pid = 0 ]
- Property [ public $worker_id = -1 ]
- Property [ public $taskworker = false ]
- Property [ public $worker_pid = 0 ]
- Property [ public $stats_timer = NULL ]
- Property [ public $admin_server = NULL ]
+ Property [ <default> private $onStart ]
+ Property [ <default> private $onBeforeShutdown ]
+ Property [ <default> private $onShutdown ]
+ Property [ <default> private $onWorkerStart ]
+ Property [ <default> private $onWorkerStop ]
+ Property [ <default> private $onBeforeReload ]
+ Property [ <default> private $onAfterReload ]
+ Property [ <default> private $onWorkerExit ]
+ Property [ <default> private $onWorkerError ]
+ Property [ <default> private $onTask ]
+ Property [ <default> private $onFinish ]
+ Property [ <default> private $onManagerStart ]
+ Property [ <default> private $onManagerStop ]
+ Property [ <default> private $onPipeMessage ]
+ Property [ <default> public $setting ]
+ Property [ <default> public $connections ]
+ Property [ <default> public $host ]
+ Property [ <default> public $port ]
+ Property [ <default> public $type ]
+ Property [ <default> public $mode ]
+ Property [ <default> public $ports ]
+ Property [ <default> public $master_pid ]
+ Property [ <default> public $manager_pid ]
+ Property [ <default> public $worker_id ]
+ Property [ <default> public $taskworker ]
+ Property [ <default> public $worker_pid ]
+ Property [ <default> public $stats_timer ]
+ Property [ <default> public $admin_server ]
}
- Methods [49] {
@@ -6886,13 +6093,13 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $mode = <default> ]
- Parameter #3 [ <optional> $sock_type = <default> ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $mode ]
+ Parameter #3 [ <optional> $sock_type ]
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -6949,7 +6156,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
Parameter #1 [ <required> $send_data ]
- Parameter #2 [ <optional> $server_socket = <default> ]
+ Parameter #2 [ <optional> $server_socket ]
}
}
@@ -6959,7 +6166,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $ip ]
Parameter #1 [ <required> $port ]
Parameter #2 [ <required> $send_data ]
- Parameter #3 [ <optional> $server_socket = <default> ]
+ Parameter #3 [ <optional> $server_socket ]
}
}
@@ -6989,7 +6196,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $is_protected = <default> ]
+ Parameter #1 [ <optional> $is_protected ]
}
}
@@ -6998,8 +6205,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $conn_fd ]
Parameter #1 [ <required> $filename ]
- Parameter #2 [ <optional> $offset = <default> ]
- Parameter #3 [ <optional> $length = <default> ]
+ Parameter #2 [ <optional> $offset ]
+ Parameter #3 [ <optional> $length ]
}
}
@@ -7007,7 +6214,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reset = <default> ]
+ Parameter #1 [ <optional> $reset ]
}
}
@@ -7036,8 +6243,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $task_worker_index = <default> ]
- Parameter #2 [ <optional> ?callable $finish_callback = <default> ]
+ Parameter #1 [ <optional> $task_worker_index ]
+ Parameter #2 [ <optional> callable or NULL $finish_callback ]
}
}
@@ -7045,8 +6252,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout = <default> ]
- Parameter #2 [ <optional> $task_worker_index = <default> ]
+ Parameter #1 [ <optional> $timeout ]
+ Parameter #2 [ <optional> $task_worker_index ]
}
}
@@ -7054,7 +6261,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -7062,7 +6269,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -7088,7 +6295,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method stop ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
@@ -7109,7 +6316,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id = <default> ]
+ Parameter #1 [ <optional> $reactor_id ]
}
}
@@ -7117,7 +6324,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count = <default> ]
+ Parameter #1 [ <optional> $find_count ]
}
}
@@ -7130,14 +6337,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method getWorkerPid ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
Method [ <internal:swoole> public method getWorkerStatus ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
@@ -7157,7 +6364,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id = <default> ]
+ Parameter #1 [ <optional> $reactor_id ]
}
}
@@ -7165,7 +6372,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count = <default> ]
+ Parameter #1 [ <optional> $find_count ]
}
}
@@ -7184,7 +6391,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #1 [ <required> $process_id ]
Parameter #2 [ <required> $process_type ]
Parameter #3 [ <required> $data ]
- Parameter #4 [ <optional> $json_encode = <default> ]
+ Parameter #4 [ <optional> $json_encode ]
}
}
@@ -7213,7 +6420,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method getSocket ] {
- Parameters [1] {
- Parameter #0 [ <optional> $port = <default> ]
+ Parameter #0 [ <optional> $port ]
}
}
@@ -7275,11 +6482,11 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [5] {
- Property [ public $data = NULL ]
- Property [ public $dispatch_time = 0.0 ]
- Property [ public $id = -1 ]
- Property [ public $worker_id = -1 ]
- Property [ public $flags = 0 ]
+ Property [ <default> public $data ]
+ Property [ <default> public $dispatch_time ]
+ Property [ <default> public $id ]
+ Property [ <default> public $worker_id ]
+ Property [ <default> public $flags ]
}
- Methods [1] {
@@ -7304,10 +6511,10 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [4] {
- Property [ public $reactor_id = 0 ]
- Property [ public $fd = 0 ]
- Property [ public $dispatch_time = 0.0 ]
- Property [ public $data = NULL ]
+ Property [ <default> public $reactor_id ]
+ Property [ <default> public $fd ]
+ Property [ <default> public $dispatch_time ]
+ Property [ <default> public $data ]
}
- Methods [0] {
@@ -7326,11 +6533,11 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [5] {
- Property [ public $server_socket = 0 ]
- Property [ public $server_port = 0 ]
- Property [ public $dispatch_time = 0.0 ]
- Property [ public $address = NULL ]
- Property [ public $port = 0 ]
+ Property [ <default> public $server_socket ]
+ Property [ <default> public $server_port ]
+ Property [ <default> public $dispatch_time ]
+ Property [ <default> public $address ]
+ Property [ <default> public $port ]
}
- Methods [0] {
@@ -7349,9 +6556,9 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [3] {
- Property [ public $source_worker_id = 0 ]
- Property [ public $dispatch_time = 0.0 ]
- Property [ public $data = NULL ]
+ Property [ <default> public $source_worker_id ]
+ Property [ <default> public $dispatch_time ]
+ Property [ <default> public $data ]
}
- Methods [0] {
@@ -7370,11 +6577,11 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [5] {
- Property [ public $worker_id = 0 ]
- Property [ public $worker_pid = 0 ]
- Property [ public $status = 0 ]
- Property [ public $exit_code = 0 ]
- Property [ public $signal = 0 ]
+ Property [ <default> public $worker_id ]
+ Property [ <default> public $worker_pid ]
+ Property [ <default> public $status ]
+ Property [ <default> public $exit_code ]
+ Property [ <default> public $signal ]
}
- Methods [0] {
@@ -7393,10 +6600,10 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [4] {
- Property [ public $task_id = 0 ]
- Property [ public $task_worker_id = 0 ]
- Property [ public $dispatch_time = 0.0 ]
- Property [ public $data = NULL ]
+ Property [ <default> public $task_id ]
+ Property [ <default> public $task_worker_id ]
+ Property [ <default> public $dispatch_time ]
+ Property [ <default> public $data ]
}
- Methods [0] {
@@ -7424,7 +6631,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -7448,14 +6655,12 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [0] {
}
- - Return [ mixed ]
}
Method [ <internal:swoole, prototype Iterator> public method key ] {
- Parameters [0] {
}
- - Return [ mixed ]
}
Method [ <internal:swoole, prototype Iterator> public method valid ] {
@@ -7485,7 +6690,6 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [1] {
Parameter #0 [ <required> $fd ]
}
- - Return [ mixed ]
}
Method [ <internal:swoole, prototype ArrayAccess> public method offsetSet ] {
@@ -7519,23 +6723,23 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [17] {
- Property [ private $onConnect = NULL ]
- Property [ private $onReceive = NULL ]
- Property [ private $onClose = NULL ]
- Property [ private $onPacket = NULL ]
- Property [ private $onBufferFull = NULL ]
- Property [ private $onBufferEmpty = NULL ]
- Property [ private $onRequest = NULL ]
- Property [ private $onHandShake = NULL ]
- Property [ private $onOpen = NULL ]
- Property [ private $onMessage = NULL ]
- Property [ private $onDisconnect = NULL ]
- Property [ public $host = NULL ]
- Property [ public $port = 0 ]
- Property [ public $type = 0 ]
- Property [ public $sock = -1 ]
- Property [ public $setting = NULL ]
- Property [ public $connections = NULL ]
+ Property [ <default> private $onConnect ]
+ Property [ <default> private $onReceive ]
+ Property [ <default> private $onClose ]
+ Property [ <default> private $onPacket ]
+ Property [ <default> private $onBufferFull ]
+ Property [ <default> private $onBufferEmpty ]
+ Property [ <default> private $onRequest ]
+ Property [ <default> private $onHandshake ]
+ Property [ <default> private $onOpen ]
+ Property [ <default> private $onMessage ]
+ Property [ <default> private $onDisconnect ]
+ Property [ <default> public $host ]
+ Property [ <default> public $port ]
+ Property [ <default> public $type ]
+ Property [ <default> public $sock ]
+ Property [ <default> public $setting ]
+ Property [ <default> public $connections ]
}
- Methods [6] {
@@ -7545,7 +6749,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -7593,21 +6797,21 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> static public method create ] {
- Parameters [1] {
- Parameter #0 [ <optional> $options = <default> ]
+ Parameter #0 [ <optional> $options ]
}
}
}
- Properties [9] {
- Property [ public $fd = 0 ]
- Property [ public $streamId = 0 ]
- Property [ public $header = NULL ]
- Property [ public $server = NULL ]
- Property [ public $cookie = NULL ]
- Property [ public $get = NULL ]
- Property [ public $files = NULL ]
- Property [ public $post = NULL ]
- Property [ public $tmpfiles = NULL ]
+ Property [ <default> public $fd ]
+ Property [ <default> public $streamId ]
+ Property [ <default> public $header ]
+ Property [ <default> public $server ]
+ Property [ <default> public $cookie ]
+ Property [ <default> public $get ]
+ Property [ <default> public $files ]
+ Property [ <default> public $post ]
+ Property [ <default> public $tmpfiles ]
}
- Methods [7] {
@@ -7648,7 +6852,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -7669,17 +6873,17 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $server ]
- Parameter #1 [ <optional> $fd = <default> ]
+ Parameter #1 [ <optional> $fd ]
}
}
}
- Properties [5] {
- Property [ public $fd = 0 ]
- Property [ public $socket = NULL ]
- Property [ public $header = NULL ]
- Property [ public $cookie = NULL ]
- Property [ public $trailer = NULL ]
+ Property [ <default> public $fd ]
+ Property [ <default> public $socket ]
+ Property [ <default> public $header ]
+ Property [ <default> public $cookie ]
+ Property [ <default> public $trailer ]
}
- Methods [22] {
@@ -7699,14 +6903,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [9] {
Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value = <default> ]
- Parameter #2 [ <optional> $expires = <default> ]
- Parameter #3 [ <optional> $path = <default> ]
- Parameter #4 [ <optional> $domain = <default> ]
- Parameter #5 [ <optional> $secure = <default> ]
- Parameter #6 [ <optional> $httponly = <default> ]
- Parameter #7 [ <optional> $samesite = <default> ]
- Parameter #8 [ <optional> $priority = <default> ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> $expires ]
+ Parameter #3 [ <optional> $path ]
+ Parameter #4 [ <optional> $domain ]
+ Parameter #5 [ <optional> $secure ]
+ Parameter #6 [ <optional> $httponly ]
+ Parameter #7 [ <optional> $samesite ]
+ Parameter #8 [ <optional> $priority ]
}
}
@@ -7714,14 +6918,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [9] {
Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value = <default> ]
- Parameter #2 [ <optional> $expires = <default> ]
- Parameter #3 [ <optional> $path = <default> ]
- Parameter #4 [ <optional> $domain = <default> ]
- Parameter #5 [ <optional> $secure = <default> ]
- Parameter #6 [ <optional> $httponly = <default> ]
- Parameter #7 [ <optional> $samesite = <default> ]
- Parameter #8 [ <optional> $priority = <default> ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> $expires ]
+ Parameter #3 [ <optional> $path ]
+ Parameter #4 [ <optional> $domain ]
+ Parameter #5 [ <optional> $secure ]
+ Parameter #6 [ <optional> $httponly ]
+ Parameter #7 [ <optional> $samesite ]
+ Parameter #8 [ <optional> $priority ]
}
}
@@ -7729,14 +6933,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [9] {
Parameter #0 [ <required> $name ]
- Parameter #1 [ <optional> $value = <default> ]
- Parameter #2 [ <optional> $expires = <default> ]
- Parameter #3 [ <optional> $path = <default> ]
- Parameter #4 [ <optional> $domain = <default> ]
- Parameter #5 [ <optional> $secure = <default> ]
- Parameter #6 [ <optional> $httponly = <default> ]
- Parameter #7 [ <optional> $samesite = <default> ]
- Parameter #8 [ <optional> $priority = <default> ]
+ Parameter #1 [ <optional> $value ]
+ Parameter #2 [ <optional> $expires ]
+ Parameter #3 [ <optional> $path ]
+ Parameter #4 [ <optional> $domain ]
+ Parameter #5 [ <optional> $secure ]
+ Parameter #6 [ <optional> $httponly ]
+ Parameter #7 [ <optional> $samesite ]
+ Parameter #8 [ <optional> $priority ]
}
}
@@ -7744,7 +6948,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $http_code ]
- Parameter #1 [ <optional> $reason = <default> ]
+ Parameter #1 [ <optional> $reason ]
}
}
@@ -7752,7 +6956,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $http_code ]
- Parameter #1 [ <optional> $reason = <default> ]
+ Parameter #1 [ <optional> $reason ]
}
}
@@ -7761,7 +6965,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $format = <default> ]
+ Parameter #2 [ <optional> $format ]
}
}
@@ -7770,7 +6974,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $format = <default> ]
+ Parameter #2 [ <optional> $format ]
}
}
@@ -7804,7 +7008,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole> public method end ] {
- Parameters [1] {
- Parameter #0 [ <optional> $content = <default> ]
+ Parameter #0 [ <optional> $content ]
}
}
@@ -7812,8 +7016,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $filename ]
- Parameter #1 [ <optional> $offset = <default> ]
- Parameter #2 [ <optional> $length = <default> ]
+ Parameter #1 [ <optional> $offset ]
+ Parameter #2 [ <optional> $length ]
}
}
@@ -7821,7 +7025,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $location ]
- Parameter #1 [ <optional> $http_code = <default> ]
+ Parameter #1 [ <optional> $http_code ]
}
}
@@ -7841,8 +7045,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $opcode = <default> ]
- Parameter #2 [ <optional> $flags = <default> ]
+ Parameter #1 [ <optional> $opcode ]
+ Parameter #2 [ <optional> $flags ]
}
}
@@ -7858,7 +7062,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -7878,20 +7082,20 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [14] {
- Property [ public $setting = NULL ]
- Property [ public $connections = NULL ]
- Property [ public $host = '' ]
- Property [ public $port = 0 ]
- Property [ public $type = 0 ]
- Property [ public $mode = 0 ]
- Property [ public $ports = NULL ]
- Property [ public $master_pid = 0 ]
- Property [ public $manager_pid = 0 ]
- Property [ public $worker_id = -1 ]
- Property [ public $taskworker = false ]
- Property [ public $worker_pid = 0 ]
- Property [ public $stats_timer = NULL ]
- Property [ public $admin_server = NULL ]
+ Property [ <default> public $setting ]
+ Property [ <default> public $connections ]
+ Property [ <default> public $host ]
+ Property [ <default> public $port ]
+ Property [ <default> public $type ]
+ Property [ <default> public $mode ]
+ Property [ <default> public $ports ]
+ Property [ <default> public $master_pid ]
+ Property [ <default> public $manager_pid ]
+ Property [ <default> public $worker_id ]
+ Property [ <default> public $taskworker ]
+ Property [ <default> public $worker_pid ]
+ Property [ <default> public $stats_timer ]
+ Property [ <default> public $admin_server ]
}
- Methods [49] {
@@ -7899,13 +7103,13 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $mode = <default> ]
- Parameter #3 [ <optional> $sock_type = <default> ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $mode ]
+ Parameter #3 [ <optional> $sock_type ]
}
}
- Method [ <internal:swoole, inherits Swoole\Server> public method __destruct ] {
+ Method [ <internal:swoole, inherits Swoole\Server, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -7962,7 +7166,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
Parameter #1 [ <required> $send_data ]
- Parameter #2 [ <optional> $server_socket = <default> ]
+ Parameter #2 [ <optional> $server_socket ]
}
}
@@ -7972,7 +7176,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $ip ]
Parameter #1 [ <required> $port ]
Parameter #2 [ <required> $send_data ]
- Parameter #3 [ <optional> $server_socket = <default> ]
+ Parameter #3 [ <optional> $server_socket ]
}
}
@@ -8002,7 +7206,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $is_protected = <default> ]
+ Parameter #1 [ <optional> $is_protected ]
}
}
@@ -8011,8 +7215,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $conn_fd ]
Parameter #1 [ <required> $filename ]
- Parameter #2 [ <optional> $offset = <default> ]
- Parameter #3 [ <optional> $length = <default> ]
+ Parameter #2 [ <optional> $offset ]
+ Parameter #3 [ <optional> $length ]
}
}
@@ -8020,7 +7224,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reset = <default> ]
+ Parameter #1 [ <optional> $reset ]
}
}
@@ -8049,8 +7253,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $task_worker_index = <default> ]
- Parameter #2 [ <optional> ?callable $finish_callback = <default> ]
+ Parameter #1 [ <optional> $task_worker_index ]
+ Parameter #2 [ <optional> callable or NULL $finish_callback ]
}
}
@@ -8058,8 +7262,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout = <default> ]
- Parameter #2 [ <optional> $task_worker_index = <default> ]
+ Parameter #1 [ <optional> $timeout ]
+ Parameter #2 [ <optional> $task_worker_index ]
}
}
@@ -8067,7 +7271,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -8075,7 +7279,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -8101,7 +7305,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method stop ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
@@ -8122,7 +7326,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id = <default> ]
+ Parameter #1 [ <optional> $reactor_id ]
}
}
@@ -8130,7 +7334,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count = <default> ]
+ Parameter #1 [ <optional> $find_count ]
}
}
@@ -8143,14 +7347,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method getWorkerPid ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
Method [ <internal:swoole, inherits Swoole\Server> public method getWorkerStatus ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
@@ -8170,7 +7374,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id = <default> ]
+ Parameter #1 [ <optional> $reactor_id ]
}
}
@@ -8178,7 +7382,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count = <default> ]
+ Parameter #1 [ <optional> $find_count ]
}
}
@@ -8197,7 +7401,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #1 [ <required> $process_id ]
Parameter #2 [ <required> $process_type ]
Parameter #3 [ <required> $data ]
- Parameter #4 [ <optional> $json_encode = <default> ]
+ Parameter #4 [ <optional> $json_encode ]
}
}
@@ -8226,7 +7430,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method getSocket ] {
- Parameters [1] {
- Parameter #0 [ <optional> $port = <default> ]
+ Parameter #0 [ <optional> $port ]
}
}
@@ -8282,13 +7486,13 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [7] {
- Property [ public $fd = -1 ]
- Property [ public $host = NULL ]
- Property [ public $port = -1 ]
- Property [ public $ssl = false ]
- Property [ public $settings = NULL ]
- Property [ public $errCode = 0 ]
- Property [ public $errMsg = '' ]
+ Property [ <default> public $fd ]
+ Property [ <default> public $host ]
+ Property [ <default> public $port ]
+ Property [ <default> public $ssl ]
+ Property [ <default> public $settings ]
+ Property [ <default> public $errCode ]
+ Property [ <default> public $errMsg ]
}
- Methods [7] {
@@ -8296,13 +7500,13 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $ssl = <default> ]
- Parameter #3 [ <optional> $reuse_port = <default> ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $ssl ]
+ Parameter #3 [ <optional> $reuse_port ]
}
}
- Method [ <internal:swoole> public method __destruct ] {
+ Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -8356,8 +7560,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $opcode = <default> ]
- Parameter #2 [ <optional> $flags = <default> ]
+ Parameter #1 [ <optional> $opcode ]
+ Parameter #2 [ <optional> $flags ]
}
}
@@ -8370,20 +7574,20 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [14] {
- Property [ public $setting = NULL ]
- Property [ public $connections = NULL ]
- Property [ public $host = '' ]
- Property [ public $port = 0 ]
- Property [ public $type = 0 ]
- Property [ public $mode = 0 ]
- Property [ public $ports = NULL ]
- Property [ public $master_pid = 0 ]
- Property [ public $manager_pid = 0 ]
- Property [ public $worker_id = -1 ]
- Property [ public $taskworker = false ]
- Property [ public $worker_pid = 0 ]
- Property [ public $stats_timer = NULL ]
- Property [ public $admin_server = NULL ]
+ Property [ <default> public $setting ]
+ Property [ <default> public $connections ]
+ Property [ <default> public $host ]
+ Property [ <default> public $port ]
+ Property [ <default> public $type ]
+ Property [ <default> public $mode ]
+ Property [ <default> public $ports ]
+ Property [ <default> public $master_pid ]
+ Property [ <default> public $manager_pid ]
+ Property [ <default> public $worker_id ]
+ Property [ <default> public $taskworker ]
+ Property [ <default> public $worker_pid ]
+ Property [ <default> public $stats_timer ]
+ Property [ <default> public $admin_server ]
}
- Methods [52] {
@@ -8392,8 +7596,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $fd ]
Parameter #1 [ <required> $data ]
- Parameter #2 [ <optional> $opcode = <default> ]
- Parameter #3 [ <optional> $flags = <default> ]
+ Parameter #2 [ <optional> $opcode ]
+ Parameter #3 [ <optional> $flags ]
}
}
@@ -8401,8 +7605,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $code = <default> ]
- Parameter #2 [ <optional> $reason = <default> ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $reason ]
}
}
@@ -8417,13 +7621,13 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $mode = <default> ]
- Parameter #3 [ <optional> $sock_type = <default> ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $mode ]
+ Parameter #3 [ <optional> $sock_type ]
}
}
- Method [ <internal:swoole, inherits Swoole\Server> public method __destruct ] {
+ Method [ <internal:swoole, inherits Swoole\Server, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -8480,7 +7684,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
Parameter #1 [ <required> $send_data ]
- Parameter #2 [ <optional> $server_socket = <default> ]
+ Parameter #2 [ <optional> $server_socket ]
}
}
@@ -8490,7 +7694,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $ip ]
Parameter #1 [ <required> $port ]
Parameter #2 [ <required> $send_data ]
- Parameter #3 [ <optional> $server_socket = <default> ]
+ Parameter #3 [ <optional> $server_socket ]
}
}
@@ -8520,7 +7724,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $is_protected = <default> ]
+ Parameter #1 [ <optional> $is_protected ]
}
}
@@ -8529,8 +7733,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $conn_fd ]
Parameter #1 [ <required> $filename ]
- Parameter #2 [ <optional> $offset = <default> ]
- Parameter #3 [ <optional> $length = <default> ]
+ Parameter #2 [ <optional> $offset ]
+ Parameter #3 [ <optional> $length ]
}
}
@@ -8538,7 +7742,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reset = <default> ]
+ Parameter #1 [ <optional> $reset ]
}
}
@@ -8567,8 +7771,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $task_worker_index = <default> ]
- Parameter #2 [ <optional> ?callable $finish_callback = <default> ]
+ Parameter #1 [ <optional> $task_worker_index ]
+ Parameter #2 [ <optional> callable or NULL $finish_callback ]
}
}
@@ -8576,8 +7780,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout = <default> ]
- Parameter #2 [ <optional> $task_worker_index = <default> ]
+ Parameter #1 [ <optional> $timeout ]
+ Parameter #2 [ <optional> $task_worker_index ]
}
}
@@ -8585,7 +7789,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -8593,7 +7797,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -8619,7 +7823,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method stop ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
@@ -8640,7 +7844,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id = <default> ]
+ Parameter #1 [ <optional> $reactor_id ]
}
}
@@ -8648,7 +7852,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count = <default> ]
+ Parameter #1 [ <optional> $find_count ]
}
}
@@ -8661,14 +7865,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method getWorkerPid ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
Method [ <internal:swoole, inherits Swoole\Server> public method getWorkerStatus ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
@@ -8688,7 +7892,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id = <default> ]
+ Parameter #1 [ <optional> $reactor_id ]
}
}
@@ -8696,7 +7900,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count = <default> ]
+ Parameter #1 [ <optional> $find_count ]
}
}
@@ -8715,7 +7919,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #1 [ <required> $process_id ]
Parameter #2 [ <required> $process_type ]
Parameter #3 [ <required> $data ]
- Parameter #4 [ <optional> $json_encode = <default> ]
+ Parameter #4 [ <optional> $json_encode ]
}
}
@@ -8744,7 +7948,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method getSocket ] {
- Parameters [1] {
- Parameter #0 [ <optional> $port = <default> ]
+ Parameter #0 [ <optional> $port ]
}
}
@@ -8788,7 +7992,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Class [ <internal:swoole> class Swoole\WebSocket\Frame implements Stringable ] {
+ Class [ <internal:swoole> class Swoole\WebSocket\Frame ] {
- Constants [0] {
}
@@ -8801,8 +8005,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $opcode = <default> ]
- Parameter #2 [ <optional> $flags = <default> ]
+ Parameter #1 [ <optional> $opcode ]
+ Parameter #2 [ <optional> $flags ]
}
}
@@ -8815,15 +8019,15 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [5] {
- Property [ public $fd = 0 ]
- Property [ public $data = '' ]
- Property [ public $opcode = 1 ]
- Property [ public $flags = 1 ]
- Property [ public $finish = NULL ]
+ Property [ <default> public $fd ]
+ Property [ <default> public $data ]
+ Property [ <default> public $opcode ]
+ Property [ <default> public $flags ]
+ Property [ <default> public $finish ]
}
- Methods [1] {
- Method [ <internal:swoole, prototype Stringable> public method __toString ] {
+ Method [ <internal:swoole> public method __toString ] {
- Parameters [0] {
}
@@ -8832,7 +8036,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
}
- Class [ <internal:swoole> class Swoole\WebSocket\CloseFrame extends Swoole\WebSocket\Frame implements Stringable ] {
+ Class [ <internal:swoole> class Swoole\WebSocket\CloseFrame extends Swoole\WebSocket\Frame ] {
- Constants [0] {
}
@@ -8845,8 +8049,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $opcode = <default> ]
- Parameter #2 [ <optional> $flags = <default> ]
+ Parameter #1 [ <optional> $opcode ]
+ Parameter #2 [ <optional> $flags ]
}
}
@@ -8859,17 +8063,17 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
}
- Properties [7] {
- Property [ public $fd = 0 ]
- Property [ public $data = '' ]
- Property [ public $flags = 1 ]
- Property [ public $finish = NULL ]
- Property [ public $opcode = 8 ]
- Property [ public $code = 1000 ]
- Property [ public $reason = '' ]
+ Property [ <default> public $fd ]
+ Property [ <default> public $data ]
+ Property [ <default> public $flags ]
+ Property [ <default> public $finish ]
+ Property [ <default> public $opcode ]
+ Property [ <default> public $code ]
+ Property [ <default> public $reason ]
}
- Methods [1] {
- Method [ <internal:swoole, inherits Swoole\WebSocket\Frame, prototype Stringable> public method __toString ] {
+ Method [ <internal:swoole, inherits Swoole\WebSocket\Frame> public method __toString ] {
- Parameters [0] {
}
@@ -8898,26 +8102,26 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $type ]
- Parameter #1 [ <optional> $value = <default> ]
+ Parameter #1 [ <optional> $value ]
}
}
}
- Properties [14] {
- Property [ public $setting = NULL ]
- Property [ public $connections = NULL ]
- Property [ public $host = '' ]
- Property [ public $port = 0 ]
- Property [ public $type = 0 ]
- Property [ public $mode = 0 ]
- Property [ public $ports = NULL ]
- Property [ public $master_pid = 0 ]
- Property [ public $manager_pid = 0 ]
- Property [ public $worker_id = -1 ]
- Property [ public $taskworker = false ]
- Property [ public $worker_pid = 0 ]
- Property [ public $stats_timer = NULL ]
- Property [ public $admin_server = NULL ]
+ Property [ <default> public $setting ]
+ Property [ <default> public $connections ]
+ Property [ <default> public $host ]
+ Property [ <default> public $port ]
+ Property [ <default> public $type ]
+ Property [ <default> public $mode ]
+ Property [ <default> public $ports ]
+ Property [ <default> public $master_pid ]
+ Property [ <default> public $manager_pid ]
+ Property [ <default> public $worker_id ]
+ Property [ <default> public $taskworker ]
+ Property [ <default> public $worker_pid ]
+ Property [ <default> public $stats_timer ]
+ Property [ <default> public $admin_server ]
}
- Methods [51] {
@@ -8940,13 +8144,13 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port = <default> ]
- Parameter #2 [ <optional> $mode = <default> ]
- Parameter #3 [ <optional> $sock_type = <default> ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $mode ]
+ Parameter #3 [ <optional> $sock_type ]
}
}
- Method [ <internal:swoole, inherits Swoole\Server> public method __destruct ] {
+ Method [ <internal:swoole, inherits Swoole\Server, dtor> public method __destruct ] {
- Parameters [0] {
}
@@ -9003,7 +8207,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
Parameter #1 [ <required> $send_data ]
- Parameter #2 [ <optional> $server_socket = <default> ]
+ Parameter #2 [ <optional> $server_socket ]
}
}
@@ -9013,7 +8217,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #0 [ <required> $ip ]
Parameter #1 [ <required> $port ]
Parameter #2 [ <required> $send_data ]
- Parameter #3 [ <optional> $server_socket = <default> ]
+ Parameter #3 [ <optional> $server_socket ]
}
}
@@ -9043,7 +8247,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $is_protected = <default> ]
+ Parameter #1 [ <optional> $is_protected ]
}
}
@@ -9052,8 +8256,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [4] {
Parameter #0 [ <required> $conn_fd ]
Parameter #1 [ <required> $filename ]
- Parameter #2 [ <optional> $offset = <default> ]
- Parameter #3 [ <optional> $length = <default> ]
+ Parameter #2 [ <optional> $offset ]
+ Parameter #3 [ <optional> $length ]
}
}
@@ -9061,7 +8265,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reset = <default> ]
+ Parameter #1 [ <optional> $reset ]
}
}
@@ -9090,8 +8294,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $task_worker_index = <default> ]
- Parameter #2 [ <optional> ?callable $finish_callback = <default> ]
+ Parameter #1 [ <optional> $task_worker_index ]
+ Parameter #2 [ <optional> callable or NULL $finish_callback ]
}
}
@@ -9099,8 +8303,8 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout = <default> ]
- Parameter #2 [ <optional> $task_worker_index = <default> ]
+ Parameter #1 [ <optional> $timeout ]
+ Parameter #2 [ <optional> $task_worker_index ]
}
}
@@ -9108,7 +8312,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -9116,7 +8320,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #1 [ <optional> $timeout ]
}
}
@@ -9142,7 +8346,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method stop ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
@@ -9163,7 +8367,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id = <default> ]
+ Parameter #1 [ <optional> $reactor_id ]
}
}
@@ -9171,7 +8375,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count = <default> ]
+ Parameter #1 [ <optional> $find_count ]
}
}
@@ -9184,14 +8388,14 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method getWorkerPid ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
Method [ <internal:swoole, inherits Swoole\Server> public method getWorkerStatus ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id = <default> ]
+ Parameter #0 [ <optional> $worker_id ]
}
}
@@ -9211,7 +8415,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id = <default> ]
+ Parameter #1 [ <optional> $reactor_id ]
}
}
@@ -9219,7 +8423,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count = <default> ]
+ Parameter #1 [ <optional> $find_count ]
}
}
@@ -9238,7 +8442,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Parameter #1 [ <required> $process_id ]
Parameter #2 [ <required> $process_type ]
Parameter #3 [ <required> $data ]
- Parameter #4 [ <optional> $json_encode = <default> ]
+ Parameter #4 [ <optional> $json_encode ]
}
}
@@ -9267,7 +8471,7 @@ Extension [ <persistent> extension #108 swoole version 4.8.12 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method getSocket ] {
- Parameters [1] {
- Parameter #0 [ <optional> $port = <default> ]
+ Parameter #0 [ <optional> $port ]
}
}
diff --git a/php-pecl-swoole4.spec b/php-pecl-swoole4.spec
index 7259691..530d5d6 100644
--- a/php-pecl-swoole4.spec
+++ b/php-pecl-swoole4.spec
@@ -27,14 +27,14 @@
%bcond_with brotli
%endif
-%global upstream_version 4.8.12
+%global upstream_version 4.8.13
#global upstream_prever RC2
Summary: PHP's asynchronous concurrent distributed networking framework
Name: %{?scl_prefix}php-pecl-%{pecl_name}4
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
# Extension is Apache-2.0
# Hiredis is BSD-3-Clause
# nlohmann/json is MIT
@@ -42,9 +42,6 @@ License: Apache-2.0 AND BSD-3-Clause AND MIT
URL: https://pecl.php.net/package/%{pecl_name}
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
-Patch0: %{pecl_name}-build.patch
-Patch1: %{pecl_name}-gcc13.patch
-
BuildRequires: make
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?dtsprefix}gcc-c++
@@ -140,9 +137,6 @@ sed \
cd NTS
-%patch0 -p1
-%patch1 -p1
-
cp -p thirdparty/hiredis/COPYING hiredis-COPYING
cp -p thirdparty/nghttp2/COPYING nghttp2-COPYING
@@ -312,6 +306,10 @@ cd ../ZTS
%changelog
+* Thu Feb 23 2023 Remi Collet <remi@remirepo.net> - 4.8.13-1
+- update to 4.8.13
+- drop patch merged upstream
+
* Fri Feb 17 2023 Remi Collet <remi@remirepo.net> - 4.8.12-2
- fix GCC 13 build using patch from
https://github.com/swoole/swoole-src/pull/4985
diff --git a/swoole-build.patch b/swoole-build.patch
deleted file mode 100644
index 5ee6e39..0000000
--- a/swoole-build.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/include/swoole_string.h b/include/swoole_string.h
-index 4affbac81..f80890c46 100644
---- a/include/swoole_string.h
-+++ b/include/swoole_string.h
-@@ -25,6 +25,9 @@
- #define SW_STRINGS(s) s->str, s->size
- #define SW_STRINGCVL(s) s->str + s->offset, s->length - s->offset
-
-+/* see https://github.com/swoole/swoole-src/issues/4693 */
-+#pragma GCC diagnostic ignored "-Wformat-security"
-+
- namespace swoole {
-
- typedef std::function<bool(const char *, size_t)> StringExplodeHandler;
diff --git a/swoole-gcc13.patch b/swoole-gcc13.patch
deleted file mode 100644
index 30be7dc..0000000
--- a/swoole-gcc13.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 3191406bcb6a9f6a076c423417e921a313bdccf9 Mon Sep 17 00:00:00 2001
-From: Remi Collet <remi@remirepo.net>
-Date: Fri, 17 Feb 2023 09:54:15 +0100
-Subject: [PATCH] Fix #4983 Add missing header for GCC 13
-
----
- include/swoole_proxy.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/include/swoole_proxy.h b/include/swoole_proxy.h
-index 7a0a955a7a..9f403b50cd 100644
---- a/include/swoole_proxy.h
-+++ b/include/swoole_proxy.h
-@@ -17,6 +17,7 @@
- #pragma once
-
- #include <string>
-+#include <cstdint>
-
- #define SW_SOCKS5_VERSION_CODE 0x05
-