Query: memcache
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MEMCACHE(3) 1 MEMCACHE(3) The Memcache classINTRODUCTIONRepresents a connection to a set of memcache servers.CLASS SYNOPSISMemcache Memcache o bool Memcache::add (string $key, mixed $var, [int $flag], [int $expire]) o bool Memcache::addServer (string $host, [int $port = 11211], [bool $persistent], [int $weight], [int $timeout], [int $retry_inter- val], [bool $status], [callable $failure_callback], [int $timeoutms]) o bool Memcache::close (void ) o bool Memcache::connect (string $host, [int $port], [int $timeout]) o int Memcache::decrement (string $key, [int $value = 1]) o bool Memcache::delete (string $key, [int $timeout]) o bool Memcache::flush (void ) o string Memcache::get (string $key, [int &$flags]) o array Memcache::getExtendedStats ([string $type], [int $slabid], [int $limit = 100]) o int Memcache::getServerStatus (string $host, [int $port = 11211]) o array Memcache::getStats ([string $type], [int $slabid], [int $limit = 100]) o string Memcache::getVersion (void ) o int Memcache::increment (string $key, [int $value = 1]) o mixed Memcache::pconnect (string $host, [int $port], [int $timeout]) o bool Memcache::replace (string $key, mixed $var, [int $flag], [int $expire]) o bool Memcache::set (string $key, mixed $var, [int $flag], [int $expire]) o bool Memcache::setCompressThreshold (int $threshold, [float $min_savings]) o bool Memcache::setServerParams (string $host, [int $port = 11211], [int $timeout], [int $retry_interval = false], [bool $status], [callable $failure_callback]) PHP Documentation Group MEMCACHE(3)
Related Man Pages |
---|
memcached(3) - php |
sphinxclient(3) - php |
gearmanworker(3) - php |
mysqlnd_memcache_set(3) - php |
memcache.pconnect(3) - php |
Similar Topics in the Unix Linux Community |
---|
Memcache in Nagios |