summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION173
1 files changed, 157 insertions, 16 deletions
diff --git a/REFLECTION b/REFLECTION
index b29a7a7..9801493 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #120 swoole version 6.1.5 ] {
+Extension [ <persistent> extension #120 swoole version 6.2.0RC1 ] {
- Dependencies {
Dependency [ json (Required) ]
@@ -24,18 +24,30 @@ Extension [ <persistent> extension #120 swoole version 6.1.5 ] {
Entry [ swoole.use_shortname <SYSTEM> ]
Current = 'On'
}
- Entry [ swoole.unixsock_buffer_size <ALL> ]
+ Entry [ swoole.socket_buffer_size <ALL> ]
Current = '8388608'
}
+ Entry [ swoole.blocking_detection <SYSTEM> ]
+ Current = 'Off'
+ }
+ Entry [ swoole.blocking_threshold <SYSTEM> ]
+ Current = '100000'
+ }
+ Entry [ swoole.profile <SYSTEM> ]
+ Current = 'Off'
+ }
+ Entry [ swoole.leak_detection <SYSTEM> ]
+ Current = 'Off'
+ }
}
- - Constants [416] {
- Constant [ <persistent> string SWOOLE_VERSION ] { 6.1.5 }
- Constant [ <persistent> int SWOOLE_VERSION_ID ] { 60105 }
+ - Constants [417] {
+ Constant [ <persistent> string SWOOLE_VERSION ] { 6.2.0RC1 }
+ Constant [ <persistent> int SWOOLE_VERSION_ID ] { 60200 }
Constant [ <persistent> int SWOOLE_MAJOR_VERSION ] { 6 }
- Constant [ <persistent> int SWOOLE_MINOR_VERSION ] { 1 }
- Constant [ <persistent> int SWOOLE_RELEASE_VERSION ] { 5 }
- Constant [ <persistent> string SWOOLE_EXTRA_VERSION ] { }
+ Constant [ <persistent> int SWOOLE_MINOR_VERSION ] { 2 }
+ Constant [ <persistent> int SWOOLE_RELEASE_VERSION ] { 0 }
+ Constant [ <persistent> string SWOOLE_EXTRA_VERSION ] { RC1 }
Constant [ <persistent> bool SWOOLE_DEBUG ] { }
Constant [ <persistent> bool SWOOLE_HAVE_COMPRESSION ] { 1 }
Constant [ <persistent> bool SWOOLE_HAVE_ZLIB ] { 1 }
@@ -258,7 +270,9 @@ Extension [ <persistent> extension #120 swoole version 6.1.5 ] {
Constant [ <persistent> int SWOOLE_TRACE_CO_ODBC ] { 8589934592 }
Constant [ <persistent> int SWOOLE_TRACE_CO_ORACLE ] { 17179869184 }
Constant [ <persistent> int SWOOLE_TRACE_CO_SQLITE ] { 34359738368 }
- Constant [ <persistent> int SWOOLE_TRACE_THREAD ] { 68719476736 }
+ Constant [ <persistent> int SWOOLE_TRACE_CO_FIREBIRD ] { 68719476736 }
+ Constant [ <persistent> int SWOOLE_TRACE_CO_SSH2 ] { 137438953472 }
+ Constant [ <persistent> int SWOOLE_TRACE_THREAD ] { 1099511627776 }
Constant [ <persistent> int SWOOLE_TRACE_ALL ] { 9223372036854775807 }
Constant [ <persistent> int SWOOLE_LOG_DEBUG ] { 0 }
Constant [ <persistent> int SWOOLE_LOG_TRACE ] { 1 }
@@ -276,8 +290,6 @@ Extension [ <persistent> extension #120 swoole version 6.1.5 ] {
Constant [ <persistent> int SWOOLE_IPC_UNIXSOCK ] { 1 }
Constant [ <persistent> int SWOOLE_IPC_SOCKET ] { 3 }
Constant [ <persistent> int SWOOLE_IOV_MAX ] { 1024 }
- Constant [ <persistent> int SWOOLE_IOURING_DEFAULT ] { 0 }
- Constant [ <persistent> int SWOOLE_IOURING_SQPOLL ] { 2 }
Constant [ <persistent> int SWOOLE_MUTEX ] { 3 }
Constant [ <persistent> int SWOOLE_RWLOCK ] { 1 }
Constant [ <persistent> int SWOOLE_SPINLOCK ] { 5 }
@@ -314,12 +326,13 @@ Extension [ <persistent> extension #120 swoole version 6.1.5 ] {
Constant [ <persistent> int SWOOLE_HOOK_PROC ] { 1024 }
Constant [ <persistent> int SWOOLE_HOOK_CURL ] { 2048 }
Constant [ <persistent> int SWOOLE_HOOK_NATIVE_CURL ] { 4096 }
- Constant [ <persistent> int SWOOLE_HOOK_BLOCKING_FUNCTION ] { 8192 }
Constant [ <persistent> int SWOOLE_HOOK_SOCKETS ] { 16384 }
Constant [ <persistent> int SWOOLE_HOOK_PDO_PGSQL ] { 65536 }
Constant [ <persistent> int SWOOLE_HOOK_PDO_ODBC ] { 131072 }
Constant [ <persistent> int SWOOLE_HOOK_PDO_SQLITE ] { 524288 }
- Constant [ <persistent> int SWOOLE_HOOK_ALL ] { 2147481599 }
+ Constant [ <persistent> int SWOOLE_HOOK_NET_FUNCTION ] { 2097152 }
+ Constant [ <persistent> int SWOOLE_HOOK_MONGODB ] { 4194304 }
+ Constant [ <persistent> int SWOOLE_HOOK_ALL ] { 2143287295 }
Constant [ <persistent> int SOCKET_ECANCELED ] { 125 }
Constant [ <persistent> int TCP_INFO ] { 11 }
Constant [ <persistent> int SWOOLE_SYNC ] { 2048 }
@@ -544,7 +557,8 @@ Extension [ <persistent> extension #120 swoole version 6.1.5 ] {
}
Function [ <internal:swoole> function swoole_get_local_ip ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $family = 2 ]
}
- Return [ array ]
}
@@ -933,6 +947,27 @@ Extension [ <persistent> extension #120 swoole version 6.1.5 ] {
}
- Return [ array ]
}
+ Function [ <internal:swoole> function swoole_tracer_leak_detect ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> int $threshold = 64 ]
+ }
+ - Return [ void ]
+ }
+ Function [ <internal:swoole> function swoole_tracer_prof_begin ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> ?array $options = null ]
+ }
+ - Return [ bool ]
+ }
+ Function [ <internal:swoole> function swoole_tracer_prof_end ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> string $output_file ]
+ }
+ - Return [ bool ]
+ }
Function [ <internal:swoole> function go ] {
- Parameters [1] {
@@ -1031,6 +1066,12 @@ Extension [ <persistent> extension #120 swoole version 6.1.5 ] {
}
- Return [ void ]
}
+ Function [ <internal:swoole> function swoole_event_rshutdown ] {
+
+ - Parameters [0] {
+ }
+ - Return [ void ]
+ }
Function [ <internal:swoole> function swoole_timer_after ] {
- Parameters [2] {
@@ -1269,7 +1310,7 @@ Extension [ <persistent> extension #120 swoole version 6.1.5 ] {
}
}
- - Classes [53] {
+ - Classes [54] {
Class [ <internal:swoole> class Swoole\Exception extends Exception implements Throwable, Stringable ] {
- Constants [0] {
@@ -2623,7 +2664,7 @@ Extension [ <persistent> extension #120 swoole version 6.1.5 ] {
- Static properties [0] {
}
- - Static methods [37] {
+ - Static methods [38] {
Method [ <internal:swoole> static public method create ] {
- Parameters [2] {
@@ -2696,6 +2737,14 @@ Extension [ <persistent> extension #120 swoole version 6.1.5 ] {
- Return [ bool ]
}
+ Method [ <internal:swoole> static public method setTimeLimit ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> float $timeout ]
+ }
+ - Return [ bool ]
+ }
+
Method [ <internal:swoole> static public method suspend ] {
- Parameters [0] {
@@ -3574,6 +3623,98 @@ Extension [ <persistent> extension #120 swoole version 6.1.5 ] {
}
}
+ Class [ <internal:swoole> final class Swoole\Coroutine\TimeoutException extends Exception implements Throwable, Stringable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ protected $message = '' ]
+ Property [ protected $code = 0 ]
+ Property [ protected string $file = '' ]
+ Property [ protected int $line = 0 ]
+ }
+
+ - Methods [10] {
+ Method [ <internal:Core, inherits Exception, ctor> public method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> string $message = "" ]
+ Parameter #1 [ <optional> int $code = 0 ]
+ Parameter #2 [ <optional> ?Throwable $previous = null ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __wakeup ] {
+
+ - Parameters [0] {
+ }
+ - Tentative return [ void ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] {
+
+ - Parameters [0] {
+ }
+ - Return [ int ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] {
+
+ - Parameters [0] {
+ }
+ - Return [ array ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] {
+
+ - Parameters [0] {
+ }
+ - Return [ ?Throwable ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+
+ Method [ <internal:Core, inherits Exception, prototype Stringable> public method __toString ] {
+
+ - Parameters [0] {
+ }
+ - Return [ string ]
+ }
+ }
+ }
+
Class [ <internal:swoole> class Swoole\Coroutine\System ] {
- Constants [0] {