From d7cc019ab74b78db1d23a75cf0977a1a6f969478 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Mar 2017 09:15:43 +0100 Subject: php-pecl-swoole: 1.9.8 --- REFLECTION | 218 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 215 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 4ed19fb..828b3db 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #80 swoole version 1.9.6 ] { +Extension [ extension #80 swoole version 1.9.8 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -63,7 +63,7 @@ Extension [ 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 [ extension #80 swoole version 1.9.6 ] { } } - - Classes [27] { + - Classes [29] { Class [ class swoole_server ] { - Constants [0] { @@ -2789,6 +2789,218 @@ Extension [ extension #80 swoole version 1.9.6 ] { } } + Class [ 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 [ public $errCode ] + Property [ public $sock ] + Property [ public $reuse ] + Property [ public $reuseCount ] + } + + - Methods [30] { + Method [ public method __construct ] { + } + + Method [ public method __destruct ] { + } + + Method [ public method setHeaders ] { + } + + Method [ public method setCookies ] { + } + + Method [ public method get ] { + } + + Method [ public method post ] { + } + + Method [ public method onConnect ] { + } + + Method [ public method onError ] { + } + + Method [ public method onReceive ] { + } + + Method [ public method onClose ] { + } + + Method [ public method set ] { + + - Parameters [1] { + Parameter #0 [ array $settings ] + } + } + + Method [ public method connect ] { + + - Parameters [4] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $timeout ] + Parameter #3 [ $sock_flag ] + } + } + + Method [ public method recv ] { + + - Parameters [2] { + Parameter #0 [ $size ] + Parameter #1 [ $flag ] + } + } + + Method [ public method send ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $flag ] + } + } + + Method [ public method pipe ] { + + - Parameters [1] { + Parameter #0 [ $dst_socket ] + } + } + + Method [ public method sendfile ] { + + - Parameters [2] { + Parameter #0 [ $filename ] + Parameter #1 [ $offset ] + } + } + + Method [ public method sendto ] { + + - Parameters [3] { + Parameter #0 [ $ip ] + Parameter #1 [ $port ] + Parameter #2 [ $data ] + } + } + + Method [ public method sleep ] { + + - Parameters [0] { + } + } + + Method [ public method wakeup ] { + + - Parameters [0] { + } + } + + Method [ public method pause ] { + + - Parameters [0] { + } + } + + Method [ public method resume ] { + + - Parameters [0] { + } + } + + Method [ public method enableSSL ] { + + - Parameters [1] { + Parameter #0 [ $callback ] + } + } + + Method [ public method getPeerCert ] { + + - Parameters [0] { + } + } + + Method [ public method verifyPeerCert ] { + + - Parameters [0] { + } + } + + Method [ public method isConnected ] { + + - Parameters [0] { + } + } + + Method [ public method getsockname ] { + + - Parameters [0] { + } + } + + Method [ public method getpeername ] { + + - Parameters [0] { + } + } + + Method [ public method close ] { + + - Parameters [1] { + Parameter #0 [ $force ] + } + } + + Method [ public method on ] { + + - Parameters [2] { + Parameter #0 [ $event_name ] + Parameter #1 [ $callback ] + } + } + + Method [ public method getSocket ] { + + - Parameters [0] { + } + } + } + } + + Class [ class swoole_http2_response ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + Class [ class swoole_serialize ] { - Constants [0] { -- cgit