summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION271
1 files changed, 242 insertions, 29 deletions
diff --git a/REFLECTION b/REFLECTION
index 596f9b9..7025bed 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
+Extension [ <persistent> extension #143 swoole version 2.0.10 ] {
- INI {
Entry [ swoole.aio_thread_num <ALL> ]
@@ -18,7 +18,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
}
}
- - Constants [68] {
+ - Constants [70] {
Constant [ integer SWOOLE_BASE ] { 4 }
Constant [ integer SWOOLE_THREAD ] { 2 }
Constant [ integer SWOOLE_PROCESS ] { 3 }
@@ -63,7 +63,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Constant [ integer SWOOLE_DTLSv1_CLIENT_METHOD ] { 17 }
Constant [ integer SWOOLE_EVENT_READ ] { 512 }
Constant [ integer SWOOLE_EVENT_WRITE ] { 1024 }
- Constant [ string SWOOLE_VERSION ] { 2.0.9 }
+ Constant [ string SWOOLE_VERSION ] { 2.0.10 }
Constant [ integer SWOOLE_REDIS_MODE_MULTI ] { 0 }
Constant [ integer SWOOLE_REDIS_MODE_PIPELINE ] { 1 }
Constant [ integer SWOOLE_REDIS_TYPE_NOT_FOUND ] { 0 }
@@ -87,6 +87,8 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Constant [ integer WEBSOCKET_STATUS_FRAME ] { 3 }
Constant [ integer WEBSOCKET_STATUS_ACTIVE ] { 3 }
Constant [ integer SWOOLE_FAST_PACK ] { 1 }
+ Constant [ integer UNSERIALIZE_OBJECT_TO_ARRAY ] { 1 }
+ Constant [ integer UNSERIALIZE_OBJECT_TO_STDCLASS ] { 2 }
}
- Functions {
@@ -152,6 +154,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Parameter #0 [ <required> $callback ]
}
}
+ Function [ <internal:swoole> function swoole_event_cycle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $callback ]
+ }
+ }
Function [ <internal:swoole> function swoole_timer_after ] {
- Parameters [3] {
@@ -222,8 +230,8 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Function [ <internal:swoole> function swoole_async_dns_lookup ] {
- Parameters [2] {
- Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <required> $content ]
+ Parameter #0 [ <required> $hostname ]
+ Parameter #1 [ <required> $callback ]
}
}
Function [ <internal:swoole> function swoole_async_dns_lookup_coro ] {
@@ -279,7 +287,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
}
}
- - Classes [35] {
+ - Classes [36] {
Class [ <internal:swoole> class Swoole\Server ] {
- Constants [0] {
@@ -323,7 +331,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Property [ <default> public $worker_pid ]
}
- - Methods [40] {
+ - Methods [42] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [4] {
@@ -631,6 +639,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Parameter #1 [ <required> $uid ]
}
}
+
+ Method [ <internal:swoole> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole> public method __wakeup ] {
+ }
}
}
@@ -690,7 +704,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
- Static properties [0] {
}
- - Static methods [7] {
+ - Static methods [8] {
Method [ <internal:swoole> static public method add ] {
- Parameters [4] {
@@ -744,6 +758,13 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Parameter #0 [ <required> $callback ]
}
}
+
+ Method [ <internal:swoole> static public method cycle ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $callback ]
+ }
+ }
}
- Properties [0] {
@@ -761,7 +782,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
- Static properties [0] {
}
- - Static methods [7] {
+ - Static methods [8] {
Method [ <internal:swoole> static public method read ] {
- Parameters [4] {
@@ -803,8 +824,8 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Method [ <internal:swoole> static public method dnsLookup ] {
- Parameters [2] {
- Parameter #0 [ <required> $domain_name ]
- Parameter #1 [ <required> $content ]
+ Parameter #0 [ <required> $hostname ]
+ Parameter #1 [ <required> $callback ]
}
}
@@ -821,6 +842,14 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Parameter #0 [ <required> array $settings ]
}
}
+
+ Method [ <internal:swoole> static public method exec ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $command ]
+ Parameter #1 [ <required> $callback ]
+ }
+ }
}
- Properties [0] {
@@ -998,7 +1027,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Property [ <default> public $setting ]
}
- - Methods [5] {
+ - Methods [7] {
Method [ <internal:swoole, ctor> private method __construct ] {
- Parameters [0] {
@@ -1026,6 +1055,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
}
}
+ Method [ <internal:swoole> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole> public method __wakeup ] {
+ }
+
Method [ <internal:swoole> public method getSocket ] {
- Parameters [0] {
@@ -1238,12 +1273,14 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
- Static methods [0] {
}
- - Properties [2] {
+ - Properties [4] {
Property [ <default> public $errCode ]
Property [ <default> public $sock ]
+ Property [ <default> public $type ]
+ Property [ <default> public $setting ]
}
- - Methods [16] {
+ - Methods [18] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
@@ -1347,6 +1384,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
}
}
+ Method [ <internal:swoole> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole> public method __wakeup ] {
+ }
+
Method [ <internal:swoole> public method getSocket ] {
- Parameters [0] {
@@ -1366,12 +1409,16 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
- Static methods [0] {
}
- - Properties [2] {
+ - Properties [6] {
+ Property [ <default> public $setting ]
+ Property [ <default> public $host ]
+ Property [ <default> public $port ]
+ Property [ <default> public $sock ]
Property [ <default> public $errCode ]
Property [ <default> public $errMsg ]
}
- - Methods [151] {
+ - Methods [153] {
Method [ <internal:swoole, ctor> public method __construct ] {
}
@@ -1824,6 +1871,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Method [ <internal:swoole> public method script ] {
}
+
+ Method [ <internal:swoole> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole> public method __wakeup ] {
+ }
}
}
@@ -1850,7 +1903,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Property [ <default> public $errno ]
}
- - Methods [9] {
+ - Methods [14] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [0] {
@@ -1892,6 +1945,24 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
}
}
+ Method [ <internal:swoole> public method begin ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:swoole> public method commit ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:swoole> public method rollback ] {
+
+ - Parameters [0] {
+ }
+ }
+
Method [ <internal:swoole> public method setDefer ] {
- Parameters [1] {
@@ -1910,6 +1981,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
- Parameters [0] {
}
}
+
+ Method [ <internal:swoole> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole> public method __wakeup ] {
+ }
}
}
@@ -1981,12 +2058,22 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
- Static methods [0] {
}
- - Properties [2] {
+ - Properties [12] {
+ Property [ <default> public $type ]
Property [ <default> public $errCode ]
- Property [ <default> public $sock ]
+ Property [ <default> public $statusCode ]
+ Property [ <default> public $host ]
+ Property [ <default> public $port ]
+ Property [ <default> public $requestMethod ]
+ Property [ <default> public $requestHeaders ]
+ Property [ <default> public $requestBody ]
+ Property [ <default> public $uploadFiles ]
+ Property [ <default> public $headers ]
+ Property [ <default> public $cookies ]
+ Property [ <default> public $body ]
}
- - Methods [16] {
+ - Methods [18] {
Method [ <internal:swoole, ctor> public method __construct ] {
}
@@ -2034,6 +2121,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Method [ <internal:swoole> public method recv ] {
}
+
+ Method [ <internal:swoole> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole> public method __wakeup ] {
+ }
}
}
@@ -2317,7 +2410,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Property [ <default> public $id ]
}
- - Methods [14] {
+ - Methods [15] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [3] {
@@ -2333,6 +2426,13 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
}
}
+ Method [ <internal:swoole> public method setTimeout ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $seconds ]
+ }
+ }
+
Method [ <internal:swoole> public method useQueue ] {
- Parameters [2] {
@@ -2434,7 +2534,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
- Properties [0] {
}
- - Methods [21] {
+ - Methods [23] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [2] {
@@ -2553,6 +2653,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
}
}
+ Method [ <internal:swoole> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole> public method __wakeup ] {
+ }
+
Method [ <internal:swoole, prototype Iterator> public method rewind ] {
- Parameters [0] {
@@ -2726,7 +2832,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
- Properties [0] {
}
- - Methods [8] {
+ - Methods [10] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
@@ -2782,6 +2888,77 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Parameter #1 [ <required> $new_value ]
}
}
+
+ Method [ <internal:swoole> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole> public method __wakeup ] {
+ }
+ }
+ }
+
+ Class [ <internal:swoole> class Swoole\Atomic\Long ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [8] {
+ Method [ <internal:swoole, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $value ]
+ }
+ }
+
+ Method [ <internal:swoole> public method add ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $add_value ]
+ }
+ }
+
+ Method [ <internal:swoole> public method sub ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $sub_value ]
+ }
+ }
+
+ Method [ <internal:swoole> public method get ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:swoole> public method set ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:swoole> public method cmpset ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $cmp_value ]
+ Parameter #1 [ <required> $new_value ]
+ }
+ }
+
+ Method [ <internal:swoole> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole> public method __wakeup ] {
+ }
}
}
@@ -2830,7 +3007,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Property [ <default> public $setting ]
}
- - Methods [40] {
+ - Methods [42] {
Method [ <internal:swoole, overwrites Swoole\Server, prototype Swoole\Server> public method on ] {
- Parameters [2] {
@@ -2845,6 +3022,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
}
}
+ Method [ <internal:swoole, overwrites Swoole\Server, prototype Swoole\Server> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole, overwrites Swoole\Server, prototype Swoole\Server> public method __wakeup ] {
+ }
+
Method [ <internal:swoole, inherits Swoole\Server, ctor> public method __construct ] {
- Parameters [4] {
@@ -3159,7 +3342,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Property [ <default> public $trailer ]
}
- - Methods [11] {
+ - Methods [13] {
Method [ <internal:swoole> public method initHeader ] {
- Parameters [0] {
@@ -3247,6 +3430,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
}
}
+ Method [ <internal:swoole> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole> public method __wakeup ] {
+ }
+
Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
@@ -3278,13 +3467,19 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Property [ <default> public $tmpfiles ]
}
- - Methods [2] {
+ - Methods [4] {
Method [ <internal:swoole> public method rawcontent ] {
- Parameters [0] {
}
}
+ Method [ <internal:swoole> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole> public method __wakeup ] {
+ }
+
Method [ <internal:swoole, dtor> public method __destruct ] {
- Parameters [0] {
@@ -3307,7 +3502,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
- Properties [0] {
}
- - Methods [10] {
+ - Methods [12] {
Method [ <internal:swoole, ctor> public method __construct ] {
- Parameters [1] {
@@ -3377,6 +3572,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
- Parameters [0] {
}
}
+
+ Method [ <internal:swoole> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole> public method __wakeup ] {
+ }
}
}
@@ -3441,7 +3642,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Property [ <default> public $setting ]
}
- - Methods [41] {
+ - Methods [43] {
Method [ <internal:swoole, overwrites Swoole\Http\Server, prototype Swoole\Server> public method on ] {
- Parameters [2] {
@@ -3473,6 +3674,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
}
}
+ Method [ <internal:swoole, inherits Swoole\Http\Server, prototype Swoole\Server> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole, inherits Swoole\Http\Server, prototype Swoole\Server> public method __wakeup ] {
+ }
+
Method [ <internal:swoole, inherits Swoole\Server, ctor> public method __construct ] {
- Parameters [4] {
@@ -4431,7 +4638,7 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Property [ <default> public $worker_pid ]
}
- - Methods [41] {
+ - Methods [43] {
Method [ <internal:swoole, overwrites Swoole\Server, prototype Swoole\Server> public method start ] {
- Parameters [0] {
@@ -4749,6 +4956,12 @@ Extension [ <persistent> extension #138 swoole version 2.0.9 ] {
Parameter #1 [ <required> $uid ]
}
}
+
+ Method [ <internal:swoole, inherits Swoole\Server> public method __sleep ] {
+ }
+
+ Method [ <internal:swoole, inherits Swoole\Server> public method __wakeup ] {
+ }
}
}
}