diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-27 07:30:15 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-27 07:30:15 +0100 |
commit | e9f3661b5091810d4de6984c22e725854f78092b (patch) | |
tree | 0825561ff46cb53b3fca566b57795426798ab71d /REFLECTION | |
parent | 3c3e095db5290e73ffe8a1e0dc48cb59adf03422 (diff) |
php-pecl-sync: 1.1.0
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 57 |
1 files changed, 55 insertions, 2 deletions
@@ -1,6 +1,6 @@ -Extension [ <persistent> extension #143 sync version 1.0.1 ] { +Extension [ <persistent> extension #126 sync version 1.1.0 ] { - - Classes [4] { + - Classes [5] { Class [ <internal:sync> class SyncMutex ] { - Constants [0] { @@ -173,6 +173,59 @@ Extension [ <persistent> extension #143 sync version 1.0.1 ] { } } } + + Class [ <internal:sync> class SyncSharedMemory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:sync, ctor> public method __construct ] { + + - Parameters [2] { + Parameter #0 [ <required> $name ] + Parameter #1 [ <required> $size ] + } + } + + Method [ <internal:sync> public method first ] { + + - Parameters [0] { + } + } + + Method [ <internal:sync> public method size ] { + + - Parameters [0] { + } + } + + Method [ <internal:sync> public method write ] { + + - Parameters [2] { + Parameter #0 [ <required> $string ] + Parameter #1 [ <optional> $start ] + } + } + + Method [ <internal:sync> public method read ] { + + - Parameters [2] { + Parameter #0 [ <optional> $start ] + Parameter #1 [ <optional> $length ] + } + } + } + } } } |