From 36052ea3278abe639088429859b59195af1ed873 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Oct 2017 14:09:53 +0200 Subject: switch the spec --- REFLECTION | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 5693e29..a7c17af 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #105 memcache version 3.0.8 ] { +Extension [ extension #105 memcache version 3.0.9-dev ] { - INI { Entry [ memcache.allow_failover ] @@ -73,6 +73,13 @@ Extension [ extension #105 memcache version 3.0.8 ] { Function [ function memcache_prepend ] { } Function [ function memcache_get ] { + + - Parameters [4] { + Parameter #0 [ $param0 ] + Parameter #1 [ $param1 ] + Parameter #2 [ &$param2 ] + Parameter #3 [ &$param3 ] + } } Function [ function memcache_delete ] { } @@ -92,6 +99,8 @@ Extension [ extension #105 memcache version 3.0.8 ] { } Function [ function memcache_flush ] { } + Function [ function memcache_set_sasl_auth_data ] { + } } - Classes [2] { @@ -109,7 +118,7 @@ Extension [ extension #105 memcache version 3.0.8 ] { - Properties [0] { } - - Methods [22] { + - Methods [23] { Method [ public method connect ] { } @@ -150,6 +159,12 @@ Extension [ extension #105 memcache version 3.0.8 ] { } Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + Parameter #2 [ &$param2 ] + } } Method [ public method delete ] { @@ -175,6 +190,9 @@ Extension [ extension #105 memcache version 3.0.8 ] { Method [ public method flush ] { } + + Method [ public method setSaslAuthData ] { + } } } @@ -192,7 +210,7 @@ Extension [ extension #105 memcache version 3.0.8 ] { - Properties [0] { } - - Methods [23] { + - Methods [24] { Method [ public method connect ] { } @@ -236,6 +254,12 @@ Extension [ extension #105 memcache version 3.0.8 ] { } Method [ public method get ] { + + - Parameters [3] { + Parameter #0 [ $param0 ] + Parameter #1 [ &$param1 ] + Parameter #2 [ &$param2 ] + } } Method [ public method delete ] { @@ -261,6 +285,9 @@ Extension [ extension #105 memcache version 3.0.8 ] { Method [ public method flush ] { } + + Method [ public method setSaslAuthData ] { + } } } } -- cgit