summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION218
1 files changed, 215 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 4ed19fb..828b3db 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #80 swoole version 1.9.6 ] {
+Extension [ <persistent> extension #80 swoole version 1.9.8 ] {
- INI {
Entry [ swoole.aio_thread_num <ALL> ]
@@ -63,7 +63,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.6 ] {
Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 }
Constant [ integer SWOOLE_EVENT_READ ] { 512 }
Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 }
- Constant [ string SWOOLE_VERSION ] { 1.9.6 }
+ Constant [ string SWOOLE_VERSION ] { 1.9.8 }
Constant [ integer SWOOLE_AIO_BASE ] { 0 }
Constant [ integer SWOOLE_AIO_LINUX ] { 1 }
Constant [ integer SWOOLE_FILELOCK ] { 2 }
@@ -262,7 +262,7 @@ Extension [ <persistent> extension #80 swoole version 1.9.6 ] {
}
}
- - Classes [27] {
+ - Classes [29] {
Class [ <internal:swoole> class swoole_server ] {
- Constants [0] {
@@ -2789,6 +2789,218 @@ Extension [ <persistent> extension #80 swoole version 1.9.6 ] {
}
}
+ Class [ <internal:swoole> class swoole_http2_client extends swoole_client ] {
+
+ - Constants [4] {
+ Constant [ integer MSG_OOB ] { 1 }
+ Constant [ integer MSG_PEEK ] { 2 }
+ Constant [ integer MSG_DONTWAIT ] { 64 }
+ Constant [ integer MSG_WAITALL ] { 256 }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> public $errCode ]
+ Property [ <default> public $sock ]
+ Property [ <default> public $reuse ]
+ Property [ <default> public $reuseCount ]
+ }
+
+ - Methods [30] {
+ Method [ <internal:swoole, overwrites swoole_client, ctor> public method __construct ] {
+ }
+
+ Method [ <internal:swoole, overwrites swoole_client, prototype swoole_client, dtor> public method __destruct ] {
+ }
+
+ Method [ <internal:swoole> public method setHeaders ] {
+ }
+
+ Method [ <internal:swoole> public method setCookies ] {
+ }
+
+ Method [ <internal:swoole> public method get ] {
+ }
+
+ Method [ <internal:swoole> public method post ] {
+ }
+
+ Method [ <internal:swoole> public method onConnect ] {
+ }
+
+ Method [ <internal:swoole> public method onError ] {
+ }
+
+ Method [ <internal:swoole> public method onReceive ] {
+ }
+
+ Method [ <internal:swoole> public method onClose ] {
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method set ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> array $settings ]
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method connect ] {
+
+ - Parameters [4] {
+ Parameter #0 [ <required> $host ]
+ Parameter #1 [ <optional> $port ]
+ Parameter #2 [ <optional> $timeout ]
+ Parameter #3 [ <optional> $sock_flag ]
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method recv ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <optional> $size ]
+ Parameter #1 [ <optional> $flag ]
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method send ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $data ]
+ Parameter #1 [ <optional> $flag ]
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method pipe ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $dst_socket ]
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method sendfile ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $filename ]
+ Parameter #1 [ <optional> $offset ]
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method sendto ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $ip ]
+ Parameter #1 [ <required> $port ]
+ Parameter #2 [ <required> $data ]
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method sleep ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method wakeup ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method pause ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method resume ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method enableSSL ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $callback ]
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method getPeerCert ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method verifyPeerCert ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method isConnected ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method getsockname ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method getpeername ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method close ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $force ]
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method on ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $event_name ]
+ Parameter #1 [ <required> $callback ]
+ }
+ }
+
+ Method [ <internal:swoole, inherits swoole_client> public method getSocket ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:swoole> class swoole_http2_response ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
Class [ <internal:swoole> class swoole_serialize ] {
- Constants [0] {