diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 64 |
1 files changed, 42 insertions, 22 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #86 swoole version 4.8.3 ] { +Extension [ <persistent> extension #86 swoole version 4.8.4 ] { - Dependencies { Dependency [ json (Required) ] @@ -29,11 +29,11 @@ Extension [ <persistent> extension #86 swoole version 4.8.3 ] { } - Constants [390] { - Constant [ string SWOOLE_VERSION ] { 4.8.3 } - Constant [ int SWOOLE_VERSION_ID ] { 40803 } + Constant [ string SWOOLE_VERSION ] { 4.8.4 } + Constant [ int SWOOLE_VERSION_ID ] { 40804 } Constant [ int SWOOLE_MAJOR_VERSION ] { 4 } Constant [ int SWOOLE_MINOR_VERSION ] { 8 } - Constant [ int SWOOLE_RELEASE_VERSION ] { 3 } + Constant [ int SWOOLE_RELEASE_VERSION ] { 4 } Constant [ string SWOOLE_EXTRA_VERSION ] { } Constant [ bool SWOOLE_DEBUG ] { } Constant [ bool SWOOLE_HAVE_COMPRESSION ] { 1 } @@ -2004,146 +2004,166 @@ Extension [ <persistent> extension #86 swoole version 4.8.3 ] { Method [ <internal:swoole, ctor> public method __construct ] { - Parameters [2] { - Parameter #0 [ <required> $table_size ] - Parameter #1 [ <optional> $conflict_proportion = <default> ] + Parameter #0 [ <required> int $table_size ] + Parameter #1 [ <optional> float $conflict_proportion = 0.2 ] } } Method [ <internal:swoole> public method column ] { - Parameters [3] { - Parameter #0 [ <required> $name ] - Parameter #1 [ <required> $type ] - Parameter #2 [ <optional> $size = <default> ] + Parameter #0 [ <required> string $name ] + Parameter #1 [ <required> int $type ] + Parameter #2 [ <optional> int $size = 0 ] } + - Return [ bool ] } Method [ <internal:swoole> public method create ] { - Parameters [0] { } + - Return [ bool ] } Method [ <internal:swoole> public method destroy ] { - Parameters [0] { } + - Return [ bool ] } Method [ <internal:swoole> public method set ] { - Parameters [2] { - Parameter #0 [ <required> $key ] + Parameter #0 [ <required> string $key ] Parameter #1 [ <required> array $value ] } + - Return [ bool ] } Method [ <internal:swoole> public method get ] { - Parameters [2] { - Parameter #0 [ <required> $key ] - Parameter #1 [ <optional> $field = <default> ] + Parameter #0 [ <required> string $key ] + Parameter #1 [ <optional> ?string $field = null ] } + - Return [ array|string|int|float|false ] } Method [ <internal:swoole, prototype Countable> public method count ] { - Parameters [0] { } + - Return [ int ] } Method [ <internal:swoole> public method del ] { - Parameters [1] { - Parameter #0 [ <required> $key ] + Parameter #0 [ <required> string $key ] } + - Return [ bool ] } Method [ <internal:swoole> public method delete ] { - Parameters [1] { - Parameter #0 [ <required> $key ] + Parameter #0 [ <required> string $key ] } + - Return [ bool ] } Method [ <internal:swoole> public method exists ] { - Parameters [1] { - Parameter #0 [ <required> $key ] + Parameter #0 [ <required> string $key ] } + - Return [ bool ] } Method [ <internal:swoole> public method exist ] { - Parameters [1] { - Parameter #0 [ <required> $key ] + Parameter #0 [ <required> string $key ] } + - Return [ bool ] } Method [ <internal:swoole> public method incr ] { - Parameters [3] { - Parameter #0 [ <required> $key ] - Parameter #1 [ <required> $column ] - Parameter #2 [ <optional> $incrby = <default> ] + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $column ] + Parameter #2 [ <optional> int|float $incrby = 1 ] } + - Return [ int|float ] } Method [ <internal:swoole> public method decr ] { - Parameters [3] { - Parameter #0 [ <required> $key ] - Parameter #1 [ <required> $column ] - Parameter #2 [ <optional> $decrby = <default> ] + Parameter #0 [ <required> string $key ] + Parameter #1 [ <required> string $column ] + Parameter #2 [ <optional> int|float $incrby = 1 ] } + - Return [ int|float ] } Method [ <internal:swoole> public method getSize ] { - Parameters [0] { } + - Return [ int ] } Method [ <internal:swoole> public method getMemorySize ] { - Parameters [0] { } + - Return [ int ] } Method [ <internal:swoole> public method stats ] { - Parameters [0] { } + - Return [ array|false ] } Method [ <internal:swoole, prototype Iterator> public method rewind ] { - Parameters [0] { } + - Return [ void ] } Method [ <internal:swoole, prototype Iterator> public method valid ] { - Parameters [0] { } + - Return [ bool ] } Method [ <internal:swoole, prototype Iterator> public method next ] { - Parameters [0] { } + - Return [ void ] } Method [ <internal:swoole, prototype Iterator> public method current ] { - Parameters [0] { } + - Return [ ?array ] } Method [ <internal:swoole, prototype Iterator> public method key ] { - Parameters [0] { } + - Return [ ?string ] } } } |