From e9f3661b5091810d4de6984c22e725854f78092b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 27 Nov 2016 07:30:15 +0100 Subject: php-pecl-sync: 1.1.0 --- REFLECTION | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 55 insertions(+), 2 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 067a603..678eda9 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #143 sync version 1.0.1 ] { +Extension [ extension #126 sync version 1.1.0 ] { - - Classes [4] { + - Classes [5] { Class [ class SyncMutex ] { - Constants [0] { @@ -173,6 +173,59 @@ Extension [ extension #143 sync version 1.0.1 ] { } } } + + Class [ class SyncSharedMemory ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method __construct ] { + + - Parameters [2] { + Parameter #0 [ $name ] + Parameter #1 [ $size ] + } + } + + Method [ public method first ] { + + - Parameters [0] { + } + } + + Method [ public method size ] { + + - Parameters [0] { + } + } + + Method [ public method write ] { + + - Parameters [2] { + Parameter #0 [ $string ] + Parameter #1 [ $start ] + } + } + + Method [ public method read ] { + + - Parameters [2] { + Parameter #0 [ $start ] + Parameter #1 [ $length ] + } + } + } + } } } -- cgit