diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 159 | 
1 files changed, 143 insertions, 16 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 swoole version 4.5.7 ] { +Extension [ <persistent> extension #117 swoole version 4.5.8 ] {    - Dependencies {      Dependency [ json (Required) ] @@ -27,12 +27,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {      }    } -  - Constants [355] { -    Constant [ string SWOOLE_VERSION ] { 4.5.7 } -    Constant [ int SWOOLE_VERSION_ID ] { 40507 } +  - Constants [358] { +    Constant [ string SWOOLE_VERSION ] { 4.5.8 } +    Constant [ int SWOOLE_VERSION_ID ] { 40508 }      Constant [ int SWOOLE_MAJOR_VERSION ] { 4 }      Constant [ int SWOOLE_MINOR_VERSION ] { 5 } -    Constant [ int SWOOLE_RELEASE_VERSION ] { 7 } +    Constant [ int SWOOLE_RELEASE_VERSION ] { 8 }      Constant [ string SWOOLE_EXTRA_VERSION ] {  }      Constant [ bool SWOOLE_DEBUG ] {  }      Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -223,7 +223,10 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {      Constant [ int SWOOLE_LOG_ERROR ] { 5 }      Constant [ int SWOOLE_LOG_NONE ] { 6 }      Constant [ int SWOOLE_LOG_ROTATION_SINGLE ] { 0 } -    Constant [ int SWOOLE_LOG_ROTATION_DAILY ] { 1 } +    Constant [ int SWOOLE_LOG_ROTATION_MONTHLY ] { 1 } +    Constant [ int SWOOLE_LOG_ROTATION_DAILY ] { 2 } +    Constant [ int SWOOLE_LOG_ROTATION_HOURLY ] { 3 } +    Constant [ int SWOOLE_LOG_ROTATION_EVERY_MINUTE ] { 4 }      Constant [ int SWOOLE_IPC_NONE ] { 0 }      Constant [ int SWOOLE_IPC_UNIXSOCK ] { 1 }      Constant [ int SWOOLE_IPC_SOCKET ] { 3 } @@ -473,6 +476,13 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {        - Parameters [0] {        }      } +    Function [ <internal:swoole> function swoole_error_log ] { + +      - Parameters [2] { +        Parameter #0 [ <required> $level ] +        Parameter #1 [ <required> $msg ] +      } +    }      Function [ <internal:swoole> function swoole_hashcode ] {        - Parameters [2] { @@ -686,7 +696,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {      }    } -  - Classes [46] { +  - Classes [47] {      Class [ <internal:swoole> class Swoole\Exception extends Exception implements Throwable ] {        - Constants [0] { @@ -1738,12 +1748,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {        - Properties [0] {        } -      - Methods [24] { +      - Methods [27] {          Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] {            - Parameters [2] {              Parameter #0 [ <optional> $array ] -            Parameter #1 [ <optional> $ar_flags ] +            Parameter #1 [ <optional> $flags ]            }          } @@ -1859,6 +1869,25 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {            }          } +        Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $serialized ] +          } +        } + +        Method [ <internal:SPL, inherits ArrayIterator> public method __serialize ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] { + +          - Parameters [0] { +          } +        } +          Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method rewind ] {            - Parameters [0] { @@ -2174,12 +2203,12 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {        - Properties [0] {        } -      - Methods [24] { +      - Methods [27] {          Method [ <internal:SPL, inherits ArrayIterator, ctor> public method __construct ] {            - Parameters [2] {              Parameter #0 [ <optional> $array ] -            Parameter #1 [ <optional> $ar_flags ] +            Parameter #1 [ <optional> $flags ]            }          } @@ -2295,6 +2324,25 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {            }          } +        Method [ <internal:SPL, inherits ArrayIterator> public method __unserialize ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $serialized ] +          } +        } + +        Method [ <internal:SPL, inherits ArrayIterator> public method __serialize ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:SPL, inherits ArrayIterator> public method __debugInfo ] { + +          - Parameters [0] { +          } +        } +          Method [ <internal:SPL, inherits ArrayIterator, prototype Iterator> public method rewind ] {            - Parameters [0] { @@ -2350,7 +2398,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {        - Properties [0] {        } -      - Methods [22] { +      - Methods [25] {          Method [ <internal:SPL, inherits ArrayObject, ctor> public method __construct ] {            - Parameters [3] { @@ -2472,6 +2520,25 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {            }          } +        Method [ <internal:SPL, inherits ArrayObject> public method __unserialize ] { + +          - Parameters [1] { +            Parameter #0 [ <required> $serialized ] +          } +        } + +        Method [ <internal:SPL, inherits ArrayObject> public method __serialize ] { + +          - Parameters [0] { +          } +        } + +        Method [ <internal:SPL, inherits ArrayObject> public method __debugInfo ] { + +          - Parameters [0] { +          } +        } +          Method [ <internal:SPL, inherits ArrayObject, prototype IteratorAggregate> public method getIterator ] {            - Parameters [0] { @@ -2481,7 +2548,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {          Method [ <internal:SPL, inherits ArrayObject> public method exchangeArray ] {            - Parameters [1] { -            Parameter #0 [ <required> $array ] +            Parameter #0 [ <required> $input ]            }          } @@ -3309,6 +3376,63 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {        }      } +    Class [ <internal:swoole> class Swoole\Client\Exception extends Swoole\Exception implements Throwable ] { + +      - Constants [0] { +      } + +      - Static properties [0] { +      } + +      - Static methods [0] { +      } + +      - Properties [4] { +        Property [ <default> protected $message ] +        Property [ <default> protected $code ] +        Property [ <default> protected $file ] +        Property [ <default> protected $line ] +      } + +      - Methods [10] { +        Method [ <internal:Core, inherits Exception, ctor> public method __construct ] { + +          - Parameters [3] { +            Parameter #0 [ <optional> $message ] +            Parameter #1 [ <optional> $code ] +            Parameter #2 [ <optional> $previous ] +          } +        } + +        Method [ <internal:Core, inherits Exception> public method __wakeup ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { +        } + +        Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { +        } +      } +    } +      Class [ <internal:swoole> class Swoole\Coroutine\Client ] {        - Constants [4] { @@ -6245,7 +6369,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {          Method [ <internal:swoole> public method cookie ] { -          - Parameters [8] { +          - Parameters [9] {              Parameter #0 [ <required> $name ]              Parameter #1 [ <optional> $value ]              Parameter #2 [ <optional> $expires ] @@ -6254,12 +6378,13 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {              Parameter #5 [ <optional> $secure ]              Parameter #6 [ <optional> $httponly ]              Parameter #7 [ <optional> $samesite ] +            Parameter #8 [ <optional> $priority ]            }          }          Method [ <internal:swoole> public method setCookie ] { -          - Parameters [8] { +          - Parameters [9] {              Parameter #0 [ <required> $name ]              Parameter #1 [ <optional> $value ]              Parameter #2 [ <optional> $expires ] @@ -6268,12 +6393,13 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {              Parameter #5 [ <optional> $secure ]              Parameter #6 [ <optional> $httponly ]              Parameter #7 [ <optional> $samesite ] +            Parameter #8 [ <optional> $priority ]            }          }          Method [ <internal:swoole> public method rawcookie ] { -          - Parameters [8] { +          - Parameters [9] {              Parameter #0 [ <required> $name ]              Parameter #1 [ <optional> $value ]              Parameter #2 [ <optional> $expires ] @@ -6282,6 +6408,7 @@ Extension [ <persistent> extension #117 swoole version 4.5.7 ] {              Parameter #5 [ <optional> $secure ]              Parameter #6 [ <optional> $httponly ]              Parameter #7 [ <optional> $samesite ] +            Parameter #8 [ <optional> $priority ]            }          }  | 
