Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
Memcache::getServerStatus
Popis
int Memcache::getServerStatus ( string host [, int port] )Memcache::getServerStatus() returns a the servers online/offline status. You can also use memcache_get_server_status() function.
Poznámka: This function has been added to Memcache version 2.1.0.
Seznam parametrů
host
Point to the host where memcached is listening for connections.
port
Point to the port where memcached is listening for connections. This parameter is optional and its default value is 11211.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
Memcache::getExtendedStats | Nahoru |