From 3adc3402377ad80f903f5718141a50779d936fd1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 9 Feb 2018 10:51:05 +0100 Subject: Update to 2.1.0 add swoole.use_shortname option in provided configuration --- REFLECTION | 770 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 745 insertions(+), 25 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 0eca469..232860d 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #143 swoole version 2.0.12 ] { +Extension [ extension #145 swoole version 2.1.0 ] { - INI { Entry [ swoole.aio_thread_num ] @@ -10,6 +10,9 @@ Extension [ extension #143 swoole version 2.0.12 ] { Entry [ swoole.use_namespace ] Current = 'On' } + Entry [ swoole.use_shortname ] + Current = 'On' + } Entry [ swoole.fast_serialize ] Current = 'Off' } @@ -18,7 +21,7 @@ Extension [ extension #143 swoole version 2.0.12 ] { } } - - Constants [70] { + - Constants [119] { Constant [ integer SWOOLE_BASE ] { 4 } Constant [ integer SWOOLE_THREAD ] { 2 } Constant [ integer SWOOLE_PROCESS ] { 3 } @@ -63,7 +66,56 @@ Extension [ extension #143 swoole version 2.0.12 ] { 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.12 } + Constant [ string SWOOLE_VERSION ] { 2.1.0 } + Constant [ integer SWOOLE_ERROR_MALLOC_FAIL ] { 501 } + Constant [ integer SWOOLE_ERROR_SYSTEM_CALL_FAIL ] { 502 } + Constant [ integer SWOOLE_ERROR_PHP_FATAL_ERROR ] { 503 } + Constant [ integer SWOOLE_ERROR_NAME_TOO_LONG ] { 504 } + Constant [ integer SWOOLE_ERROR_INVALID_PARAMS ] { 505 } + Constant [ integer SWOOLE_ERROR_FILE_NOT_EXIST ] { 700 } + Constant [ integer SWOOLE_ERROR_FILE_TOO_LARGE ] { 701 } + Constant [ integer SWOOLE_ERROR_FILE_EMPTY ] { 702 } + Constant [ integer SWOOLE_ERROR_DNSLOOKUP_DUPLICATE_REQUEST ] { 703 } + Constant [ integer SWOOLE_ERROR_DNSLOOKUP_RESOLVE_FAILED ] { 704 } + Constant [ integer SWOOLE_ERROR_SESSION_CLOSED_BY_SERVER ] { 1001 } + Constant [ integer SWOOLE_ERROR_SESSION_CLOSED_BY_CLIENT ] { 1002 } + Constant [ integer SWOOLE_ERROR_SESSION_CLOSING ] { 1003 } + Constant [ integer SWOOLE_ERROR_SESSION_CLOSED ] { 1004 } + Constant [ integer SWOOLE_ERROR_SESSION_NOT_EXIST ] { 1005 } + Constant [ integer SWOOLE_ERROR_SESSION_INVALID_ID ] { 1006 } + Constant [ integer SWOOLE_ERROR_SESSION_DISCARD_TIMEOUT_DATA ] { 1007 } + Constant [ integer SWOOLE_ERROR_OUTPUT_BUFFER_OVERFLOW ] { 1008 } + Constant [ integer SWOOLE_ERROR_SSL_NOT_READY ] { 1009 } + Constant [ integer SWOOLE_ERROR_SSL_CANNOT_USE_SENFILE ] { 1010 } + Constant [ integer SWOOLE_ERROR_SSL_EMPTY_PEER_CERTIFICATE ] { 1011 } + Constant [ integer SWOOLE_ERROR_SSL_VEFIRY_FAILED ] { 1012 } + Constant [ integer SWOOLE_ERROR_SSL_BAD_CLIENT ] { 1013 } + Constant [ integer SWOOLE_ERROR_SSL_BAD_PROTOCOL ] { 1014 } + Constant [ integer SWOOLE_ERROR_PACKAGE_LENGTH_TOO_LARGE ] { 1201 } + Constant [ integer SWOOLE_ERROR_DATA_LENGTH_TOO_LARGE ] { 1202 } + Constant [ integer SWOOLE_ERROR_TASK_PACKAGE_TOO_BIG ] { 2001 } + Constant [ integer SWOOLE_ERROR_TASK_DISPATCH_FAIL ] { 2002 } + Constant [ integer SWOOLE_ERROR_HTTP2_STREAM_ID_TOO_BIG ] { 3001 } + Constant [ integer SWOOLE_ERROR_HTTP2_STREAM_NO_HEADER ] { 3002 } + Constant [ integer SWOOLE_ERROR_SOCKS5_UNSUPPORT_VERSION ] { 7001 } + Constant [ integer SWOOLE_ERROR_SOCKS5_UNSUPPORT_METHOD ] { 7002 } + Constant [ integer SWOOLE_ERROR_SOCKS5_AUTH_FAILED ] { 7003 } + Constant [ integer SWOOLE_ERROR_SOCKS5_SERVER_ERROR ] { 7004 } + Constant [ integer SWOOLE_ERROR_HTTP_PROXY_HANDSHAKE_ERROR ] { 8001 } + Constant [ integer SWOOLE_ERROR_HTTP_INVALID_PROTOCOL ] { 8002 } + Constant [ integer SWOOLE_ERROR_WEBSOCKET_BAD_CLIENT ] { 8501 } + Constant [ integer SWOOLE_ERROR_WEBSOCKET_BAD_OPCODE ] { 8502 } + Constant [ integer SWOOLE_ERROR_WEBSOCKET_UNCONNECTED ] { 8503 } + Constant [ integer SWOOLE_ERROR_WEBSOCKET_HANDSHAKE_FAILED ] { 8504 } + Constant [ integer SWOOLE_ERROR_SERVER_MUST_CREATED_BEFORE_CLIENT ] { 9001 } + Constant [ integer SWOOLE_ERROR_SERVER_TOO_MANY_SOCKET ] { 9002 } + Constant [ integer SWOOLE_ERROR_SERVER_WORKER_TERMINATED ] { 9003 } + Constant [ integer SWOOLE_ERROR_SERVER_INVALID_LISTEN_PORT ] { 9004 } + Constant [ integer SWOOLE_ERROR_SERVER_TOO_MANY_LISTEN_PORT ] { 9005 } + Constant [ integer SWOOLE_ERROR_SERVER_PIPE_BUFFER_FULL ] { 9006 } + Constant [ integer SWOOLE_ERROR_SERVER_NO_IDLE_WORKER ] { 9007 } + Constant [ integer SWOOLE_ERROR_SERVER_ONLY_START_ONE ] { 9008 } + Constant [ integer SWOOLE_ERROR_SERVER_WORKER_EXIT_TIMEOUT ] { 9009 } Constant [ integer SWOOLE_REDIS_MODE_MULTI ] { 0 } Constant [ integer SWOOLE_REDIS_MODE_PIPELINE ] { 1 } Constant [ integer SWOOLE_REDIS_TYPE_NOT_FOUND ] { 0 } @@ -240,6 +292,18 @@ Extension [ extension #143 swoole version 2.0.12 ] { Parameter #0 [ $domain_name ] } } + Function [ function swoole_coroutine_create ] { + + - Parameters [1] { + Parameter #0 [ $func ] + } + } + Function [ function go ] { + + - Parameters [1] { + Parameter #0 [ $func ] + } + } Function [ function swoole_client_select ] { - Parameters [4] { @@ -276,8 +340,9 @@ Extension [ extension #143 swoole version 2.0.12 ] { } Function [ function swoole_strerror ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ $errno ] + Parameter #1 [ $error_type ] } } Function [ function swoole_errno ] { @@ -285,9 +350,16 @@ Extension [ extension #143 swoole version 2.0.12 ] { - Parameters [0] { } } + Function [ function swoole_hashcode ] { + + - Parameters [2] { + Parameter #0 [ $data ] + Parameter #1 [ $type ] + } + } } - - Classes [36] { + - Classes [41] { Class [ class Swoole\Server ] { - Constants [0] { @@ -873,7 +945,7 @@ Extension [ extension #143 swoole version 2.0.12 ] { - Properties [0] { } - - Methods [10] { + - Methods [11] { Method [ public method rewind ] { - Parameters [0] { @@ -910,6 +982,12 @@ Extension [ extension #143 swoole version 2.0.12 ] { } } + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + Method [ public method offsetExists ] { - Parameters [1] { @@ -1072,11 +1150,14 @@ Extension [ extension #143 swoole version 2.0.12 ] { Class [ class Swoole\Client ] { - - Constants [4] { + - Constants [7] { Constant [ public integer MSG_OOB ] { 1 } Constant [ public integer MSG_PEEK ] { 2 } Constant [ public integer MSG_DONTWAIT ] { 64 } Constant [ public integer MSG_WAITALL ] { 256 } + Constant [ public integer SHUT_RDWR ] { 2 } + Constant [ public integer SHUT_RD ] { 0 } + Constant [ public integer SHUT_WR ] { 1 } } - Static properties [0] { @@ -1102,7 +1183,7 @@ Extension [ extension #143 swoole version 2.0.12 ] { Property [ public $onSSLReady ] } - - Methods [22] { + - Methods [23] { Method [ public method __construct ] { - Parameters [2] { @@ -1199,6 +1280,13 @@ Extension [ extension #143 swoole version 2.0.12 ] { } } + Method [ public method shutdown ] { + + - Parameters [1] { + Parameter #0 [ $how ] + } + } + Method [ public method enableSSL ] { - Parameters [1] { @@ -1421,12 +1509,25 @@ Extension [ extension #143 swoole version 2.0.12 ] { - Methods [153] { Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $config ] + } } Method [ public method __destruct ] { + + - Parameters [0] { + } } Method [ public method connect ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $serialize ] + } } Method [ public method setDefer ] { @@ -1457,6 +1558,10 @@ Extension [ extension #143 swoole version 2.0.12 ] { } Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method mGet ] { @@ -1493,21 +1598,41 @@ Extension [ extension #143 swoole version 2.0.12 ] { } Method [ public method exists ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method type ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method strLen ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method lPop ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method blPop ] { } Method [ public method rPop ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method brPop ] { @@ -1532,21 +1657,42 @@ Extension [ extension #143 swoole version 2.0.12 ] { } Method [ public method sMembers ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method sGetMembers ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method sRandMember ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $integer ] + } } Method [ public method persist ] { } Method [ public method ttl ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method pttl ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method zCard ] { @@ -1568,12 +1714,20 @@ Extension [ extension #143 swoole version 2.0.12 ] { } Method [ public method debug ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method restore ] { } Method [ public method dump ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method renameKey ] { @@ -1589,60 +1743,113 @@ Extension [ extension #143 swoole version 2.0.12 ] { } Method [ public method randomKey ] { + + - Parameters [0] { + } } Method [ public method ping ] { + + - Parameters [0] { + } } Method [ public method auth ] { } Method [ public method unwatch ] { + + - Parameters [0] { + } } Method [ public method watch ] { } Method [ public method save ] { + + - Parameters [0] { + } } Method [ public method bgSave ] { + + - Parameters [0] { + } } Method [ public method lastSave ] { } Method [ public method flushDB ] { + + - Parameters [0] { + } } Method [ public method flushAll ] { + + - Parameters [0] { + } } Method [ public method dbSize ] { + + - Parameters [0] { + } } Method [ public method bgrewriteaof ] { + + - Parameters [0] { + } } Method [ public method time ] { + + - Parameters [0] { + } } Method [ public method role ] { + + - Parameters [0] { + } } Method [ public method setRange ] { } Method [ public method setNx ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method getSet ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method append ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method lPushx ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method lPush ] { @@ -1652,21 +1859,51 @@ Extension [ extension #143 swoole version 2.0.12 ] { } Method [ public method rPushx ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method sContains ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method sismember ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method zScore ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method zRank ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method zRevRank ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method hGet ] { @@ -1682,6 +1919,12 @@ Extension [ extension #143 swoole version 2.0.12 ] { } Method [ public method zIncrBy ] { + + - Parameters [3] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + Parameter #2 [ $member ] + } } Method [ public method zAdd ] { @@ -1697,6 +1940,13 @@ Extension [ extension #143 swoole version 2.0.12 ] { } Method [ public method zRange ] { + + - Parameters [4] { + Parameter #0 [ $key ] + Parameter #1 [ $start ] + Parameter #2 [ $end ] + Parameter #3 [ $withscores ] + } } Method [ public method zRevRange ] { @@ -1727,48 +1977,106 @@ Extension [ extension #143 swoole version 2.0.12 ] { } Method [ public method incrBy ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $integer ] + } } Method [ public method hIncrBy ] { } Method [ public method incr ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method decrBy ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $integer ] + } } Method [ public method decr ] { + + - Parameters [1] { + Parameter #0 [ $key ] + } } Method [ public method getBit ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $integer ] + } } Method [ public method lInsert ] { } Method [ public method lGet ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $integer ] + } } Method [ public method lIndex ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $integer ] + } } Method [ public method setTimeout ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $integer ] + } } Method [ public method expire ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $integer ] + } } Method [ public method pexpire ] { } Method [ public method expireAt ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $integer ] + } } Method [ public method pexpireAt ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $integer ] + } } Method [ public method move ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $integer ] + } } Method [ public method select ] { @@ -1802,6 +2110,11 @@ Extension [ extension #143 swoole version 2.0.12 ] { } Method [ public method incrByFloat ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $float_number ] + } } Method [ public method hIncrByFloat ] { @@ -1838,9 +2151,19 @@ Extension [ extension #143 swoole version 2.0.12 ] { } Method [ public method sRemove ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method srem ] { + + - Parameters [2] { + Parameter #0 [ $key ] + Parameter #1 [ $value ] + } } Method [ public method zDelete ] { @@ -1904,7 +2227,7 @@ Extension [ extension #143 swoole version 2.0.12 ] { Property [ public $errno ] } - - Methods [16] { + - Methods [15] { Method [ public method __construct ] { - Parameters [0] { @@ -1971,13 +2294,6 @@ Extension [ extension #143 swoole version 2.0.12 ] { } } - Method [ public method execute ] { - - - Parameters [1] { - Parameter #0 [ $query ] - } - } - Method [ public method setDefer ] { - Parameters [1] { @@ -2005,6 +2321,46 @@ Extension [ extension #143 swoole version 2.0.12 ] { } } + Class [ class Swoole\Coroutine\MySQL\Statement ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [4] { + Property [ public $affected_rows ] + Property [ public $insert_id ] + Property [ public $error ] + Property [ public $errno ] + } + + - Methods [4] { + Method [ public method execute ] { + + - Parameters [1] { + Parameter #0 [ $params ] + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method __sleep ] { + } + + Method [ public method __wakeup ] { + } + } + } + Class [ class Swoole\Coroutine\MySQL\Exception extends Exception implements Throwable ] { - Constants [0] { @@ -2088,53 +2444,136 @@ Extension [ extension #143 swoole version 2.0.12 ] { Property [ public $body ] } - - Methods [18] { + - Methods [20] { Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $ssl ] + } } Method [ public method __destruct ] { + + - Parameters [0] { + } } Method [ public method set ] { + + - Parameters [1] { + Parameter #0 [ array $settings ] + } } Method [ public method setMethod ] { + + - Parameters [1] { + Parameter #0 [ $method ] + } } Method [ public method setHeaders ] { + + - Parameters [1] { + Parameter #0 [ array $headers ] + } } Method [ public method setCookies ] { + + - Parameters [1] { + Parameter #0 [ array $cookies ] + } } Method [ public method setData ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } } Method [ public method execute ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } } Method [ public method get ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } } Method [ public method post ] { + + - Parameters [2] { + Parameter #0 [ $path ] + Parameter #1 [ $data ] + } + } + + Method [ public method upgrade ] { + + - Parameters [1] { + Parameter #0 [ $path ] + } } Method [ public method addFile ] { + + - Parameters [6] { + Parameter #0 [ $path ] + Parameter #1 [ $name ] + Parameter #2 [ $type ] + Parameter #3 [ $filename ] + Parameter #4 [ $offset ] + Parameter #5 [ $length ] + } } Method [ public method isConnected ] { + + - Parameters [0] { + } } Method [ public method close ] { + + - Parameters [0] { + } } Method [ public method setDefer ] { + + - Parameters [1] { + Parameter #0 [ $defer ] + } } Method [ public method getDefer ] { + + - Parameters [0] { + } } - Method [ public method recv ] { + Method [ public method recv ] { + + - Parameters [0] { + } + } + + Method [ public method push ] { + + - Parameters [3] { + Parameter #0 [ $data ] + Parameter #1 [ $opcode ] + Parameter #2 [ $finish ] + } } Method [ public method __sleep ] { @@ -2153,7 +2592,7 @@ Extension [ extension #143 swoole version 2.0.12 ] { - Static properties [0] { } - - Static methods [11] { + - Static methods [13] { Method [ static public method create ] { - Parameters [1] { @@ -2161,6 +2600,13 @@ Extension [ extension #143 swoole version 2.0.12 ] { } } + Method [ static public method set ] { + + - Parameters [1] { + Parameter #0 [ $options ] + } + } + Method [ static public method cli_wait ] { - Parameters [0] { @@ -2219,6 +2665,17 @@ Extension [ extension #143 swoole version 2.0.12 ] { } } + Method [ static public method getaddrinfo ] { + + - Parameters [5] { + Parameter #0 [ $hostname ] + Parameter #1 [ $family ] + Parameter #2 [ $socktype ] + Parameter #3 [ $protocol ] + Parameter #4 [ $service ] + } + } + Method [ static public method call_user_func ] { - Parameters [1] { @@ -2414,8 +2871,12 @@ Extension [ extension #143 swoole version 2.0.12 ] { Class [ class Swoole\Process ] { - - Constants [1] { + - Constants [5] { Constant [ public integer IPC_NOWAIT ] { 256 } + Constant [ public integer PIPE_MASTER ] { 1 } + Constant [ public integer PIPE_WORKER ] { 2 } + Constant [ public integer PIPE_READ ] { 3 } + Constant [ public integer PIPE_WRITE ] { 4 } } - Static properties [0] { @@ -3534,13 +3995,19 @@ Extension [ extension #143 swoole version 2.0.12 ] { Property [ public $tmpfiles ] } - - Methods [4] { + - Methods [5] { Method [ public method rawcontent ] { - Parameters [0] { } } + Method [ public method getData ] { + + - Parameters [0] { + } + } + Method [ public method __sleep ] { } @@ -3709,7 +4176,7 @@ Extension [ extension #143 swoole version 2.0.12 ] { Property [ public $setting ] } - - Methods [43] { + - Methods [44] { Method [ public method on ] { - Parameters [2] { @@ -3735,6 +4202,13 @@ Extension [ extension #143 swoole version 2.0.12 ] { } } + Method [ public method isEstablished ] { + + - Parameters [1] { + Parameter #0 [ $fd ] + } + } + Method [ public method start ] { - Parameters [0] { @@ -4297,13 +4771,146 @@ Extension [ extension #143 swoole version 2.0.12 ] { } } + Class [ class Swoole\Coroutine\Channel ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method select ] { + + - Parameters [3] { + Parameter #0 [ array or NULL &$read_list ] + Parameter #1 [ array or NULL &$write_list ] + Parameter #2 [ $timeout ] + } + } + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $size ] + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method push ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method isEmpty ] { + + - Parameters [0] { + } + } + + Method [ public method isFull ] { + + - Parameters [0] { + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + + Method [ public method stats ] { + + - Parameters [0] { + } + } + + Method [ public method length ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Swoole\RingQueue ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [1] { + Parameter #0 [ $len ] + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method push ] { + + - Parameters [1] { + Parameter #0 [ $data ] + } + } + + Method [ public method pop ] { + + - Parameters [0] { + } + } + + Method [ public method full ] { + + - Parameters [0] { + } + } + } + } + Class [ class Swoole\Http2\Client extends Swoole\Client ] { - - Constants [4] { + - Constants [7] { Constant [ public integer MSG_OOB ] { 1 } Constant [ public integer MSG_PEEK ] { 2 } Constant [ public integer MSG_DONTWAIT ] { 64 } Constant [ public integer MSG_WAITALL ] { 256 } + Constant [ public integer SHUT_RDWR ] { 2 } + Constant [ public integer SHUT_RD ] { 0 } + Constant [ public integer SHUT_WR ] { 1 } } - Static properties [0] { @@ -4331,7 +4938,7 @@ Extension [ extension #143 swoole version 2.0.12 ] { Property [ public $cookies ] } - - Methods [33] { + - Methods [34] { Method [ public method __construct ] { } @@ -4453,6 +5060,13 @@ Extension [ extension #143 swoole version 2.0.12 ] { } } + Method [ public method shutdown ] { + + - Parameters [1] { + Parameter #0 [ $how ] + } + } + Method [ public method enableSSL ] { - Parameters [1] { @@ -4524,7 +5138,8 @@ Extension [ extension #143 swoole version 2.0.12 ] { - Static methods [0] { } - - Properties [3] { + - Properties [4] { + Property [ public $errCode ] Property [ public $statusCode ] Property [ public $body ] Property [ public $streamId ] @@ -4534,6 +5149,111 @@ Extension [ extension #143 swoole version 2.0.12 ] { } } + Class [ class Swoole\Coroutine\Http2\Client ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [9] { + Property [ public $type ] + Property [ public $errCode ] + Property [ public $statusCode ] + Property [ public $host ] + Property [ public $port ] + Property [ public $sock ] + Property [ public $reuse ] + Property [ public $reuseCount ] + Property [ public $setting ] + } + + - Methods [8] { + Method [ public method __construct ] { + + - Parameters [3] { + Parameter #0 [ $host ] + Parameter #1 [ $port ] + Parameter #2 [ $ssl ] + } + } + + Method [ public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ public method set ] { + + - Parameters [1] { + Parameter #0 [ array $settings ] + } + } + + Method [ public method connect ] { + + - Parameters [0] { + } + } + + Method [ public method send ] { + + - Parameters [1] { + Parameter #0 [ $request ] + } + } + + Method [ public method recv ] { + + - Parameters [0] { + } + } + + Method [ public method write ] { + + - Parameters [3] { + Parameter #0 [ $stream_id ] + Parameter #1 [ $data ] + Parameter #2 [ $end_stream ] + } + } + + Method [ public method close ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Swoole\Coroutine\Http2\Request ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ public $method ] + Property [ public $headers ] + Property [ public $data ] + Property [ public $pipeline ] + Property [ public $files ] + } + + - Methods [0] { + } + } + Class [ class Swoole\Serialize ] { - Constants [0] { -- cgit