diff options
author | Remi Collet <remi@remirepo.net> | 2018-10-16 07:49:35 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-10-16 07:49:35 +0200 |
commit | 0cb9fc59fb7ad6568a3afa765227ca1d4efe59f3 (patch) | |
tree | 62d2a23bb0c68717140d28df0c657e04ec7a441b /REFLECTION | |
parent | cee005f20fdf822f3344fb9e2571cc514dbb7e55 (diff) |
v4.2.3
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #147 swoole version 4.2.2 ] { +Extension [ <persistent> extension #146 swoole version 4.2.3 ] { - INI { Entry [ swoole.enable_coroutine <ALL> ] @@ -69,7 +69,7 @@ Extension [ <persistent> extension #147 swoole version 4.2.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.2.2 } + Constant [ string SWOOLE_VERSION ] { 4.2.3 } Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } @@ -3524,7 +3524,7 @@ Extension [ <persistent> extension #147 swoole version 4.2.2 ] { - Static properties [0] { } - - Static methods [18] { + - Static methods [19] { Method [ <internal:swoole> static public method create ] { - Parameters [1] { @@ -3643,6 +3643,13 @@ Extension [ <persistent> extension #147 swoole version 4.2.2 ] { } } + Method [ <internal:swoole> static public method statvfs ] { + + - Parameters [1] { + Parameter #0 [ <required> $path ] + } + } + Method [ <internal:swoole> static public method getBackTrace ] { - Parameters [3] { |