mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
Implement "preserve order" option for multi-gets.
This commit is contained in:
@@ -79,9 +79,9 @@ class Memcached {
|
||||
|
||||
public function getByKey( $server_key, $key, $cache_cb = null ) {}
|
||||
|
||||
public function getMulti( array $keys, &$cas_tokens = null, $preserve_order = false ) {}
|
||||
public function getMulti( array $keys, &$cas_tokens = null, $flags = 0 ) {}
|
||||
|
||||
public function getMultiByKey( $server_key, array $keys, &$cas_tokens = null, $preserve_order = false ) {}
|
||||
public function getMultiByKey( $server_key, array $keys, &$cas_tokens = null, $flags = 0 ) {}
|
||||
|
||||
public function getDelayed( array $keys, $with_cas = null, $value_cb = null ) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user