|
Memcache::getServerStatusReturns server status Description
int Memcache::getServerStatus(string
$host , int $port = 11211)Memcache::getServerStatus returns a the servers online/offline status. You can also use memcache_get_server_status function.
Parameters
Return ValuesReturns a the servers status. 0 if server is failed, non-zero otherwise Examples
Example #1 Memcache::getServerStatus example
See Also
|