update : 2015.11.03
php.shukuma.com검색:
|
The Memcache class(PECL memcache >= 0.2.0) 소개Represents a connection to a set of memcache servers. 클래스 개요
Memcache
{
bool addServer
( string
$host
[, int $port = 11211
[, bool $persistent
[, int $weight
[, int $timeout
[, int $retry_interval
[, bool $status
[, callable $failure_callback
[, int $timeoutms
]]]]]]]] )
bool setServerParams
( string
}$host
[, int $port = 11211
[, int $timeout
[, int $retry_interval = false
[, bool $status
[, callable $failure_callback
]]]]] )Table of Contents
|