diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 48 | 
1 files changed, 37 insertions, 11 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 swoole version 4.5.4 ] { +Extension [ <persistent> extension #117 swoole version 4.5.5 ] {    - INI {      Entry [ swoole.enable_coroutine <ALL> ] @@ -21,12 +21,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {      }    } -  - Constants [344] { -    Constant [ string SWOOLE_VERSION ] { 4.5.4 } -    Constant [ int SWOOLE_VERSION_ID ] { 40504 } +  - Constants [353] { +    Constant [ string SWOOLE_VERSION ] { 4.5.5 } +    Constant [ int SWOOLE_VERSION_ID ] { 40505 }      Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ int SWOOLE_MINOR_VERSION ] { 5 } -    Constant [ int SWOOLE_RELEASE_VERSION ] { 4 } +    Constant [ int SWOOLE_RELEASE_VERSION ] { 5 }      Constant [ string SWOOLE_EXTRA_VERSION ] {  }      Constant [ bool SWOOLE_DEBUG ] {  }      Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -124,6 +124,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {      Constant [ int SWOOLE_ERROR_SSL_BAD_CLIENT ] { 1015 }      Constant [ int SWOOLE_ERROR_SSL_BAD_PROTOCOL ] { 1016 }      Constant [ int SWOOLE_ERROR_SSL_RESET ] { 1017 } +    Constant [ int SWOOLE_ERROR_SSL_HANDSHAKE_FAILED ] { 1018 }      Constant [ int SWOOLE_ERROR_PACKAGE_LENGTH_TOO_LARGE ] { 1201 }      Constant [ int SWOOLE_ERROR_PACKAGE_LENGTH_NOT_FOUND ] { 1202 }      Constant [ int SWOOLE_ERROR_DATA_LENGTH_TOO_LARGE ] { 1203 } @@ -133,6 +134,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {      Constant [ int SWOOLE_ERROR_HTTP2_STREAM_ID_TOO_BIG ] { 3001 }      Constant [ int SWOOLE_ERROR_HTTP2_STREAM_NO_HEADER ] { 3002 }      Constant [ int SWOOLE_ERROR_HTTP2_STREAM_NOT_FOUND ] { 3003 } +    Constant [ int SWOOLE_ERROR_HTTP2_STREAM_IGNORE ] { 3004 }      Constant [ int SWOOLE_ERROR_AIO_BAD_REQUEST ] { 4001 }      Constant [ int SWOOLE_ERROR_AIO_CANCELED ] { 4002 }      Constant [ int SWOOLE_ERROR_AIO_TIMEOUT ] { 4003 } @@ -142,8 +144,11 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {      Constant [ int SWOOLE_ERROR_SOCKS5_UNSUPPORT_METHOD ] { 7002 }      Constant [ int SWOOLE_ERROR_SOCKS5_AUTH_FAILED ] { 7003 }      Constant [ int SWOOLE_ERROR_SOCKS5_SERVER_ERROR ] { 7004 } +    Constant [ int SWOOLE_ERROR_SOCKS5_HANDSHAKE_FAILED ] { 7005 }      Constant [ int SWOOLE_ERROR_HTTP_PROXY_HANDSHAKE_ERROR ] { 8001 }      Constant [ int SWOOLE_ERROR_HTTP_INVALID_PROTOCOL ] { 8002 } +    Constant [ int SWOOLE_ERROR_HTTP_PROXY_HANDSHAKE_FAILED ] { 8003 } +    Constant [ int SWOOLE_ERROR_HTTP_PROXY_BAD_RESPONSE ] { 8004 }      Constant [ int SWOOLE_ERROR_WEBSOCKET_BAD_CLIENT ] { 8501 }      Constant [ int SWOOLE_ERROR_WEBSOCKET_BAD_OPCODE ] { 8502 }      Constant [ int SWOOLE_ERROR_WEBSOCKET_UNCONNECTED ] { 8503 } @@ -180,6 +185,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {      Constant [ int SWOOLE_TRACE_CONN ] { 16 }      Constant [ int SWOOLE_TRACE_EVENT ] { 32 }      Constant [ int SWOOLE_TRACE_WORKER ] { 64 } +    Constant [ int SWOOLE_TRACE_MEMORY ] { 128 }      Constant [ int SWOOLE_TRACE_REACTOR ] { 256 }      Constant [ int SWOOLE_TRACE_PHP ] { 512 }      Constant [ int SWOOLE_TRACE_HTTP ] { 1024 } @@ -187,6 +193,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {      Constant [ int SWOOLE_TRACE_EOF_PROTOCOL ] { 4096 }      Constant [ int SWOOLE_TRACE_LENGTH_PROTOCOL ] { 8192 }      Constant [ int SWOOLE_TRACE_CLOSE ] { 16384 } +    Constant [ int SWOOLE_TRACE_WEBSOCEKT ] { 32768 }      Constant [ int SWOOLE_TRACE_REDIS_CLIENT ] { 65536 }      Constant [ int SWOOLE_TRACE_MYSQL_CLIENT ] { 131072 }      Constant [ int SWOOLE_TRACE_HTTP_CLIENT ] { 262144 } @@ -199,6 +206,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {      Constant [ int SWOOLE_TRACE_COROUTINE ] { 33554432 }      Constant [ int SWOOLE_TRACE_CONTEXT ] { 67108864 }      Constant [ int SWOOLE_TRACE_CO_HTTP_SERVER ] { 134217728 } +    Constant [ int SWOOLE_TRACE_TABLE ] { 268435456 }      Constant [ int SWOOLE_TRACE_ALL ] { 4294967295 }      Constant [ int SWOOLE_LOG_DEBUG ] { 0 }      Constant [ int SWOOLE_LOG_TRACE ] { 1 } @@ -315,6 +323,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {      Constant [ int SWOOLE_TASK_NOREPLY ] { 128 }      Constant [ int SWOOLE_WORKER_BUSY ] { 1 }      Constant [ int SWOOLE_WORKER_IDLE ] { 2 } +    Constant [ int SWOOLE_WORKER_EXIT ] { 3 }      Constant [ int SWOOLE_WEBSOCKET_STATUS_CONNECTION ] { 1 }      Constant [ int SWOOLE_WEBSOCKET_STATUS_HANDSHAKE ] { 2 }      Constant [ int SWOOLE_WEBSOCKET_STATUS_ACTIVE ] { 3 } @@ -1377,7 +1386,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {        - Properties [0] {        } -      - Methods [22] { +      - Methods [23] {          Method [ <internal:swoole, ctor> public method __construct ] {            - Parameters [2] { @@ -1436,6 +1445,13 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {            }          } +        Method [ <internal:swoole> public method delete ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $key ] +          } +        } +          Method [ <internal:swoole> public method exists ] {            - Parameters [1] { @@ -5491,7 +5507,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {        - Static methods [0] {        } -      - Properties [25] { +      - Properties [26] {          Property [ <default> private $onStart ]          Property [ <default> private $onShutdown ]          Property [ <default> private $onWorkerStart ] @@ -5517,6 +5533,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {          Property [ <default> public $worker_id ]          Property [ <default> public $taskworker ]          Property [ <default> public $worker_pid ] +        Property [ <default> public $stats_timer ]        }        - Methods [47] { @@ -6151,7 +6168,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {          Property [ <default> public $trailer ]        } -      - Methods [20] { +      - Methods [21] {          Method [ <internal:swoole> public method initHeader ] {            - Parameters [0] { @@ -6248,6 +6265,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {            }          } +        Method [ <internal:swoole> public method goaway ] { + +          - Parameters [0] { +          } +        } +          Method [ <internal:swoole> public method write ] {            - Parameters [1] { @@ -6331,7 +6354,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {        - Static methods [0] {        } -      - Properties [12] { +      - Properties [13] {          Property [ <default> public $setting ]          Property [ <default> public $connections ]          Property [ <default> public $host ] @@ -6344,6 +6367,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {          Property [ <default> public $worker_id ]          Property [ <default> public $taskworker ]          Property [ <default> public $worker_pid ] +        Property [ <default> public $stats_timer ]        }        - Methods [47] { @@ -6800,7 +6824,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {          }        } -      - Properties [12] { +      - Properties [13] {          Property [ <default> public $setting ]          Property [ <default> public $connections ]          Property [ <default> public $host ] @@ -6813,6 +6837,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {          Property [ <default> public $worker_id ]          Property [ <default> public $taskworker ]          Property [ <default> public $worker_pid ] +        Property [ <default> public $stats_timer ]        }        - Methods [50] { @@ -7309,7 +7334,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {          }        } -      - Properties [12] { +      - Properties [13] {          Property [ <default> public $setting ]          Property [ <default> public $connections ]          Property [ <default> public $host ] @@ -7322,6 +7347,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.4 ] {          Property [ <default> public $worker_id ]          Property [ <default> public $taskworker ]          Property [ <default> public $worker_pid ] +        Property [ <default> public $stats_timer ]        }        - Methods [49] {  | 
