Skip to content

Commit ffaed50

Browse files
fabacinoondrejmirtes
authored andcommitted
Add method signatures for MemcachePool (part of Memcache extension)
1 parent 6c9b52e commit ffaed50

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/Reflection/SignatureMap/functionMap.php

+15
Original file line numberDiff line numberDiff line change
@@ -6421,6 +6421,21 @@
64216421
'Memcache::set' => ['bool', 'key'=>'string', 'var'=>'mixed', 'flag='=>'int', 'expire='=>'int'],
64226422
'Memcache::setCompressThreshold' => ['bool', 'threshold'=>'int', 'min_savings='=>'float'],
64236423
'Memcache::setServerParams' => ['bool', 'host'=>'string', 'port='=>'int', 'timeout='=>'int', 'retry_interval='=>'int', 'status='=>'bool', 'failure_callback='=>'callable'],
6424+
'MemcachePool::add' => ['bool', 'key'=>'string', 'var'=>'mixed', 'flag='=>'int', 'expire='=>'int'],
6425+
'MemcachePool::close' => ['bool'],
6426+
'MemcachePool::decrement' => ['int', 'key'=>'string', 'value='=>'int'],
6427+
'MemcachePool::delete' => ['bool', 'key'=>'string', 'timeout='=>'int'],
6428+
'MemcachePool::flush' => ['bool'],
6429+
'MemcachePool::get' => ['array', 'key'=>'string', 'flags='=>'array', 'keys='=>'array'],
6430+
'MemcachePool::getExtendedStats' => ['array', 'type='=>'string', 'slabid='=>'int', 'limit='=>'int'],
6431+
'MemcachePool::getServerStatus' => ['int', 'host'=>'string', 'port='=>'int'],
6432+
'MemcachePool::getStats' => ['array', 'type='=>'string', 'slabid='=>'int', 'limit='=>'int'],
6433+
'MemcachePool::getVersion' => ['string'],
6434+
'MemcachePool::increment' => ['int', 'key'=>'string', 'value='=>'int'],
6435+
'MemcachePool::replace' => ['bool', 'key'=>'string', 'var'=>'mixed', 'flag='=>'int', 'expire='=>'int'],
6436+
'MemcachePool::set' => ['bool', 'key'=>'string', 'var'=>'mixed', 'flag='=>'int', 'expire='=>'int'],
6437+
'MemcachePool::setCompressThreshold' => ['bool', 'threshold'=>'int', 'min_savings='=>'float'],
6438+
'MemcachePool::setServerParams' => ['bool', 'host'=>'string', 'port='=>'int', 'timeout='=>'int', 'retry_interval='=>'int', 'status='=>'bool', 'failure_callback='=>'callable'],
64246439
'memcache_debug' => ['bool', 'on_off'=>'bool'],
64256440
'Memcached::add' => ['bool', 'key'=>'string', 'value'=>'mixed', 'expiration='=>'int'],
64266441
'Memcached::addByKey' => ['bool', 'server_key'=>'string', 'key'=>'string', 'value'=>'mixed', 'expiration='=>'int'],

0 commit comments

Comments
 (0)