diff options
Diffstat (limited to 'REFLECTION-PHP7')
-rw-r--r-- | REFLECTION-PHP7 | 173 |
1 files changed, 173 insertions, 0 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7 new file mode 100644 index 0000000..0b18f05 --- /dev/null +++ b/REFLECTION-PHP7 @@ -0,0 +1,173 @@ +Extension [ <persistent> extension #81 msgpack version 2.0.0 ] { + + - INI { + Entry [ msgpack.error_display <ALL> ] + Current = '1' + } + Entry [ msgpack.php_only <ALL> ] + Current = '1' + } + Entry [ msgpack.illegal_key_insert <ALL> ] + Current = '0' + } + Entry [ msgpack.use_str8_serialization <ALL> ] + Current = '1' + } + } + + - Constants [1] { + Constant [ integer MESSAGEPACK_OPT_PHPONLY ] { -1001 } + } + + - Functions { + Function [ <internal:msgpack> function msgpack_serialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + Function [ <internal:msgpack> function msgpack_unserialize ] { + + - Parameters [2] { + Parameter #0 [ <required> $str ] + Parameter #1 [ <optional> $object ] + } + } + Function [ <internal:msgpack> function msgpack_pack ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + Function [ <internal:msgpack> function msgpack_unpack ] { + + - Parameters [2] { + Parameter #0 [ <required> $str ] + Parameter #1 [ <optional> $object ] + } + } + } + + - Classes [2] { + Class [ <internal:msgpack> class MessagePack ] { + + - Constants [1] { + Constant [ integer OPT_PHPONLY ] { -1001 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:msgpack, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $opt ] + } + } + + Method [ <internal:msgpack> public method setOption ] { + + - Parameters [2] { + Parameter #0 [ <required> $option ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:msgpack> public method pack ] { + + - Parameters [1] { + Parameter #0 [ <required> $value ] + } + } + + Method [ <internal:msgpack> public method unpack ] { + + - Parameters [2] { + Parameter #0 [ <required> $str ] + Parameter #1 [ <optional> $object ] + } + } + + Method [ <internal:msgpack> public method unpacker ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:msgpack> class MessagePackUnpacker ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:msgpack, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <optional> $opt ] + } + } + + Method [ <internal:msgpack, dtor> public method __destruct ] { + + - Parameters [0] { + } + } + + Method [ <internal:msgpack> public method setOption ] { + + - Parameters [2] { + Parameter #0 [ <required> $option ] + Parameter #1 [ <required> $value ] + } + } + + Method [ <internal:msgpack> public method feed ] { + + - Parameters [1] { + Parameter #0 [ <required> $str ] + } + } + + Method [ <internal:msgpack> public method execute ] { + + - Parameters [2] { + Parameter #0 [ <optional> $str ] + Parameter #1 [ <optional> &$offset ] + } + } + + Method [ <internal:msgpack> public method data ] { + + - Parameters [1] { + Parameter #0 [ <optional> $object ] + } + } + + Method [ <internal:msgpack> public method reset ] { + + - Parameters [0] { + } + } + } + } + } +} + |