summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-01 16:06:29 +0100
committerRemi Collet <remi@php.net>2021-12-01 16:06:29 +0100
commit79f30f3e9776b9e30df7ad1c1b987404ae6a7efb (patch)
treee4c7a20c75f1349db9c05b618c948e247566e0ed /REFLECTION
parentc2c0ecd976765cc923ed4d42bda675355624382e (diff)
refresh reflection with 8.0
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION2148
1 files changed, 1320 insertions, 828 deletions
diff --git a/REFLECTION b/REFLECTION
index 39adcdd..b4c5abc 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
+Extension [ <persistent> extension #86 swoole version 4.8.2 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -441,8 +441,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <optional> $timeout ]
- Parameter #2 [ <optional> $type ]
+ Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #2 [ <optional> $type = <default> ]
}
}
Function [ <internal:swoole> function swoole_async_set ] {
@@ -475,8 +475,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Function [ <internal:swoole> function swoole_test_kernel_coroutine ] {
- Parameters [2] {
- Parameter #0 [ <optional> $count ]
- Parameter #1 [ <optional> $sleep_time ]
+ Parameter #0 [ <optional> $count = <default> ]
+ Parameter #1 [ <optional> $sleep_time = <default> ]
}
}
Function [ <internal:swoole> function swoole_client_select ] {
@@ -485,7 +485,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> &$read_array ]
Parameter #1 [ <required> &$write_array ]
Parameter #2 [ <required> &$error_array ]
- Parameter #3 [ <optional> $timeout ]
+ Parameter #3 [ <optional> $timeout = <default> ]
}
}
Function [ <internal:swoole> function swoole_select ] {
@@ -494,7 +494,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> &$read_array ]
Parameter #1 [ <required> &$write_array ]
Parameter #2 [ <required> &$error_array ]
- Parameter #3 [ <optional> $timeout ]
+ Parameter #3 [ <optional> $timeout = <default> ]
}
}
Function [ <internal:swoole> function swoole_set_process_name ] {
@@ -517,7 +517,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $errno ]
- Parameter #1 [ <optional> $error_type ]
+ Parameter #1 [ <optional> $error_type = <default> ]
}
}
Function [ <internal:swoole> function swoole_errno ] {
@@ -555,7 +555,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $type ]
+ Parameter #1 [ <optional> $type = <default> ]
}
}
Function [ <internal:swoole> function swoole_mime_type_add ] {
@@ -611,8 +611,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $str ]
Parameter #1 [ <required> $offset ]
- Parameter #2 [ <optional> $length ]
- Parameter #3 [ <optional> $options ]
+ Parameter #2 [ <optional> $length = <default> ]
+ Parameter #3 [ <optional> $options = <default> ]
}
}
Function [ <internal:swoole> function swoole_substr_json_decode ] {
@@ -620,10 +620,10 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [6] {
Parameter #0 [ <required> $json ]
Parameter #1 [ <required> $offset ]
- Parameter #2 [ <optional> $length ]
- Parameter #3 [ <optional> $associative ]
- Parameter #4 [ <optional> $depth ]
- Parameter #5 [ <optional> $flags ]
+ Parameter #2 [ <optional> $length = <default> ]
+ Parameter #3 [ <optional> $associative = <default> ]
+ Parameter #4 [ <optional> $depth = <default> ]
+ Parameter #5 [ <optional> $flags = <default> ]
}
}
Function [ <internal:swoole> function swoole_internal_call_user_shutdown_begin ] {
@@ -635,17 +635,20 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- 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> $handle ]
+ Parameter #0 [ <required> int $handle ]
}
+ - Return [ object|bool ]
}
Function [ <internal:swoole> function go ] {
@@ -663,9 +666,9 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <required> callable or NULL $read_callback ]
- Parameter #2 [ <optional> callable or NULL $write_callback ]
- Parameter #3 [ <optional> $events ]
+ Parameter #1 [ <required> ?callable $read_callback ]
+ Parameter #2 [ <optional> ?callable $write_callback = <default> ]
+ Parameter #3 [ <optional> $events = <default> ]
}
}
Method [ <internal:swoole> public method swoole_event_del ] {
@@ -678,16 +681,16 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> callable or NULL $read_callback ]
- Parameter #2 [ <optional> callable or NULL $write_callback ]
- Parameter #3 [ <optional> $events ]
+ Parameter #1 [ <optional> ?callable $read_callback = <default> ]
+ Parameter #2 [ <optional> ?callable $write_callback = <default> ]
+ Parameter #3 [ <optional> $events = <default> ]
}
}
Method [ <internal:swoole> public method swoole_event_isset ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $events ]
+ Parameter #1 [ <optional> $events = <default> ]
}
}
Method [ <internal:swoole> public method swoole_event_dispatch ] {
@@ -704,8 +707,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method swoole_event_cycle ] {
- Parameters [2] {
- Parameter #0 [ <required> callable or NULL $callback ]
- Parameter #1 [ <optional> $before ]
+ Parameter #0 [ <required> ?callable $callback ]
+ Parameter #1 [ <optional> $before = <default> ]
}
}
Method [ <internal:swoole> public method swoole_event_write ] {
@@ -778,10 +781,184 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [0] {
}
}
+ 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 ] {
+ Class [ <internal:swoole> class Swoole\Exception extends Exception implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -793,52 +970,86 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
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 Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
- Class [ <internal:swoole> class Swoole\Error extends Error implements Throwable ] {
+ Class [ <internal:swoole> class Swoole\Error extends Error implements Stringable, Throwable ] {
- Constants [0] {
}
@@ -850,47 +1061,81 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Error, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Error> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
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 Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Error, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -908,9 +1153,9 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <required> callable or NULL $read_callback ]
- Parameter #2 [ <optional> callable or NULL $write_callback ]
- Parameter #3 [ <optional> $events ]
+ Parameter #1 [ <required> ?callable $read_callback ]
+ Parameter #2 [ <optional> ?callable $write_callback = <default> ]
+ Parameter #3 [ <optional> $events = <default> ]
}
}
@@ -925,9 +1170,9 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> callable or NULL $read_callback ]
- Parameter #2 [ <optional> callable or NULL $write_callback ]
- Parameter #3 [ <optional> $events ]
+ Parameter #1 [ <optional> ?callable $read_callback = <default> ]
+ Parameter #2 [ <optional> ?callable $write_callback = <default> ]
+ Parameter #3 [ <optional> $events = <default> ]
}
}
@@ -935,7 +1180,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $events ]
+ Parameter #1 [ <optional> $events = <default> ]
}
}
@@ -955,8 +1200,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> static public method cycle ] {
- Parameters [2] {
- Parameter #0 [ <required> callable or NULL $callback ]
- Parameter #1 [ <optional> $before ]
+ Parameter #0 [ <required> ?callable $callback ]
+ Parameter #1 [ <optional> $before = <default> ]
}
}
@@ -1012,21 +1257,21 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $value ]
+ Parameter #0 [ <optional> $value = <default> ]
}
}
Method [ <internal:swoole> public method add ] {
- Parameters [1] {
- Parameter #0 [ <optional> $add_value ]
+ Parameter #0 [ <optional> $add_value = <default> ]
}
}
Method [ <internal:swoole> public method sub ] {
- Parameters [1] {
- Parameter #0 [ <optional> $sub_value ]
+ Parameter #0 [ <optional> $sub_value = <default> ]
}
}
@@ -1046,14 +1291,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method wait ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method wakeup ] {
- Parameters [1] {
- Parameter #0 [ <optional> $count ]
+ Parameter #0 [ <optional> $count = <default> ]
}
}
@@ -1085,21 +1330,21 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $value ]
+ Parameter #0 [ <optional> $value = <default> ]
}
}
Method [ <internal:swoole> public method add ] {
- Parameters [1] {
- Parameter #0 [ <optional> $add_value ]
+ Parameter #0 [ <optional> $add_value = <default> ]
}
}
Method [ <internal:swoole> public method sub ] {
- Parameters [1] {
- Parameter #0 [ <optional> $sub_value ]
+ Parameter #0 [ <optional> $sub_value = <default> ]
}
}
@@ -1143,19 +1388,19 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [1] {
- Property [ <default> public $errCode ]
+ Property [ public $errCode = 0 ]
}
- Methods [9] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> $type ]
- Parameter #1 [ <optional> $filename ]
+ Parameter #0 [ <optional> $type = <default> ]
+ Parameter #1 [ <optional> $filename = <default> ]
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -1170,7 +1415,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method lockwait ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
@@ -1223,7 +1468,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> static public method wait ] {
- Parameters [1] {
- Parameter #0 [ <optional> $blocking ]
+ Parameter #0 [ <optional> $blocking = <default> ]
}
}
@@ -1239,7 +1484,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $usec ]
- Parameter #1 [ <optional> $type ]
+ Parameter #1 [ <optional> $type = <default> ]
}
}
@@ -1247,16 +1492,16 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $pid ]
- Parameter #1 [ <optional> $signal_no ]
+ Parameter #1 [ <optional> $signal_no = <default> ]
}
}
Method [ <internal:swoole> static public method daemon ] {
- Parameters [3] {
- Parameter #0 [ <optional> $nochdir ]
- Parameter #1 [ <optional> $noclose ]
- Parameter #2 [ <optional> $pipes ]
+ Parameter #0 [ <optional> $nochdir = <default> ]
+ Parameter #1 [ <optional> $noclose = <default> ]
+ Parameter #2 [ <optional> $pipes = <default> ]
}
}
@@ -1269,12 +1514,12 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [6] {
- Property [ <default> public $pipe ]
- Property [ <default> public $msgQueueId ]
- Property [ <default> public $msgQueueKey ]
- Property [ <default> public $pid ]
- Property [ <default> public $id ]
- Property [ <default> private $callback ]
+ Property [ public $pipe = NULL ]
+ Property [ public $msgQueueId = NULL ]
+ Property [ public $msgQueueKey = NULL ]
+ Property [ public $pid = NULL ]
+ Property [ public $id = NULL ]
+ Property [ private $callback = NULL ]
}
- Methods [20] {
@@ -1282,13 +1527,13 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> callable $callback ]
- Parameter #1 [ <optional> $redirect_stdin_and_stdout ]
- Parameter #2 [ <optional> $pipe_type ]
- Parameter #3 [ <optional> $enable_coroutine ]
+ Parameter #1 [ <optional> $redirect_stdin_and_stdout = <default> ]
+ Parameter #2 [ <optional> $pipe_type = <default> ]
+ Parameter #3 [ <optional> $enable_coroutine = <default> ]
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -1333,9 +1578,9 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method useQueue ] {
- Parameters [3] {
- Parameter #0 [ <optional> $key ]
- Parameter #1 [ <optional> $mode ]
- Parameter #2 [ <optional> $capacity ]
+ Parameter #0 [ <optional> $key = <default> ]
+ Parameter #1 [ <optional> $mode = <default> ]
+ Parameter #2 [ <optional> $capacity = <default> ]
}
}
@@ -1373,7 +1618,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method read ] {
- Parameters [1] {
- Parameter #0 [ <optional> $size ]
+ Parameter #0 [ <optional> $size = <default> ]
}
}
@@ -1387,14 +1632,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method pop ] {
- Parameters [1] {
- Parameter #0 [ <optional> $size ]
+ Parameter #0 [ <optional> $size = <default> ]
}
}
Method [ <internal:swoole> public method exit ] {
- Parameters [1] {
- Parameter #0 [ <optional> $exit_code ]
+ Parameter #0 [ <optional> $exit_code = <default> ]
}
}
@@ -1433,8 +1678,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [2] {
- Property [ <default> public $master_pid ]
- Property [ <default> public $workers ]
+ Property [ public $master_pid = -1 ]
+ Property [ public $workers = NULL ]
}
- Methods [11] {
@@ -1442,13 +1687,13 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $worker_num ]
- Parameter #1 [ <optional> $ipc_type ]
- Parameter #2 [ <optional> $msgqueue_key ]
- Parameter #3 [ <optional> $enable_coroutine ]
+ Parameter #1 [ <optional> $ipc_type = <default> ]
+ Parameter #2 [ <optional> $msgqueue_key = <default> ]
+ Parameter #3 [ <optional> $enable_coroutine = <default> ]
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -1472,7 +1717,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method getProcess ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
@@ -1480,8 +1725,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port ]
- Parameter #2 [ <optional> $backlog ]
+ Parameter #1 [ <optional> $port = <default> ]
+ Parameter #2 [ <optional> $backlog = <default> ]
}
}
@@ -1533,8 +1778,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [2] {
- Property [ <default> public $size ]
- Property [ <default> public $memorySize ]
+ Property [ public $size = NULL ]
+ Property [ public $memorySize = NULL ]
}
- Methods [21] {
@@ -1542,7 +1787,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $table_size ]
- Parameter #1 [ <optional> $conflict_proportion ]
+ Parameter #1 [ <optional> $conflict_proportion = <default> ]
}
}
@@ -1551,7 +1796,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $name ]
Parameter #1 [ <required> $type ]
- Parameter #2 [ <optional> $size ]
+ Parameter #2 [ <optional> $size = <default> ]
}
}
@@ -1579,7 +1824,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $field ]
+ Parameter #1 [ <optional> $field = <default> ]
}
}
@@ -1622,7 +1867,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $column ]
- Parameter #2 [ <optional> $incrby ]
+ Parameter #2 [ <optional> $incrby = <default> ]
}
}
@@ -1631,7 +1876,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $column ]
- Parameter #2 [ <optional> $decrby ]
+ Parameter #2 [ <optional> $decrby = <default> ]
}
}
@@ -1786,44 +2031,44 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> $array ]
- Parameter #1 [ <optional> $flags ]
+ Parameter #0 [ <optional> object|array $array = [] ]
+ Parameter #1 [ <optional> int $flags = 0 ]
}
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <required> mixed $key ]
}
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <required> mixed $key ]
}
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $index ]
- Parameter #1 [ <required> $newval ]
+ Parameter #0 [ <required> mixed $key ]
+ Parameter #1 [ <required> mixed $value ]
}
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <required> mixed $key ]
}
}
Method [ <internal:SPL, inherits ArrayIterator> public method append ] {
- Parameters [1] {
- Parameter #0 [ <required> $value ]
+ Parameter #0 [ <required> mixed $value ]
}
}
@@ -1848,33 +2093,35 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:SPL, inherits ArrayIterator> public method setFlags ] {
- Parameters [1] {
- Parameter #0 [ <required> $flags ]
+ Parameter #0 [ <required> int $flags ]
}
}
Method [ <internal:SPL, inherits ArrayIterator> public method asort ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $flags = SORT_REGULAR ]
}
}
Method [ <internal:SPL, inherits ArrayIterator> public method ksort ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $flags = SORT_REGULAR ]
}
}
Method [ <internal:SPL, inherits ArrayIterator> public method uasort ] {
- Parameters [1] {
- Parameter #0 [ <required> $cmp_function ]
+ Parameter #0 [ <required> callable $callback ]
}
}
Method [ <internal:SPL, inherits ArrayIterator> public method uksort ] {
- Parameters [1] {
- Parameter #0 [ <required> $cmp_function ]
+ Parameter #0 [ <required> callable $callback ]
}
}
@@ -1893,7 +2140,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method unserialize ] {
- Parameters [1] {
- Parameter #0 [ <required> $serialized ]
+ Parameter #0 [ <required> string $data ]
}
}
@@ -1903,22 +2150,16 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $serialized ]
- }
- }
-
Method [ <internal:SPL, inherits ArrayIterator> public method __serialize ] {
- Parameters [0] {
}
}
- Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] {
+ Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> array $data ]
}
}
@@ -1955,7 +2196,13 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:SPL, inherits ArrayIterator, prototype SeekableIterator> public method seek ] {
- Parameters [1] {
- Parameter #0 [ <required> $position ]
+ Parameter #0 [ <required> int $offset ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] {
+
+ - Parameters [0] {
}
}
}
@@ -2022,7 +2269,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $cid_array ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -2066,46 +2313,46 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> static public method getPcid ] {
- Parameters [1] {
- Parameter #0 [ <optional> $cid ]
+ Parameter #0 [ <optional> $cid = <default> ]
}
}
Method [ <internal:swoole> static public method getContext ] {
- Parameters [1] {
- Parameter #0 [ <optional> $cid ]
+ Parameter #0 [ <optional> $cid = <default> ]
}
}
Method [ <internal:swoole> static public method getBackTrace ] {
- Parameters [3] {
- Parameter #0 [ <optional> $cid ]
- Parameter #1 [ <optional> $options ]
- Parameter #2 [ <optional> $limit ]
+ Parameter #0 [ <optional> $cid = <default> ]
+ Parameter #1 [ <optional> $options = <default> ]
+ Parameter #2 [ <optional> $limit = <default> ]
}
}
Method [ <internal:swoole> static public method printBackTrace ] {
- Parameters [3] {
- Parameter #0 [ <optional> $cid ]
- Parameter #1 [ <optional> $options ]
- Parameter #2 [ <optional> $limit ]
+ Parameter #0 [ <optional> $cid = <default> ]
+ Parameter #1 [ <optional> $options = <default> ]
+ Parameter #2 [ <optional> $limit = <default> ]
}
}
Method [ <internal:swoole> static public method getElapsed ] {
- Parameters [1] {
- Parameter #0 [ <optional> $cid ]
+ Parameter #0 [ <optional> $cid = <default> ]
}
}
Method [ <internal:swoole> static public method getStackUsage ] {
- Parameters [1] {
- Parameter #0 [ <optional> $cid ]
+ Parameter #0 [ <optional> $cid = <default> ]
}
}
@@ -2137,8 +2384,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <optional> $family ]
- Parameter #2 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $family = <default> ]
+ Parameter #2 [ <optional> $timeout = <default> ]
}
}
@@ -2146,8 +2393,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <optional> $timeout ]
- Parameter #2 [ <optional> $type ]
+ Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #2 [ <optional> $type = <default> ]
}
}
@@ -2155,7 +2402,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $command ]
- Parameter #1 [ <optional> $get_error_stream ]
+ Parameter #1 [ <optional> $get_error_stream = <default> ]
}
}
@@ -2170,11 +2417,11 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [6] {
Parameter #0 [ <required> $hostname ]
- Parameter #1 [ <optional> $family ]
- Parameter #2 [ <optional> $socktype ]
- Parameter #3 [ <optional> $protocol ]
- Parameter #4 [ <optional> $service ]
- Parameter #5 [ <optional> $timeout ]
+ 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> ]
}
}
@@ -2197,14 +2444,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $filename ]
Parameter #1 [ <required> $data ]
- Parameter #2 [ <optional> $flags ]
+ Parameter #2 [ <optional> $flags = <default> ]
}
}
Method [ <internal:swoole> static public method wait ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
@@ -2212,7 +2459,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $pid ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -2220,7 +2467,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $signo ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -2228,8 +2475,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $events ]
- Parameter #2 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $events = <default> ]
+ Parameter #2 [ <optional> $timeout = <default> ]
}
}
@@ -2237,7 +2484,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $handle ]
- Parameter #1 [ <optional> $length ]
+ Parameter #1 [ <optional> $length = <default> ]
}
}
@@ -2253,7 +2500,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $handle ]
Parameter #1 [ <required> $string ]
- Parameter #2 [ <optional> $length ]
+ Parameter #2 [ <optional> $length = <default> ]
}
}
}
@@ -2285,44 +2532,44 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] {
- Parameters [2] {
- Parameter #0 [ <optional> $array ]
- Parameter #1 [ <optional> $flags ]
+ Parameter #0 [ <optional> object|array $array = [] ]
+ Parameter #1 [ <optional> int $flags = 0 ]
}
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <required> mixed $key ]
}
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <required> mixed $key ]
}
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $index ]
- Parameter #1 [ <required> $newval ]
+ Parameter #0 [ <required> mixed $key ]
+ Parameter #1 [ <required> mixed $value ]
}
}
Method [ <internal:SPL, inherits ArrayIterator, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <required> mixed $key ]
}
}
Method [ <internal:SPL, inherits ArrayIterator> public method append ] {
- Parameters [1] {
- Parameter #0 [ <required> $value ]
+ Parameter #0 [ <required> mixed $value ]
}
}
@@ -2347,33 +2594,35 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:SPL, inherits ArrayIterator> public method setFlags ] {
- Parameters [1] {
- Parameter #0 [ <required> $flags ]
+ Parameter #0 [ <required> int $flags ]
}
}
Method [ <internal:SPL, inherits ArrayIterator> public method asort ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $flags = SORT_REGULAR ]
}
}
Method [ <internal:SPL, inherits ArrayIterator> public method ksort ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $flags = SORT_REGULAR ]
}
}
Method [ <internal:SPL, inherits ArrayIterator> public method uasort ] {
- Parameters [1] {
- Parameter #0 [ <required> $cmp_function ]
+ Parameter #0 [ <required> callable $callback ]
}
}
Method [ <internal:SPL, inherits ArrayIterator> public method uksort ] {
- Parameters [1] {
- Parameter #0 [ <required> $cmp_function ]
+ Parameter #0 [ <required> callable $callback ]
}
}
@@ -2392,7 +2641,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:SPL, inherits ArrayIterator, prototype Serializable> public method unserialize ] {
- Parameters [1] {
- Parameter #0 [ <required> $serialized ]
+ Parameter #0 [ <required> string $data ]
}
}
@@ -2402,22 +2651,16 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $serialized ]
- }
- }
-
Method [ <internal:SPL, inherits ArrayIterator> public method __serialize ] {
- Parameters [0] {
}
}
- Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] {
+ Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> array $data ]
}
}
@@ -2454,7 +2697,13 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:SPL, inherits ArrayIterator, prototype SeekableIterator> public method seek ] {
- Parameters [1] {
- Parameter #0 [ <required> $position ]
+ Parameter #0 [ <required> int $offset ]
+ }
+ }
+
+ Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] {
+
+ - Parameters [0] {
}
}
}
@@ -2480,45 +2729,45 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:SPL, inherits ArrayObject, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $input ]
- Parameter #1 [ <optional> $flags ]
- Parameter #2 [ <optional> $iterator_class ]
+ Parameter #0 [ <optional> object|array $array = [] ]
+ Parameter #1 [ <optional> int $flags = 0 ]
+ Parameter #2 [ <optional> string $iteratorClass = ArrayIterator::class ]
}
}
Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetExists ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <required> mixed $key ]
}
}
Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetGet ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <required> mixed $key ]
}
}
Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetSet ] {
- Parameters [2] {
- Parameter #0 [ <required> $index ]
- Parameter #1 [ <required> $newval ]
+ Parameter #0 [ <required> mixed $key ]
+ Parameter #1 [ <required> mixed $value ]
}
}
Method [ <internal:SPL, inherits ArrayObject, prototype ArrayAccess> public method offsetUnset ] {
- Parameters [1] {
- Parameter #0 [ <required> $index ]
+ Parameter #0 [ <required> mixed $key ]
}
}
Method [ <internal:SPL, inherits ArrayObject> public method append ] {
- Parameters [1] {
- Parameter #0 [ <required> $value ]
+ Parameter #0 [ <required> mixed $value ]
}
}
@@ -2543,33 +2792,35 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:SPL, inherits ArrayObject> public method setFlags ] {
- Parameters [1] {
- Parameter #0 [ <required> $flags ]
+ Parameter #0 [ <required> int $flags ]
}
}
Method [ <internal:SPL, inherits ArrayObject> public method asort ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $flags = SORT_REGULAR ]
}
}
Method [ <internal:SPL, inherits ArrayObject> public method ksort ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $flags = SORT_REGULAR ]
}
}
Method [ <internal:SPL, inherits ArrayObject> public method uasort ] {
- Parameters [1] {
- Parameter #0 [ <required> $cmp_function ]
+ Parameter #0 [ <required> callable $callback ]
}
}
Method [ <internal:SPL, inherits ArrayObject> public method uksort ] {
- Parameters [1] {
- Parameter #0 [ <required> $cmp_function ]
+ Parameter #0 [ <required> callable $callback ]
}
}
@@ -2588,7 +2839,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:SPL, inherits ArrayObject, prototype Serializable> public method unserialize ] {
- Parameters [1] {
- Parameter #0 [ <required> $serialized ]
+ Parameter #0 [ <required> string $data ]
}
}
@@ -2598,22 +2849,16 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Method [ <internal:SPL, inherits ArrayObject> public method __unserialize ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $serialized ]
- }
- }
-
Method [ <internal:SPL, inherits ArrayObject> public method __serialize ] {
- Parameters [0] {
}
}
- Method [ <internal:SPL, inherits ArrayObject> public method __debugInfo ] {
+ Method [ <internal:SPL, inherits ArrayObject> public method __unserialize ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> array $data ]
}
}
@@ -2626,14 +2871,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:SPL, inherits ArrayObject> public method exchangeArray ] {
- Parameters [1] {
- Parameter #0 [ <required> $input ]
+ Parameter #0 [ <required> object|array $array ]
}
}
Method [ <internal:SPL, inherits ArrayObject> public method setIteratorClass ] {
- Parameters [1] {
- Parameter #0 [ <required> $iteratorClass ]
+ Parameter #0 [ <required> string $iteratorClass ]
}
}
@@ -2642,10 +2887,16 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [0] {
}
}
+
+ Method [ <internal:SPL, inherits ArrayObject> public method __debugInfo ] {
+
+ - Parameters [0] {
+ }
+ }
}
}
- Class [ <internal:swoole> class Swoole\ExitException extends Swoole\Exception implements Throwable ] {
+ Class [ <internal:swoole> class Swoole\ExitException extends Swoole\Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -2657,12 +2908,12 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [6] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
- Property [ <default> private $flags ]
- Property [ <default> private $status ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
+ Property [ private $flags = 0 ]
+ Property [ private $status = 0 ]
}
- Methods [12] {
@@ -2681,37 +2932,71 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
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 Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -2729,8 +3014,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <optional> $family ]
- Parameter #2 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $family = <default> ]
+ Parameter #2 [ <optional> $timeout = <default> ]
}
}
@@ -2738,8 +3023,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <optional> $timeout ]
- Parameter #2 [ <optional> $type ]
+ Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #2 [ <optional> $type = <default> ]
}
}
@@ -2747,7 +3032,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $command ]
- Parameter #1 [ <optional> $get_error_stream ]
+ Parameter #1 [ <optional> $get_error_stream = <default> ]
}
}
@@ -2762,11 +3047,11 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [6] {
Parameter #0 [ <required> $hostname ]
- Parameter #1 [ <optional> $family ]
- Parameter #2 [ <optional> $socktype ]
- Parameter #3 [ <optional> $protocol ]
- Parameter #4 [ <optional> $service ]
- Parameter #5 [ <optional> $timeout ]
+ 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> ]
}
}
@@ -2789,14 +3074,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $filename ]
Parameter #1 [ <required> $data ]
- Parameter #2 [ <optional> $flags ]
+ Parameter #2 [ <optional> $flags = <default> ]
}
}
Method [ <internal:swoole> static public method wait ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
@@ -2804,7 +3089,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $pid ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -2812,7 +3097,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $signo ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -2820,8 +3105,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $events ]
- Parameter #2 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $events = <default> ]
+ Parameter #2 [ <optional> $timeout = <default> ]
}
}
@@ -2829,7 +3114,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $handle ]
- Parameter #1 [ <optional> $length ]
+ Parameter #1 [ <optional> $length = <default> ]
}
}
@@ -2838,7 +3123,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $handle ]
Parameter #1 [ <required> $string ]
- Parameter #2 [ <optional> $length ]
+ Parameter #2 [ <optional> $length = <default> ]
}
}
@@ -2884,7 +3169,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $n ]
- Parameter #1 [ <optional> callable $func ]
+ Parameter #1 [ <optional> callable $func = <default> ]
Parameter #2 [ <optional> ...$params ]
}
}
@@ -2922,15 +3207,15 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [2] {
- Property [ <default> public $capacity ]
- Property [ <default> public $errCode ]
+ Property [ public $capacity = 0 ]
+ Property [ public $errCode = 0 ]
}
- Methods [8] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $size ]
+ Parameter #0 [ <optional> $size = <default> ]
}
}
@@ -2938,14 +3223,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method pop ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
@@ -2993,8 +3278,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> static public method enableCoroutine ] {
- Parameters [2] {
- Parameter #0 [ <optional> $enable ]
- Parameter #1 [ <optional> $flags ]
+ Parameter #0 [ <optional> $enable = <default> ]
+ Parameter #1 [ <optional> $flags = <default> ]
}
}
@@ -3019,7 +3304,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Class [ <internal:swoole> class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable ] {
+ Class [ <internal:swoole> class Swoole\Coroutine\Curl\Exception extends Swoole\Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -3031,47 +3316,81 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
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 Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -3088,12 +3407,12 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [6] {
- Property [ <default> public $fd ]
- Property [ <default> public $domain ]
- Property [ <default> public $type ]
- Property [ <default> public $protocol ]
- Property [ <default> public $errCode ]
- Property [ <default> public $errMsg ]
+ Property [ public $fd = -1 ]
+ Property [ public $domain = 0 ]
+ Property [ public $type = 0 ]
+ Property [ public $protocol = 0 ]
+ Property [ public $errCode = 0 ]
+ Property [ public $errMsg = '' ]
}
- Methods [30] {
@@ -3102,7 +3421,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $domain ]
Parameter #1 [ <required> $type ]
- Parameter #2 [ <optional> $protocol ]
+ Parameter #2 [ <optional> $protocol = <default> ]
}
}
@@ -3110,21 +3429,21 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $address ]
- Parameter #1 [ <optional> $port ]
+ Parameter #1 [ <optional> $port = <default> ]
}
}
Method [ <internal:swoole> public method listen ] {
- Parameters [1] {
- Parameter #0 [ <optional> $backlog ]
+ Parameter #0 [ <optional> $backlog = <default> ]
}
}
Method [ <internal:swoole> public method accept ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
@@ -3132,8 +3451,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port ]
- Parameter #2 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $port = <default> ]
+ Parameter #2 [ <optional> $timeout = <default> ]
}
}
@@ -3146,46 +3465,46 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method peek ] {
- Parameters [1] {
- Parameter #0 [ <optional> $length ]
+ Parameter #0 [ <optional> $length = <default> ]
}
}
Method [ <internal:swoole> public method recv ] {
- Parameters [2] {
- Parameter #0 [ <optional> $length ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $length = <default> ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method recvAll ] {
- Parameters [2] {
- Parameter #0 [ <optional> $length ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $length = <default> ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method recvLine ] {
- Parameters [2] {
- Parameter #0 [ <optional> $length ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $length = <default> ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method recvWithBuffer ] {
- Parameters [2] {
- Parameter #0 [ <optional> $length ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $length = <default> ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method recvPacket ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
@@ -3193,7 +3512,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -3201,7 +3520,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $io_vector ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -3209,7 +3528,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $io_vector ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -3217,7 +3536,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $io_vector ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -3225,7 +3544,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $io_vector ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -3233,8 +3552,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $filename ]
- Parameter #1 [ <optional> $offset ]
- Parameter #2 [ <optional> $length ]
+ Parameter #1 [ <optional> $offset = <default> ]
+ Parameter #2 [ <optional> $length = <default> ]
}
}
@@ -3242,7 +3561,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -3250,7 +3569,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> &$peername ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -3296,14 +3615,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method shutdown ] {
- Parameters [1] {
- Parameter #0 [ <optional> $how ]
+ Parameter #0 [ <optional> $how = <default> ]
}
}
Method [ <internal:swoole> public method cancel ] {
- Parameters [1] {
- Parameter #0 [ <optional> $event ]
+ Parameter #0 [ <optional> $event = <default> ]
}
}
@@ -3327,7 +3646,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Class [ <internal:swoole> class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Throwable ] {
+ Class [ <internal:swoole> class Swoole\Coroutine\Socket\Exception extends Swoole\Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -3339,47 +3658,81 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
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 Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -3403,13 +3756,13 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [7] {
- 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 ]
+ 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 ]
}
- Methods [17] {
@@ -3417,12 +3770,12 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $type ]
- Parameter #1 [ <optional> $async ]
- Parameter #2 [ <optional> $id ]
+ Parameter #1 [ <optional> $async = <default> ]
+ Parameter #2 [ <optional> $id = <default> ]
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -3439,17 +3792,17 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port ]
- Parameter #2 [ <optional> $timeout ]
- Parameter #3 [ <optional> $sock_flag ]
+ Parameter #1 [ <optional> $port = <default> ]
+ Parameter #2 [ <optional> $timeout = <default> ]
+ Parameter #3 [ <optional> $sock_flag = <default> ]
}
}
Method [ <internal:swoole> public method recv ] {
- Parameters [2] {
- Parameter #0 [ <optional> $size ]
- Parameter #1 [ <optional> $flag ]
+ Parameter #0 [ <optional> $size = <default> ]
+ Parameter #1 [ <optional> $flag = <default> ]
}
}
@@ -3457,7 +3810,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $flag ]
+ Parameter #1 [ <optional> $flag = <default> ]
}
}
@@ -3465,8 +3818,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $filename ]
- Parameter #1 [ <optional> $offset ]
- Parameter #2 [ <optional> $length ]
+ Parameter #1 [ <optional> $offset = <default> ]
+ Parameter #2 [ <optional> $length = <default> ]
}
}
@@ -3525,7 +3878,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method close ] {
- Parameters [1] {
- Parameter #0 [ <optional> $force ]
+ Parameter #0 [ <optional> $force = <default> ]
}
}
@@ -3537,7 +3890,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Class [ <internal:swoole> class Swoole\Client\Exception extends Swoole\Exception implements Throwable ] {
+ Class [ <internal:swoole> class Swoole\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -3549,47 +3902,81 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
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 Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -3610,13 +3997,13 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [7] {
- 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 ]
+ 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 ]
}
- Methods [18] {
@@ -3627,7 +4014,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -3644,23 +4031,23 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port ]
- Parameter #2 [ <optional> $timeout ]
- Parameter #3 [ <optional> $sock_flag ]
+ Parameter #1 [ <optional> $port = <default> ]
+ Parameter #2 [ <optional> $timeout = <default> ]
+ Parameter #3 [ <optional> $sock_flag = <default> ]
}
}
Method [ <internal:swoole> public method recv ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method peek ] {
- Parameters [1] {
- Parameter #0 [ <optional> $length ]
+ Parameter #0 [ <optional> $length = <default> ]
}
}
@@ -3675,8 +4062,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $filename ]
- Parameter #1 [ <optional> $offset ]
- Parameter #2 [ <optional> $length ]
+ Parameter #1 [ <optional> $offset = <default> ]
+ Parameter #2 [ <optional> $length = <default> ]
}
}
@@ -3694,7 +4081,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $length ]
Parameter #1 [ <required> &$address ]
- Parameter #2 [ <optional> &$port ]
+ Parameter #2 [ <optional> &$port = <default> ]
}
}
@@ -3760,24 +4147,24 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [18] {
- 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 ]
+ 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 = '' ]
}
- Methods [28] {
@@ -3785,12 +4172,12 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port ]
- Parameter #2 [ <optional> $ssl ]
+ Parameter #1 [ <optional> $port = <default> ]
+ Parameter #2 [ <optional> $ssl = <default> ]
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -3812,7 +4199,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method setDefer ] {
- Parameters [1] {
- Parameter #0 [ <optional> $defer ]
+ Parameter #0 [ <optional> $defer = <default> ]
}
}
@@ -3857,10 +4244,10 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [6] {
Parameter #0 [ <required> $path ]
Parameter #1 [ <required> $name ]
- Parameter #2 [ <optional> $type ]
- Parameter #3 [ <optional> $filename ]
- Parameter #4 [ <optional> $offset ]
- Parameter #5 [ <optional> $length ]
+ Parameter #2 [ <optional> $type = <default> ]
+ Parameter #3 [ <optional> $filename = <default> ]
+ Parameter #4 [ <optional> $offset = <default> ]
+ Parameter #5 [ <optional> $length = <default> ]
}
}
@@ -3869,8 +4256,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $path ]
Parameter #1 [ <required> $name ]
- Parameter #2 [ <optional> $type ]
- Parameter #3 [ <optional> $filename ]
+ Parameter #2 [ <optional> $type = <default> ]
+ Parameter #3 [ <optional> $filename = <default> ]
}
}
@@ -3913,7 +4300,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $path ]
Parameter #1 [ <required> $file ]
- Parameter #2 [ <optional> $offset ]
+ Parameter #2 [ <optional> $offset = <default> ]
}
}
@@ -3964,15 +4351,15 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $opcode ]
- Parameter #2 [ <optional> $flags ]
+ Parameter #1 [ <optional> $opcode = <default> ]
+ Parameter #2 [ <optional> $flags = <default> ]
}
}
Method [ <internal:swoole> public method recv ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
@@ -3984,7 +4371,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Class [ <internal:swoole> class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Throwable ] {
+ Class [ <internal:swoole> class Swoole\Coroutine\Http\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -3996,47 +4383,81 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
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 Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -4053,15 +4474,15 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [9] {
- 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 ]
+ Property [ public $serverInfo = NULL ]
+ Property [ public $sock = -1 ]
+ Property [ public $connected = false ]
+ Property [ public $connect_errno = 0 ]
+ Property [ public $connect_error = '' ]
+ Property [ public $affected_rows = 0 ]
+ Property [ public $insert_id = 0 ]
+ Property [ public $error = '' ]
+ Property [ public $errno = 0 ]
}
- Methods [16] {
@@ -4071,7 +4492,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -4086,14 +4507,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method setDefer ] {
- Parameters [1] {
- Parameter #0 [ <optional> $defer ]
+ Parameter #0 [ <optional> $defer = <default> ]
}
}
Method [ <internal:swoole> public method connect ] {
- Parameters [1] {
- Parameter #0 [ <optional> array $server_config ]
+ Parameter #0 [ <optional> array $server_config = <default> ]
}
}
@@ -4101,7 +4522,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $sql ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -4127,7 +4548,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $query ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -4140,21 +4561,21 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method begin ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method commit ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method rollback ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
@@ -4162,7 +4583,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $string ]
- Parameter #1 [ <optional> $flags ]
+ Parameter #1 [ <optional> $flags = <default> ]
}
}
@@ -4186,47 +4607,47 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [5] {
- Property [ <default> public $id ]
- Property [ <default> public $affected_rows ]
- Property [ <default> public $insert_id ]
- Property [ <default> public $error ]
- Property [ <default> public $errno ]
+ Property [ public $id = 0 ]
+ Property [ public $affected_rows = 0 ]
+ Property [ public $insert_id = 0 ]
+ Property [ public $error = '' ]
+ Property [ public $errno = 0 ]
}
- Methods [6] {
Method [ <internal:swoole> public method execute ] {
- Parameters [2] {
- Parameter #0 [ <optional> $params ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $params = <default> ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method fetch ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method fetchAll ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method nextResult ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method recv ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
@@ -4238,7 +4659,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Class [ <internal:swoole> class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Throwable ] {
+ Class [ <internal:swoole> class Swoole\Coroutine\MySQL\Exception extends Swoole\Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -4250,47 +4671,81 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
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 Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -4307,25 +4762,25 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [8] {
- 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 ]
+ Property [ public $host = '' ]
+ Property [ public $port = 0 ]
+ Property [ public $setting = NULL ]
+ Property [ public $sock = -1 ]
+ Property [ public $connected = false ]
+ Property [ public $errType = 0 ]
+ Property [ public $errCode = 0 ]
+ Property [ public $errMsg = '' ]
}
- Methods [185] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
- Parameter #0 [ <optional> $config ]
+ Parameter #0 [ <optional> $config = <default> ]
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -4335,8 +4790,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port ]
- Parameter #2 [ <optional> $serialize ]
+ Parameter #1 [ <optional> $port = <default> ]
+ Parameter #2 [ <optional> $serialize = <default> ]
}
}
@@ -4402,8 +4857,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $timeout ]
- Parameter #3 [ <optional> $opt ]
+ Parameter #2 [ <optional> $timeout = <default> ]
+ Parameter #3 [ <optional> $opt = <default> ]
}
}
@@ -4461,7 +4916,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys ]
+ Parameter #1 [ <optional> $other_keys = <default> ]
}
}
@@ -4470,7 +4925,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $member ]
- Parameter #2 [ <optional> $other_members ]
+ Parameter #2 [ <optional> $other_members = <default> ]
}
}
@@ -4504,7 +4959,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys ]
+ Parameter #1 [ <optional> $other_keys = <default> ]
}
}
@@ -4540,7 +4995,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys ]
+ Parameter #1 [ <optional> $other_keys = <default> ]
}
}
@@ -4570,7 +5025,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $timeout_or_key ]
- Parameter #2 [ <optional> $extra_args ]
+ Parameter #2 [ <optional> $extra_args = <default> ]
}
}
@@ -4586,7 +5041,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $timeout_or_key ]
- Parameter #2 [ <optional> $extra_args ]
+ Parameter #2 [ <optional> $extra_args = <default> ]
}
}
@@ -4652,7 +5107,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $count ]
+ Parameter #1 [ <optional> $count = <default> ]
}
}
@@ -4826,7 +5281,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys ]
+ Parameter #1 [ <optional> $other_keys = <default> ]
}
}
@@ -5060,7 +5515,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $timeout_or_key ]
- Parameter #2 [ <optional> $extra_args ]
+ Parameter #2 [ <optional> $extra_args = <default> ]
}
}
@@ -5069,7 +5524,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $timeout_or_key ]
- Parameter #2 [ <optional> $extra_args ]
+ Parameter #2 [ <optional> $extra_args = <default> ]
}
}
@@ -5106,7 +5561,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $start ]
Parameter #2 [ <required> $end ]
- Parameter #3 [ <optional> $scores ]
+ Parameter #3 [ <optional> $scores = <default> ]
}
}
@@ -5116,7 +5571,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $start ]
Parameter #2 [ <required> $end ]
- Parameter #3 [ <optional> $scores ]
+ Parameter #3 [ <optional> $scores = <default> ]
}
}
@@ -5126,7 +5581,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $start ]
Parameter #2 [ <required> $end ]
- Parameter #3 [ <optional> $options ]
+ Parameter #3 [ <optional> $options = <default> ]
}
}
@@ -5136,7 +5591,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $start ]
Parameter #2 [ <required> $end ]
- Parameter #3 [ <optional> $options ]
+ Parameter #3 [ <optional> $options = <default> ]
}
}
@@ -5146,8 +5601,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $min ]
Parameter #2 [ <required> $max ]
- Parameter #3 [ <optional> $offset ]
- Parameter #4 [ <optional> $limit ]
+ Parameter #3 [ <optional> $offset = <default> ]
+ Parameter #4 [ <optional> $limit = <default> ]
}
}
@@ -5157,8 +5612,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $min ]
Parameter #2 [ <required> $max ]
- Parameter #3 [ <optional> $offset ]
- Parameter #4 [ <optional> $limit ]
+ Parameter #3 [ <optional> $offset = <default> ]
+ Parameter #4 [ <optional> $limit = <default> ]
}
}
@@ -5167,8 +5622,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $keys ]
- Parameter #2 [ <optional> $weights ]
- Parameter #3 [ <optional> $aggregate ]
+ Parameter #2 [ <optional> $weights = <default> ]
+ Parameter #3 [ <optional> $aggregate = <default> ]
}
}
@@ -5177,8 +5632,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $keys ]
- Parameter #2 [ <optional> $weights ]
- Parameter #3 [ <optional> $aggregate ]
+ Parameter #2 [ <optional> $weights = <default> ]
+ Parameter #3 [ <optional> $aggregate = <default> ]
}
}
@@ -5187,8 +5642,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $keys ]
- Parameter #2 [ <optional> $weights ]
- Parameter #3 [ <optional> $aggregate ]
+ Parameter #2 [ <optional> $weights = <default> ]
+ Parameter #3 [ <optional> $aggregate = <default> ]
}
}
@@ -5197,8 +5652,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $keys ]
- Parameter #2 [ <optional> $weights ]
- Parameter #3 [ <optional> $aggregate ]
+ Parameter #2 [ <optional> $weights = <default> ]
+ Parameter #3 [ <optional> $aggregate = <default> ]
}
}
@@ -5441,7 +5896,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $operation ]
Parameter #1 [ <required> $ret_key ]
Parameter #2 [ <required> $key ]
- Parameter #3 [ <optional> $other_keys ]
+ Parameter #3 [ <optional> $other_keys = <default> ]
}
}
@@ -5466,7 +5921,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys ]
+ Parameter #1 [ <optional> $other_keys = <default> ]
}
}
@@ -5475,7 +5930,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $dst ]
Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $other_keys ]
+ Parameter #2 [ <optional> $other_keys = <default> ]
}
}
@@ -5483,7 +5938,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys ]
+ Parameter #1 [ <optional> $other_keys = <default> ]
}
}
@@ -5492,7 +5947,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $dst ]
Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $other_keys ]
+ Parameter #2 [ <optional> $other_keys = <default> ]
}
}
@@ -5500,7 +5955,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $other_keys ]
+ Parameter #1 [ <optional> $other_keys = <default> ]
}
}
@@ -5509,7 +5964,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $dst ]
Parameter #1 [ <required> $key ]
- Parameter #2 [ <optional> $other_keys ]
+ Parameter #2 [ <optional> $other_keys = <default> ]
}
}
@@ -5534,7 +5989,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $member ]
- Parameter #2 [ <optional> $other_members ]
+ Parameter #2 [ <optional> $other_members = <default> ]
}
}
@@ -5543,7 +5998,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $member ]
- Parameter #2 [ <optional> $other_members ]
+ Parameter #2 [ <optional> $other_members = <default> ]
}
}
@@ -5552,7 +6007,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $member ]
- Parameter #2 [ <optional> $other_members ]
+ Parameter #2 [ <optional> $other_members = <default> ]
}
}
@@ -5600,8 +6055,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $script ]
- Parameter #1 [ <optional> $args ]
- Parameter #2 [ <optional> $num_keys ]
+ Parameter #1 [ <optional> $args = <default> ]
+ Parameter #2 [ <optional> $num_keys = <default> ]
}
}
@@ -5609,8 +6064,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $script_sha ]
- Parameter #1 [ <optional> $args ]
- Parameter #2 [ <optional> $num_keys ]
+ Parameter #1 [ <optional> $args = <default> ]
+ Parameter #2 [ <optional> $num_keys = <default> ]
}
}
@@ -5618,7 +6073,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $cmd ]
- Parameter #1 [ <optional> $args ]
+ Parameter #1 [ <optional> $args = <default> ]
}
}
@@ -5635,7 +6090,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $id ]
Parameter #2 [ <required> $pairs ]
- Parameter #3 [ <optional> $options ]
+ Parameter #3 [ <optional> $options = <default> ]
}
}
@@ -5643,7 +6098,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $streams ]
- Parameter #1 [ <optional> $options ]
+ Parameter #1 [ <optional> $options = <default> ]
}
}
@@ -5661,7 +6116,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $start ]
Parameter #2 [ <required> $end ]
- Parameter #3 [ <optional> $count ]
+ Parameter #3 [ <optional> $count = <default> ]
}
}
@@ -5671,7 +6126,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $start ]
Parameter #2 [ <required> $end ]
- Parameter #3 [ <optional> $count ]
+ Parameter #3 [ <optional> $count = <default> ]
}
}
@@ -5679,7 +6134,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $key ]
- Parameter #1 [ <optional> $options ]
+ Parameter #1 [ <optional> $options = <default> ]
}
}
@@ -5689,7 +6144,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $group_name ]
Parameter #2 [ <required> $id ]
- Parameter #3 [ <optional> $mkstream ]
+ Parameter #3 [ <optional> $mkstream = <default> ]
}
}
@@ -5734,7 +6189,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $group_name ]
Parameter #1 [ <required> $consumer_name ]
Parameter #2 [ <required> $streams ]
- Parameter #3 [ <optional> $options ]
+ Parameter #3 [ <optional> $options = <default> ]
}
}
@@ -5743,7 +6198,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $group_name ]
- Parameter #2 [ <optional> $options ]
+ Parameter #2 [ <optional> $options = <default> ]
}
}
@@ -5764,7 +6219,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #2 [ <required> $consumer_name ]
Parameter #3 [ <required> $min_idle_time ]
Parameter #4 [ <required> $id ]
- Parameter #5 [ <optional> $options ]
+ Parameter #5 [ <optional> $options = <default> ]
}
}
@@ -5776,7 +6231,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #2 [ <required> $consumer_name ]
Parameter #3 [ <required> $min_idle_time ]
Parameter #4 [ <required> $start ]
- Parameter #5 [ <optional> $options ]
+ Parameter #5 [ <optional> $options = <default> ]
}
}
@@ -5816,15 +6271,15 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [9] {
- 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 ]
+ Property [ public $errCode = 0 ]
+ Property [ public $errMsg = 0 ]
+ 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 ]
}
- Methods [13] {
@@ -5832,12 +6287,12 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port ]
- Parameter #2 [ <optional> $open_ssl ]
+ Parameter #1 [ <optional> $port = <default> ]
+ Parameter #2 [ <optional> $open_ssl = <default> ]
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -5859,7 +6314,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method stats ] {
- Parameters [1] {
- Parameter #0 [ <optional> $key ]
+ Parameter #0 [ <optional> $key = <default> ]
}
}
@@ -5882,29 +6337,29 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $stream_id ]
Parameter #1 [ <required> $data ]
- Parameter #2 [ <optional> $end_stream ]
+ Parameter #2 [ <optional> $end_stream = <default> ]
}
}
Method [ <internal:swoole> public method recv ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method read ] {
- Parameters [1] {
- Parameter #0 [ <optional> $timeout ]
+ Parameter #0 [ <optional> $timeout = <default> ]
}
}
Method [ <internal:swoole> public method goaway ] {
- Parameters [2] {
- Parameter #0 [ <optional> $error_code ]
- Parameter #1 [ <optional> $debug_data ]
+ Parameter #0 [ <optional> $error_code = <default> ]
+ Parameter #1 [ <optional> $debug_data = <default> ]
}
}
@@ -5922,7 +6377,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Class [ <internal:swoole> class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Throwable ] {
+ Class [ <internal:swoole> class Swoole\Coroutine\Http2\Client\Exception extends Swoole\Exception implements Throwable, Stringable ] {
- Constants [0] {
}
@@ -5934,47 +6389,81 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [4] {
- Property [ <default> protected $message ]
- Property [ <default> protected $code ]
- Property [ <default> protected $file ]
- Property [ <default> protected $line ]
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected $file = NULL ]
+ Property [ protected $line = NULL ]
}
- Methods [10] {
Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
- Parameters [3] {
- Parameter #0 [ <optional> $message ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $previous ]
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
}
}
Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
}
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 Throwable> public method __toString ] {
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
}
}
}
@@ -5991,12 +6480,12 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [6] {
- Property [ <default> public $path ]
- Property [ <default> public $method ]
- Property [ <default> public $headers ]
- Property [ <default> public $cookies ]
- Property [ <default> public $data ]
- Property [ <default> public $pipeline ]
+ Property [ public $path = '/' ]
+ Property [ public $method = 'GET' ]
+ Property [ public $headers = NULL ]
+ Property [ public $cookies = NULL ]
+ Property [ public $data = '' ]
+ Property [ public $pipeline = false ]
}
- Methods [0] {
@@ -6015,14 +6504,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [8] {
- 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 ]
+ 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 ]
}
- Methods [0] {
@@ -6041,34 +6530,34 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [28] {
- 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 ]
+ 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 ]
}
- Methods [49] {
@@ -6076,13 +6565,13 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port ]
- Parameter #2 [ <optional> $mode ]
- Parameter #3 [ <optional> $sock_type ]
+ Parameter #1 [ <optional> $port = <default> ]
+ Parameter #2 [ <optional> $mode = <default> ]
+ Parameter #3 [ <optional> $sock_type = <default> ]
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -6139,7 +6628,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
Parameter #1 [ <required> $send_data ]
- Parameter #2 [ <optional> $server_socket ]
+ Parameter #2 [ <optional> $server_socket = <default> ]
}
}
@@ -6149,7 +6638,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $ip ]
Parameter #1 [ <required> $port ]
Parameter #2 [ <required> $send_data ]
- Parameter #3 [ <optional> $server_socket ]
+ Parameter #3 [ <optional> $server_socket = <default> ]
}
}
@@ -6179,7 +6668,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $is_protected ]
+ Parameter #1 [ <optional> $is_protected = <default> ]
}
}
@@ -6188,8 +6677,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $conn_fd ]
Parameter #1 [ <required> $filename ]
- Parameter #2 [ <optional> $offset ]
- Parameter #3 [ <optional> $length ]
+ Parameter #2 [ <optional> $offset = <default> ]
+ Parameter #3 [ <optional> $length = <default> ]
}
}
@@ -6197,7 +6686,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reset ]
+ Parameter #1 [ <optional> $reset = <default> ]
}
}
@@ -6226,8 +6715,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $worker_id ]
- Parameter #2 [ <optional> callable or NULL $finish_callback ]
+ Parameter #1 [ <optional> $worker_id = <default> ]
+ Parameter #2 [ <optional> ?callable $finish_callback = <default> ]
}
}
@@ -6235,8 +6724,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout ]
- Parameter #2 [ <optional> $worker_id ]
+ Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #2 [ <optional> $worker_id = <default> ]
}
}
@@ -6244,7 +6733,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -6252,7 +6741,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -6278,7 +6767,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method stop ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
@@ -6299,7 +6788,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id ]
+ Parameter #1 [ <optional> $reactor_id = <default> ]
}
}
@@ -6307,7 +6796,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count ]
+ Parameter #1 [ <optional> $find_count = <default> ]
}
}
@@ -6320,14 +6809,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method getWorkerPid ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
Method [ <internal:swoole> public method getWorkerStatus ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
@@ -6347,7 +6836,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id ]
+ Parameter #1 [ <optional> $reactor_id = <default> ]
}
}
@@ -6355,7 +6844,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count ]
+ Parameter #1 [ <optional> $find_count = <default> ]
}
}
@@ -6374,7 +6863,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #1 [ <required> $process_id ]
Parameter #2 [ <required> $process_type ]
Parameter #3 [ <required> $data ]
- Parameter #4 [ <optional> $json_encode ]
+ Parameter #4 [ <optional> $json_encode = <default> ]
}
}
@@ -6403,7 +6892,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method getSocket ] {
- Parameters [1] {
- Parameter #0 [ <optional> $port ]
+ Parameter #0 [ <optional> $port = <default> ]
}
}
@@ -6465,11 +6954,11 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [5] {
- Property [ <default> public $data ]
- Property [ <default> public $dispatch_time ]
- Property [ <default> public $id ]
- Property [ <default> public $worker_id ]
- Property [ <default> public $flags ]
+ Property [ public $data = NULL ]
+ Property [ public $dispatch_time = 0 ]
+ Property [ public $id = -1 ]
+ Property [ public $worker_id = -1 ]
+ Property [ public $flags = 0 ]
}
- Methods [1] {
@@ -6494,10 +6983,10 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [4] {
- Property [ <default> public $reactor_id ]
- Property [ <default> public $fd ]
- Property [ <default> public $dispatch_time ]
- Property [ <default> public $data ]
+ Property [ public $reactor_id = 0 ]
+ Property [ public $fd = 0 ]
+ Property [ public $dispatch_time = 0 ]
+ Property [ public $data = NULL ]
}
- Methods [0] {
@@ -6516,11 +7005,11 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [5] {
- Property [ <default> public $server_socket ]
- Property [ <default> public $server_port ]
- Property [ <default> public $dispatch_time ]
- Property [ <default> public $address ]
- Property [ <default> public $port ]
+ Property [ public $server_socket = 0 ]
+ Property [ public $server_port = 0 ]
+ Property [ public $dispatch_time = 0 ]
+ Property [ public $address = NULL ]
+ Property [ public $port = 0 ]
}
- Methods [0] {
@@ -6539,9 +7028,9 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [3] {
- Property [ <default> public $source_worker_id ]
- Property [ <default> public $dispatch_time ]
- Property [ <default> public $data ]
+ Property [ public $source_worker_id = 0 ]
+ Property [ public $dispatch_time = 0 ]
+ Property [ public $data = NULL ]
}
- Methods [0] {
@@ -6560,11 +7049,11 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [5] {
- Property [ <default> public $worker_id ]
- Property [ <default> public $worker_pid ]
- Property [ <default> public $status ]
- Property [ <default> public $exit_code ]
- Property [ <default> public $signal ]
+ Property [ public $worker_id = 0 ]
+ Property [ public $worker_pid = 0 ]
+ Property [ public $status = 0 ]
+ Property [ public $exit_code = 0 ]
+ Property [ public $signal = 0 ]
}
- Methods [0] {
@@ -6583,10 +7072,10 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [4] {
- Property [ <default> public $task_id ]
- Property [ <default> public $task_worker_id ]
- Property [ <default> public $dispatch_time ]
- Property [ <default> public $data ]
+ Property [ public $task_id = 0 ]
+ Property [ public $task_worker_id = 0 ]
+ Property [ public $dispatch_time = 0 ]
+ Property [ public $data = NULL ]
}
- Methods [0] {
@@ -6614,7 +7103,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -6638,12 +7127,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:swoole, prototype Iterator> public method key ] {
- Parameters [0] {
}
+ - Return [ mixed ]
}
Method [ <internal:swoole, prototype Iterator> public method valid ] {
@@ -6673,6 +7164,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [1] {
Parameter #0 [ <required> $fd ]
}
+ - Return [ mixed ]
}
Method [ <internal:swoole, prototype ArrayAccess> public method offsetSet ] {
@@ -6706,23 +7198,23 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [17] {
- 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 ]
+ 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 ]
}
- Methods [6] {
@@ -6732,7 +7224,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -6780,21 +7272,21 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> static public method create ] {
- Parameters [1] {
- Parameter #0 [ <optional> $options ]
+ Parameter #0 [ <optional> $options = <default> ]
}
}
}
- Properties [9] {
- 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 ]
+ 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 ]
}
- Methods [7] {
@@ -6835,7 +7327,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -6856,17 +7348,17 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $server ]
- Parameter #1 [ <optional> $fd ]
+ Parameter #1 [ <optional> $fd = <default> ]
}
}
}
- Properties [5] {
- Property [ <default> public $fd ]
- Property [ <default> public $socket ]
- Property [ <default> public $header ]
- Property [ <default> public $cookie ]
- Property [ <default> public $trailer ]
+ Property [ public $fd = 0 ]
+ Property [ public $socket = NULL ]
+ Property [ public $header = NULL ]
+ Property [ public $cookie = NULL ]
+ Property [ public $trailer = NULL ]
}
- Methods [22] {
@@ -6886,14 +7378,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [9] {
Parameter #0 [ <required> $name ]
- 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 ]
+ 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> ]
}
}
@@ -6901,14 +7393,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [9] {
Parameter #0 [ <required> $name ]
- 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 ]
+ 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> ]
}
}
@@ -6916,14 +7408,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [9] {
Parameter #0 [ <required> $name ]
- 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 ]
+ 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> ]
}
}
@@ -6931,7 +7423,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $http_code ]
- Parameter #1 [ <optional> $reason ]
+ Parameter #1 [ <optional> $reason = <default> ]
}
}
@@ -6939,7 +7431,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $http_code ]
- Parameter #1 [ <optional> $reason ]
+ Parameter #1 [ <optional> $reason = <default> ]
}
}
@@ -6948,7 +7440,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $format ]
+ Parameter #2 [ <optional> $format = <default> ]
}
}
@@ -6957,7 +7449,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $key ]
Parameter #1 [ <required> $value ]
- Parameter #2 [ <optional> $format ]
+ Parameter #2 [ <optional> $format = <default> ]
}
}
@@ -6991,7 +7483,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole> public method end ] {
- Parameters [1] {
- Parameter #0 [ <optional> $content ]
+ Parameter #0 [ <optional> $content = <default> ]
}
}
@@ -6999,8 +7491,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $filename ]
- Parameter #1 [ <optional> $offset ]
- Parameter #2 [ <optional> $length ]
+ Parameter #1 [ <optional> $offset = <default> ]
+ Parameter #2 [ <optional> $length = <default> ]
}
}
@@ -7008,7 +7500,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $location ]
- Parameter #1 [ <optional> $http_code ]
+ Parameter #1 [ <optional> $http_code = <default> ]
}
}
@@ -7028,8 +7520,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $opcode ]
- Parameter #2 [ <optional> $flags ]
+ Parameter #1 [ <optional> $opcode = <default> ]
+ Parameter #2 [ <optional> $flags = <default> ]
}
}
@@ -7045,7 +7537,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -7065,20 +7557,20 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [14] {
- 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 ]
+ 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 ]
}
- Methods [49] {
@@ -7086,13 +7578,13 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port ]
- Parameter #2 [ <optional> $mode ]
- Parameter #3 [ <optional> $sock_type ]
+ Parameter #1 [ <optional> $port = <default> ]
+ Parameter #2 [ <optional> $mode = <default> ]
+ Parameter #3 [ <optional> $sock_type = <default> ]
}
}
- Method [ <internal:swoole, inherits Swoole\Server, dtor> public method __destruct ] {
+ Method [ <internal:swoole, inherits Swoole\Server> public method __destruct ] {
- Parameters [0] {
}
@@ -7149,7 +7641,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
Parameter #1 [ <required> $send_data ]
- Parameter #2 [ <optional> $server_socket ]
+ Parameter #2 [ <optional> $server_socket = <default> ]
}
}
@@ -7159,7 +7651,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $ip ]
Parameter #1 [ <required> $port ]
Parameter #2 [ <required> $send_data ]
- Parameter #3 [ <optional> $server_socket ]
+ Parameter #3 [ <optional> $server_socket = <default> ]
}
}
@@ -7189,7 +7681,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $is_protected ]
+ Parameter #1 [ <optional> $is_protected = <default> ]
}
}
@@ -7198,8 +7690,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $conn_fd ]
Parameter #1 [ <required> $filename ]
- Parameter #2 [ <optional> $offset ]
- Parameter #3 [ <optional> $length ]
+ Parameter #2 [ <optional> $offset = <default> ]
+ Parameter #3 [ <optional> $length = <default> ]
}
}
@@ -7207,7 +7699,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reset ]
+ Parameter #1 [ <optional> $reset = <default> ]
}
}
@@ -7236,8 +7728,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $worker_id ]
- Parameter #2 [ <optional> callable or NULL $finish_callback ]
+ Parameter #1 [ <optional> $worker_id = <default> ]
+ Parameter #2 [ <optional> ?callable $finish_callback = <default> ]
}
}
@@ -7245,8 +7737,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout ]
- Parameter #2 [ <optional> $worker_id ]
+ Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #2 [ <optional> $worker_id = <default> ]
}
}
@@ -7254,7 +7746,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -7262,7 +7754,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -7288,7 +7780,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method stop ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
@@ -7309,7 +7801,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id ]
+ Parameter #1 [ <optional> $reactor_id = <default> ]
}
}
@@ -7317,7 +7809,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count ]
+ Parameter #1 [ <optional> $find_count = <default> ]
}
}
@@ -7330,14 +7822,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method getWorkerPid ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
Method [ <internal:swoole, inherits Swoole\Server> public method getWorkerStatus ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
@@ -7357,7 +7849,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id ]
+ Parameter #1 [ <optional> $reactor_id = <default> ]
}
}
@@ -7365,7 +7857,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count ]
+ Parameter #1 [ <optional> $find_count = <default> ]
}
}
@@ -7384,7 +7876,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #1 [ <required> $process_id ]
Parameter #2 [ <required> $process_type ]
Parameter #3 [ <required> $data ]
- Parameter #4 [ <optional> $json_encode ]
+ Parameter #4 [ <optional> $json_encode = <default> ]
}
}
@@ -7413,7 +7905,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method getSocket ] {
- Parameters [1] {
- Parameter #0 [ <optional> $port ]
+ Parameter #0 [ <optional> $port = <default> ]
}
}
@@ -7469,13 +7961,13 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [7] {
- 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 ]
+ Property [ public $fd = -1 ]
+ Property [ public $host = NULL ]
+ Property [ public $port = -1 ]
+ Property [ public $ssl = false ]
+ Property [ public $settings = NULL ]
+ Property [ public $errCode = 0 ]
+ Property [ public $errMsg = '' ]
}
- Methods [7] {
@@ -7483,13 +7975,13 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port ]
- Parameter #2 [ <optional> $ssl ]
- Parameter #3 [ <optional> $reuse_port ]
+ Parameter #1 [ <optional> $port = <default> ]
+ Parameter #2 [ <optional> $ssl = <default> ]
+ Parameter #3 [ <optional> $reuse_port = <default> ]
}
}
- Method [ <internal:swoole, dtor> public method __destruct ] {
+ Method [ <internal:swoole> public method __destruct ] {
- Parameters [0] {
}
@@ -7543,8 +8035,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $opcode ]
- Parameter #2 [ <optional> $flags ]
+ Parameter #1 [ <optional> $opcode = <default> ]
+ Parameter #2 [ <optional> $flags = <default> ]
}
}
@@ -7557,20 +8049,20 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [14] {
- 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 ]
+ 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 ]
}
- Methods [52] {
@@ -7579,8 +8071,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $fd ]
Parameter #1 [ <required> $data ]
- Parameter #2 [ <optional> $opcode ]
- Parameter #3 [ <optional> $flags ]
+ Parameter #2 [ <optional> $opcode = <default> ]
+ Parameter #3 [ <optional> $flags = <default> ]
}
}
@@ -7588,8 +8080,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $code ]
- Parameter #2 [ <optional> $reason ]
+ Parameter #1 [ <optional> $code = <default> ]
+ Parameter #2 [ <optional> $reason = <default> ]
}
}
@@ -7604,13 +8096,13 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port ]
- Parameter #2 [ <optional> $mode ]
- Parameter #3 [ <optional> $sock_type ]
+ Parameter #1 [ <optional> $port = <default> ]
+ Parameter #2 [ <optional> $mode = <default> ]
+ Parameter #3 [ <optional> $sock_type = <default> ]
}
}
- Method [ <internal:swoole, inherits Swoole\Server, dtor> public method __destruct ] {
+ Method [ <internal:swoole, inherits Swoole\Server> public method __destruct ] {
- Parameters [0] {
}
@@ -7667,7 +8159,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
Parameter #1 [ <required> $send_data ]
- Parameter #2 [ <optional> $server_socket ]
+ Parameter #2 [ <optional> $server_socket = <default> ]
}
}
@@ -7677,7 +8169,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $ip ]
Parameter #1 [ <required> $port ]
Parameter #2 [ <required> $send_data ]
- Parameter #3 [ <optional> $server_socket ]
+ Parameter #3 [ <optional> $server_socket = <default> ]
}
}
@@ -7707,7 +8199,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $is_protected ]
+ Parameter #1 [ <optional> $is_protected = <default> ]
}
}
@@ -7716,8 +8208,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $conn_fd ]
Parameter #1 [ <required> $filename ]
- Parameter #2 [ <optional> $offset ]
- Parameter #3 [ <optional> $length ]
+ Parameter #2 [ <optional> $offset = <default> ]
+ Parameter #3 [ <optional> $length = <default> ]
}
}
@@ -7725,7 +8217,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reset ]
+ Parameter #1 [ <optional> $reset = <default> ]
}
}
@@ -7754,8 +8246,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $worker_id ]
- Parameter #2 [ <optional> callable or NULL $finish_callback ]
+ Parameter #1 [ <optional> $worker_id = <default> ]
+ Parameter #2 [ <optional> ?callable $finish_callback = <default> ]
}
}
@@ -7763,8 +8255,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout ]
- Parameter #2 [ <optional> $worker_id ]
+ Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #2 [ <optional> $worker_id = <default> ]
}
}
@@ -7772,7 +8264,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -7780,7 +8272,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -7806,7 +8298,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method stop ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
@@ -7827,7 +8319,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id ]
+ Parameter #1 [ <optional> $reactor_id = <default> ]
}
}
@@ -7835,7 +8327,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count ]
+ Parameter #1 [ <optional> $find_count = <default> ]
}
}
@@ -7848,14 +8340,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method getWorkerPid ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
Method [ <internal:swoole, inherits Swoole\Server> public method getWorkerStatus ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
@@ -7875,7 +8367,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id ]
+ Parameter #1 [ <optional> $reactor_id = <default> ]
}
}
@@ -7883,7 +8375,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count ]
+ Parameter #1 [ <optional> $find_count = <default> ]
}
}
@@ -7902,7 +8394,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #1 [ <required> $process_id ]
Parameter #2 [ <required> $process_type ]
Parameter #3 [ <required> $data ]
- Parameter #4 [ <optional> $json_encode ]
+ Parameter #4 [ <optional> $json_encode = <default> ]
}
}
@@ -7931,7 +8423,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method getSocket ] {
- Parameters [1] {
- Parameter #0 [ <optional> $port ]
+ Parameter #0 [ <optional> $port = <default> ]
}
}
@@ -7975,7 +8467,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Class [ <internal:swoole> class Swoole\WebSocket\Frame ] {
+ Class [ <internal:swoole> class Swoole\WebSocket\Frame implements Stringable ] {
- Constants [0] {
}
@@ -7988,8 +8480,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $opcode ]
- Parameter #2 [ <optional> $flags ]
+ Parameter #1 [ <optional> $opcode = <default> ]
+ Parameter #2 [ <optional> $flags = <default> ]
}
}
@@ -8002,15 +8494,15 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [5] {
- Property [ <default> public $fd ]
- Property [ <default> public $data ]
- Property [ <default> public $opcode ]
- Property [ <default> public $flags ]
- Property [ <default> public $finish ]
+ Property [ public $fd = 0 ]
+ Property [ public $data = '' ]
+ Property [ public $opcode = 1 ]
+ Property [ public $flags = 1 ]
+ Property [ public $finish = NULL ]
}
- Methods [1] {
- Method [ <internal:swoole> public method __toString ] {
+ Method [ <internal:swoole, prototype Stringable> public method __toString ] {
- Parameters [0] {
}
@@ -8019,7 +8511,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
}
- Class [ <internal:swoole> class Swoole\WebSocket\CloseFrame extends Swoole\WebSocket\Frame ] {
+ Class [ <internal:swoole> class Swoole\WebSocket\CloseFrame extends Swoole\WebSocket\Frame implements Stringable ] {
- Constants [0] {
}
@@ -8032,8 +8524,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $opcode ]
- Parameter #2 [ <optional> $flags ]
+ Parameter #1 [ <optional> $opcode = <default> ]
+ Parameter #2 [ <optional> $flags = <default> ]
}
}
@@ -8046,17 +8538,17 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
}
- Properties [7] {
- 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 ]
+ 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 = '' ]
}
- Methods [1] {
- Method [ <internal:swoole, inherits Swoole\WebSocket\Frame> public method __toString ] {
+ Method [ <internal:swoole, inherits Swoole\WebSocket\Frame, prototype Stringable> public method __toString ] {
- Parameters [0] {
}
@@ -8085,26 +8577,26 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $type ]
- Parameter #1 [ <optional> $value ]
+ Parameter #1 [ <optional> $value = <default> ]
}
}
}
- Properties [14] {
- 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 ]
+ 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 ]
}
- Methods [51] {
@@ -8127,13 +8619,13 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $host ]
- Parameter #1 [ <optional> $port ]
- Parameter #2 [ <optional> $mode ]
- Parameter #3 [ <optional> $sock_type ]
+ Parameter #1 [ <optional> $port = <default> ]
+ Parameter #2 [ <optional> $mode = <default> ]
+ Parameter #3 [ <optional> $sock_type = <default> ]
}
}
- Method [ <internal:swoole, inherits Swoole\Server, dtor> public method __destruct ] {
+ Method [ <internal:swoole, inherits Swoole\Server> public method __destruct ] {
- Parameters [0] {
}
@@ -8190,7 +8682,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $fd ]
Parameter #1 [ <required> $send_data ]
- Parameter #2 [ <optional> $server_socket ]
+ Parameter #2 [ <optional> $server_socket = <default> ]
}
}
@@ -8200,7 +8692,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #0 [ <required> $ip ]
Parameter #1 [ <required> $port ]
Parameter #2 [ <required> $send_data ]
- Parameter #3 [ <optional> $server_socket ]
+ Parameter #3 [ <optional> $server_socket = <default> ]
}
}
@@ -8230,7 +8722,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $is_protected ]
+ Parameter #1 [ <optional> $is_protected = <default> ]
}
}
@@ -8239,8 +8731,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [4] {
Parameter #0 [ <required> $conn_fd ]
Parameter #1 [ <required> $filename ]
- Parameter #2 [ <optional> $offset ]
- Parameter #3 [ <optional> $length ]
+ Parameter #2 [ <optional> $offset = <default> ]
+ Parameter #3 [ <optional> $length = <default> ]
}
}
@@ -8248,7 +8740,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reset ]
+ Parameter #1 [ <optional> $reset = <default> ]
}
}
@@ -8277,8 +8769,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $worker_id ]
- Parameter #2 [ <optional> callable or NULL $finish_callback ]
+ Parameter #1 [ <optional> $worker_id = <default> ]
+ Parameter #2 [ <optional> ?callable $finish_callback = <default> ]
}
}
@@ -8286,8 +8778,8 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [3] {
Parameter #0 [ <required> $data ]
- Parameter #1 [ <optional> $timeout ]
- Parameter #2 [ <optional> $worker_id ]
+ Parameter #1 [ <optional> $timeout = <default> ]
+ Parameter #2 [ <optional> $worker_id = <default> ]
}
}
@@ -8295,7 +8787,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -8303,7 +8795,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> array $tasks ]
- Parameter #1 [ <optional> $timeout ]
+ Parameter #1 [ <optional> $timeout = <default> ]
}
}
@@ -8329,7 +8821,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method stop ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
@@ -8350,7 +8842,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id ]
+ Parameter #1 [ <optional> $reactor_id = <default> ]
}
}
@@ -8358,7 +8850,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count ]
+ Parameter #1 [ <optional> $find_count = <default> ]
}
}
@@ -8371,14 +8863,14 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method getWorkerPid ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
Method [ <internal:swoole, inherits Swoole\Server> public method getWorkerStatus ] {
- Parameters [1] {
- Parameter #0 [ <optional> $worker_id ]
+ Parameter #0 [ <optional> $worker_id = <default> ]
}
}
@@ -8398,7 +8890,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $fd ]
- Parameter #1 [ <optional> $reactor_id ]
+ Parameter #1 [ <optional> $reactor_id = <default> ]
}
}
@@ -8406,7 +8898,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
- Parameters [2] {
Parameter #0 [ <required> $start_fd ]
- Parameter #1 [ <optional> $find_count ]
+ Parameter #1 [ <optional> $find_count = <default> ]
}
}
@@ -8425,7 +8917,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Parameter #1 [ <required> $process_id ]
Parameter #2 [ <required> $process_type ]
Parameter #3 [ <required> $data ]
- Parameter #4 [ <optional> $json_encode ]
+ Parameter #4 [ <optional> $json_encode = <default> ]
}
}
@@ -8454,7 +8946,7 @@ Extension [ <persistent> extension #162 swoole version 4.8.2 ] {
Method [ <internal:swoole, inherits Swoole\Server> public method getSocket ] {
- Parameters [1] {
- Parameter #0 [ <optional> $port ]
+ Parameter #0 [ <optional> $port = <default> ]
}
}