summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION55
1 files changed, 32 insertions, 23 deletions
diff --git a/REFLECTION b/REFLECTION
index 69d56f1..d289682 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #147 swoole version 4.0.2 ] {
+Extension [ <persistent> extension #147 swoole version 4.0.3 ] {
- INI {
Entry [ swoole.aio_thread_num <ALL> ]
@@ -66,7 +66,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.2 ] {
Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 }
Constant [ integer SWOOLE_EVENT_READ ] { 512 }
Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 }
- Constant [ string SWOOLE_VERSION ] { 4.0.2 }
+ Constant [ string SWOOLE_VERSION ] { 4.0.3 }
Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 }
Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 }
Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 }
@@ -4679,7 +4679,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.2 ] {
Property [ <default> public $setting ]
}
- - Methods [44] {
+ - Methods [45] {
Method [ <internal:swoole, overwrites Swoole\Http\Server, prototype Swoole\Server> public method on ] {
- Parameters [2] {
@@ -4698,6 +4698,15 @@ Extension [ <persistent> extension #147 swoole version 4.0.2 ] {
}
}
+ Method [ <internal:swoole> public method disconnect ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $fd ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $reason ]
+ }
+ }
+
Method [ <internal:swoole, overwrites Swoole\Server, prototype Swoole\Server> public method exist ] {
- Parameters [1] {
@@ -5292,19 +5301,12 @@ Extension [ <persistent> extension #147 swoole version 4.0.2 ] {
- Static properties [0] {
}
- - Static methods [1] {
- Method [ <internal:swoole> static public method select ] {
-
- - Parameters [3] {
- Parameter #0 [ <required> array or NULL &$read_list ]
- Parameter #1 [ <required> array or NULL &$write_list ]
- Parameter #2 [ <optional> $timeout ]
- }
- }
+ - Static methods [0] {
}
- - Properties [1] {
+ - Properties [2] {
Property [ <default> public $capacity ]
+ Property [ <default> public $errCode ]
}
- Methods [9] {
@@ -5330,7 +5332,8 @@ Extension [ <persistent> extension #147 swoole version 4.0.2 ] {
Method [ <internal:swoole> public method pop ] {
- - Parameters [0] {
+ - Parameters [1] {
+ Parameter #0 [ <required> $timeout ]
}
}
@@ -5728,9 +5731,12 @@ Extension [ <persistent> extension #147 swoole version 4.0.2 ] {
- Static methods [0] {
}
- - Properties [4] {
+ - Properties [7] {
Property [ <default> public $errCode ]
Property [ <default> public $statusCode ]
+ Property [ <default> public $headers ]
+ Property [ <default> public $set_cookie_headers ]
+ Property [ <default> public $cookies ]
Property [ <default> public $body ]
Property [ <default> public $streamId ]
}
@@ -5798,12 +5804,6 @@ Extension [ <persistent> extension #147 swoole version 4.0.2 ] {
}
}
- Method [ <internal:swoole> public method recv ] {
-
- - Parameters [0] {
- }
- }
-
Method [ <internal:swoole> public method write ] {
- Parameters [3] {
@@ -5813,6 +5813,13 @@ Extension [ <persistent> extension #147 swoole version 4.0.2 ] {
}
}
+ Method [ <internal:swoole> public method recv ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $timeout ]
+ }
+ }
+
Method [ <internal:swoole> public method close ] {
- Parameters [0] {
@@ -5821,7 +5828,7 @@ Extension [ <persistent> extension #147 swoole version 4.0.2 ] {
}
}
- Class [ <internal:swoole> class Swoole\Coroutine\Http2\Request ] {
+ Class [ <internal:swoole> class Swoole\Http2\Request ] {
- Constants [0] {
}
@@ -5832,9 +5839,11 @@ Extension [ <persistent> extension #147 swoole version 4.0.2 ] {
- Static methods [0] {
}
- - Properties [5] {
+ - Properties [7] {
+ 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 [ <default> public $files ]