diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-05-17 17:19:42 +0200 | 
| commit | f6eba55b07e46b37195ce0e45024ae202ee8364a (patch) | |
| tree | d9420a2b935f0cf7001b5392ca6d99b57d34a7a9 /REFLECTION | |
| parent | d20f894a5091bf82533d2233608246059df24143 (diff) | |
php-pecl-*: add Reflection file
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 166 | 
1 files changed, 166 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..a1503c1 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,166 @@ +Extension [ <persistent> extension #108 msgpack version 0.5.5 ] { + +  - INI { +    Entry [ msgpack.error_display <ALL> ] +      Current = '1' +    } +    Entry [ msgpack.php_only <ALL> ] +      Current = '1' +    } +    Entry [ msgpack.illegal_key_insert <ALL> ] +      Current = '0' +    } +  } + +  - 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] { +          } +        } +      } +    } +  } +} +  | 
