summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION107
1 files changed, 54 insertions, 53 deletions
diff --git a/REFLECTION b/REFLECTION
index 4cfdac9..daa24a6 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #153 swoole version 4.4.0 ] {
+Extension [ <persistent> extension #153 swoole version 4.4.1 ] {
- INI {
Entry [ swoole.enable_coroutine <ALL> ]
@@ -22,11 +22,11 @@ Extension [ <persistent> extension #153 swoole version 4.4.0 ] {
}
- Constants [311] {
- Constant [ string SWOOLE_VERSION ] { 4.4.0 }
- Constant [ integer SWOOLE_VERSION_ID ] { 40400 }
+ Constant [ string SWOOLE_VERSION ] { 4.4.1 }
+ Constant [ integer SWOOLE_VERSION_ID ] { 40401 }
Constant [ integer SWOOLE_MAJOR_VERSION ] { 4 }
Constant [ integer SWOOLE_MINOR_VERSION ] { 4 }
- Constant [ integer SWOOLE_RELEASE_VERSION ] { 0 }
+ Constant [ integer SWOOLE_RELEASE_VERSION ] { 1 }
Constant [ string SWOOLE_EXTRA_VERSION ] { }
Constant [ boolean SWOOLE_DEBUG ] { }
Constant [ integer SWOOLE_BASE ] { 1 }
@@ -1915,7 +1915,8 @@ Extension [ <persistent> extension #153 swoole version 4.4.0 ] {
Method [ <internal:swoole> static public method getPcid ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <optional> $cid ]
}
}
@@ -2392,54 +2393,6 @@ Extension [ <persistent> extension #153 swoole version 4.4.0 ] {
}
}
- Class [ <internal:swoole> final class Swoole\Coroutine\Scheduler ] {
-
- - Constants [0] {
- }
-
- - Static properties [0] {
- }
-
- - Static methods [0] {
- }
-
- - Properties [1] {
- Property [ <default> private $_list ]
- }
-
- - Methods [4] {
- Method [ <internal:swoole> public method add ] {
-
- - Parameters [2] {
- Parameter #0 [ <required> callable $func ]
- Parameter #1 [ <optional> ...$params ]
- }
- }
-
- Method [ <internal:swoole> public method parallel ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> $n ]
- Parameter #1 [ <optional> callable $func ]
- Parameter #2 [ <optional> ...$params ]
- }
- }
-
- Method [ <internal:swoole> public method set ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> array $settings ]
- }
- }
-
- Method [ <internal:swoole> public method start ] {
-
- - Parameters [0] {
- }
- }
- }
- }
-
Class [ <internal:swoole> class Swoole\ExitException extends Swoole\Exception implements Throwable ] {
- Constants [0] {
@@ -2511,6 +2464,54 @@ Extension [ <persistent> extension #153 swoole version 4.4.0 ] {
}
}
+ Class [ <internal:swoole> final class Swoole\Coroutine\Scheduler ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> private $_list ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:swoole> public method add ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> callable $func ]
+ Parameter #1 [ <optional> ...$params ]
+ }
+ }
+
+ Method [ <internal:swoole> public method parallel ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $n ]
+ Parameter #1 [ <optional> callable $func ]
+ Parameter #2 [ <optional> ...$params ]
+ }
+ }
+
+ Method [ <internal:swoole> public method set ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $settings ]
+ }
+ }
+
+ Method [ <internal:swoole> public method start ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
Class [ <internal:swoole> class Swoole\Coroutine\Channel ] {
- Constants [0] {