summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION89
1 files changed, 76 insertions, 13 deletions
diff --git a/REFLECTION b/REFLECTION
index 38f10f4..1f05c61 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #160 swoole version 1.7.21 ] {
+Extension [ <persistent> extension #166 swoole version 1.7.22 ] {
- INI {
Entry [ swoole.aio_thread_num <ALL> ]
@@ -15,7 +15,7 @@ Extension [ <persistent> extension #160 swoole version 1.7.21 ] {
}
}
- - Constants [44] {
+ - Constants [45] {
Constant [ integer SWOOLE_BASE ] { 4 }
Constant [ integer SWOOLE_THREAD ] { 2 }
Constant [ integer SWOOLE_PROCESS ] { 3 }
@@ -42,7 +42,7 @@ Extension [ <persistent> extension #160 swoole version 1.7.21 ] {
Constant [ integer SWOOLE_KEEP ] { 4096 }
Constant [ integer SWOOLE_EVENT_READ ] { 512 }
Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 }
- Constant [ string SWOOLE_VERSION ] { 1.7.21 }
+ Constant [ string SWOOLE_VERSION ] { 1.7.22 }
Constant [ integer SWOOLE_AIO_BASE ] { 0 }
Constant [ integer SWOOLE_AIO_GCC ] { 1 }
Constant [ integer SWOOLE_AIO_LINUX ] { 2 }
@@ -60,6 +60,7 @@ Extension [ <persistent> extension #160 swoole version 1.7.21 ] {
Constant [ integer WEBSOCKET_STATUS_CONNECTION ] { 1 }
Constant [ integer WEBSOCKET_STATUS_HANDSHAKE ] { 2 }
Constant [ integer WEBSOCKET_STATUS_FRAME ] { 3 }
+ Constant [ integer WEBSOCKET_STATUS_ACTIVE ] { 3 }
}
- Functions {
@@ -279,11 +280,23 @@ Extension [ <persistent> extension #160 swoole version 1.7.21 ] {
}
Function [ <internal:swoole> function swoole_errno ] {
}
+ Function [ <internal:swoole> function swoole_mysql_query ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $db_link ]
+ Parameter #1 [ <required> $sql ]
+ Parameter #2 [ <required> $callback ]
+ }
+ }
Function [ <internal:swoole> function swoole_get_mysqli_sock ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $db_link ]
+ }
}
}
- - Classes [13] {
+ - Classes [14] {
Class [ <internal:swoole> class swoole_server ] {
- Constants [0] {
@@ -589,7 +602,11 @@ Extension [ <persistent> extension #160 swoole version 1.7.21 ] {
Class [ <internal:swoole> class swoole_client ] {
- - Constants [0] {
+ - 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] {
@@ -654,6 +671,46 @@ Extension [ <persistent> extension #160 swoole version 1.7.21 ] {
}
}
+ Class [ <internal:swoole> class swoole_http_client ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ <default> public $errCode ]
+ Property [ <default> public $sock ]
+ }
+
+ - Methods [7] {
+ Method [ <internal:swoole, ctor> public method __construct ] {
+ }
+
+ Method [ <internal:swoole, dtor> public method __destruct ] {
+ }
+
+ Method [ <internal:swoole> public method set ] {
+ }
+
+ Method [ <internal:swoole> public method execute ] {
+ }
+
+ Method [ <internal:swoole> public method isConnected ] {
+ }
+
+ Method [ <internal:swoole> public method close ] {
+ }
+
+ Method [ <internal:swoole> public method on ] {
+ }
+ }
+ }
+
Class [ <internal:swoole> class swoole_process ] {
- Constants [0] {
@@ -738,7 +795,7 @@ Extension [ <persistent> extension #160 swoole version 1.7.21 ] {
- Properties [0] {
}
- - Methods [17] {
+ - Methods [18] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
@@ -761,6 +818,12 @@ Extension [ <persistent> extension #160 swoole version 1.7.21 ] {
}
}
+ Method [ <internal:swoole> public method destroy ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:swoole> public method set ] {
- Parameters [2] {
@@ -1317,6 +1380,13 @@ Extension [ <persistent> extension #160 swoole version 1.7.21 ] {
}
}
+ Method [ <internal:swoole, overwrites swoole_server, prototype swoole_server> public method exist ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $fd ]
+ }
+ }
+
Method [ <internal:swoole, inherits swoole_http_server> public method setglobal ] {
}
@@ -1366,13 +1436,6 @@ Extension [ <persistent> extension #160 swoole version 1.7.21 ] {
}
}
- Method [ <internal:swoole, inherits swoole_server> public method exist ] {
-
- - Parameters [1] {
- Parameter #0 [ <required> $conn_fd ]
- }
- }
-
Method [ <internal:swoole, inherits swoole_server> public method sendfile ] {
- Parameters [2] {