Web студия "GrandView"
  Главная   Написать Контакты
   
   
О проекте
Руководство php
 

Memcache::getServerStatus

(no version information, might be only in CVS)

Memcache::getServerStatus -- Returns server status

Описание

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.

Замечание: This function has been added to Memcache version 2.1.0.

Список параметров

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.

Возвращаемые значения

Returns a the servers status. 0 if server is failed, non-zero otherwise

Примеры

Пример 1. Memcache::getServerStatus() example

<?php

/* OO API */
$memcache = new Memcache;
$memcache->addServer('memcache_host', 11211);
echo
$memcache->getServerStatus('memcache_host', 11211);

/* procedural API */
$memcache = memcache_connect('memcache_host', 11211);
echo
memcache_get_server_status($memcache, 'memcache_host', 11211);

?>

Смотрите также

Memcache::addServer()
Memcache::setServerParams()



add a note add a note User Contributed Notes
Memcache::getServerStatus
There are no user contributed notes for this page.

Memcache::getStats> <Memcache::getExtendedStats
Last updated: Sat, 27 Jan 2007
 
 
Новости
11 июля 2007
Сайт запущен
© 2007 info@grandviewstudio.com

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 324

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/sites/grandviewstudiocom/www/65f67d67a94ad980786580ae69e11c07/sape.php on line 330
Z058440144362 Z348613067571