diff options
author | Remi Collet <remi@remirepo.net> | 2020-12-19 10:59:57 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-12-19 10:59:57 +0100 |
commit | f321164d14784f03fe929eac38f941bbf569c601 (patch) | |
tree | d4204398ecafae9b84536281f79b0a3dc2dc5ccd /REFLECTION |
initial package
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 461 |
1 files changed, 461 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..29f0d84 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,461 @@ +Extension [ <persistent> extension #89 orng version 0.0.2 ] { + + - Classes [6] { + Interface [ <internal:orng> interface ORNG\RNGInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:orng, ctor> abstract public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> int $seed ] + } + } + + Method [ <internal:orng> abstract public method next ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:orng> abstract public method next64 ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:orng> abstract public method range ] { + + - Parameters [2] { + Parameter #0 [ <required> int $min ] + Parameter #1 [ <required> int $max ] + } + - Return [ int ] + } + + Method [ <internal:orng> abstract public method shuffle ] { + + - Parameters [1] { + Parameter #0 [ <required> array &$array ] + } + - Return [ bool ] + } + + Method [ <internal:orng> abstract public method arrayRand ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg ] + Parameter #1 [ <optional> $num ] + } + } + + Method [ <internal:orng> abstract public method strShuffle ] { + + - Parameters [1] { + Parameter #0 [ <required> string $string ] + } + - Return [ string ] + } + } + } + + Class [ <internal:orng> class ORNG\GLibCRand implements ORNG\RNGInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ <internal:orng, prototype ORNG\RNGInterface, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> int $seed ] + } + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method next ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method next64 ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method range ] { + + - Parameters [2] { + Parameter #0 [ <required> int $min ] + Parameter #1 [ <required> int $max ] + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method shuffle ] { + + - Parameters [1] { + Parameter #0 [ <required> array &$array ] + } + - Return [ bool ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method arrayRand ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg ] + Parameter #1 [ <optional> $num ] + } + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method strShuffle ] { + + - Parameters [1] { + Parameter #0 [ <required> string $string ] + } + - Return [ string ] + } + + Method [ <internal:orng, prototype Serializable> public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:orng, prototype Serializable> public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $serialized ] + } + - Return [ void ] + } + } + } + + Class [ <internal:orng> class ORNG\XorShift128Plus implements ORNG\RNGInterface, Serializable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ <internal:orng, prototype ORNG\RNGInterface, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> int $seed ] + } + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method next ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method next64 ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method range ] { + + - Parameters [2] { + Parameter #0 [ <required> int $min ] + Parameter #1 [ <required> int $max ] + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method shuffle ] { + + - Parameters [1] { + Parameter #0 [ <required> array &$array ] + } + - Return [ bool ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method arrayRand ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg ] + Parameter #1 [ <optional> $num ] + } + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method strShuffle ] { + + - Parameters [1] { + Parameter #0 [ <required> string $string ] + } + - Return [ string ] + } + + Method [ <internal:orng, prototype Serializable> public method serialize ] { + + - Parameters [0] { + } + - Return [ string ] + } + + Method [ <internal:orng, prototype Serializable> public method unserialize ] { + + - Parameters [1] { + Parameter #0 [ <required> $serialized ] + } + - Return [ void ] + } + } + } + + Class [ <internal:orng> class ORNG\MT19937 implements ORNG\RNGInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:orng, prototype ORNG\RNGInterface, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> int $seed ] + } + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method next ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method next64 ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method range ] { + + - Parameters [2] { + Parameter #0 [ <required> int $min ] + Parameter #1 [ <required> int $max ] + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method shuffle ] { + + - Parameters [1] { + Parameter #0 [ <required> array &$array ] + } + - Return [ bool ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method arrayRand ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg ] + Parameter #1 [ <optional> $num ] + } + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method strShuffle ] { + + - Parameters [1] { + Parameter #0 [ <required> string $string ] + } + - Return [ string ] + } + } + } + + Class [ <internal:orng> class ORNG\MT19937PHP implements ORNG\RNGInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:orng, prototype ORNG\RNGInterface, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> int $seed ] + } + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method next ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method next64 ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method range ] { + + - Parameters [2] { + Parameter #0 [ <required> int $min ] + Parameter #1 [ <required> int $max ] + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method shuffle ] { + + - Parameters [1] { + Parameter #0 [ <required> array &$array ] + } + - Return [ bool ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method arrayRand ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg ] + Parameter #1 [ <optional> $num ] + } + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method strShuffle ] { + + - Parameters [1] { + Parameter #0 [ <required> string $string ] + } + - Return [ string ] + } + } + } + + Class [ <internal:orng> class ORNG\MT19937MB implements ORNG\RNGInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:orng, prototype ORNG\RNGInterface, ctor> public method __construct ] { + + - Parameters [1] { + Parameter #0 [ <required> int $seed ] + } + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method next ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method next64 ] { + + - Parameters [0] { + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method range ] { + + - Parameters [2] { + Parameter #0 [ <required> int $min ] + Parameter #1 [ <required> int $max ] + } + - Return [ int ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method shuffle ] { + + - Parameters [1] { + Parameter #0 [ <required> array &$array ] + } + - Return [ bool ] + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method arrayRand ] { + + - Parameters [2] { + Parameter #0 [ <required> $arg ] + Parameter #1 [ <optional> $num ] + } + } + + Method [ <internal:orng, prototype ORNG\RNGInterface> public method strShuffle ] { + + - Parameters [1] { + Parameter #0 [ <required> string $string ] + } + - Return [ string ] + } + } + } + } +} + |