update : 2015.11.03
php.shukuma.com검색:
|
The Memcached class(PECL memcached >= 0.1.0) 소개Represents a connection to a set of memcached servers. 클래스 개요
Memcached
{
public bool casByKey
( float
$cas_token
, string $server_key
, string $key
, mixed $value
[, int $expiration
] )
public int decrement
( string
$key
[, int $offset = 1
[, int $initial_value = 0
[, int $expiry = 0
]]] )
public int decrementByKey
( string
$server_key
, string $key
[, int $offset = 1
[, int $initial_value = 0
[, int $expiry = 0
]]] )
public mixed getByKey
( string
$server_key
, string $key
[, callable $cache_cb
[, float &$cas_token
]] )
public bool getDelayedByKey
( string
$server_key
, array $keys
[, bool $with_cas
[, callable $value_cb
]] )
public array getMultiByKey
( string
$server_key
, array $keys
[, string &$cas_tokens
[, int $flags
]] )
public int increment
( string
$key
[, int $offset = 1
[, int $initial_value = 0
[, int $expiry = 0
]]] )
public int incrementByKey
( string
}$server_key
, string $key
[, int $offset = 1
[, int $initial_value = 0
[, int $expiry = 0
]]] )Table of Contents
|