|
6421 | 6421 | 'Memcache::set' => ['bool', 'key'=>'string', 'var'=>'mixed', 'flag='=>'int', 'expire='=>'int'],
|
6422 | 6422 | 'Memcache::setCompressThreshold' => ['bool', 'threshold'=>'int', 'min_savings='=>'float'],
|
6423 | 6423 | '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'], |
6424 | 6439 | 'memcache_debug' => ['bool', 'on_off'=>'bool'],
|
6425 | 6440 | 'Memcached::add' => ['bool', 'key'=>'string', 'value'=>'mixed', 'expiration='=>'int'],
|
6426 | 6441 | 'Memcached::addByKey' => ['bool', 'server_key'=>'string', 'key'=>'string', 'value'=>'mixed', 'expiration='=>'int'],
|
|
0 commit comments