mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
Added 4 functions to further debug issues and error codes in a multi-server environment:
getLastErrorMessage() getLastErrorCode() getLastErrorErrno() getLastDisconnectedServer()
This commit is contained in:
@@ -257,6 +257,14 @@ class Memcached {
|
||||
|
||||
public function getServerByKey( $server_key ) {}
|
||||
|
||||
public function getLastErrorMessage( ) {}
|
||||
|
||||
public function getLastErrorCode( ) {}
|
||||
|
||||
public function getLastErrorErrno( ) {}
|
||||
|
||||
public function getLastDisconnectedServer( ) {}
|
||||
|
||||
public function flush( $delay = 0 ) {}
|
||||
|
||||
public function getStats( ) {}
|
||||
|
||||
Reference in New Issue
Block a user