mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
update api
This commit is contained in:
@@ -239,9 +239,9 @@ class Memcached {
|
||||
|
||||
public function deleteMultiByKey( $server_key, array $keys, $expiration = 0 ) {}
|
||||
|
||||
public function increment( $key, $offset = 1) {}
|
||||
public function increment( $key, $offset = 1, $initial_value = 0, $expiry = 0) {}
|
||||
|
||||
public function decrement( $key, $offset = 1) {}
|
||||
public function decrement( $key, $offset = 1, $initial_value = 0, $expiry = 0) {}
|
||||
|
||||
public function getOption( $option ) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user