Added 4 functions to further debug issues and error codes in a multi-server environment:

getLastErrorMessage()
	getLastErrorCode()
	getLastErrorErrno()
	getLastDisconnectedServer()
This commit is contained in:
Nicolas Van Eenaeme
2012-11-13 00:14:20 +01:00
parent 5450f45a3e
commit d9a2e8b6c3
2 changed files with 102 additions and 0 deletions

View File

@@ -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( ) {}