Memcached::replace
(PECL memcached >= 0.1.0)
Memcached::replace — Replace the item under an existing key
Описание
public bool Memcached::replace
(
string $key
,
mixed $value
[,
int $expiration
] )
Список параметров
-
key
-
The key under which to store the value.
-
value
-
The value to store.
-
expiration
-
The expiration time, defaults to 0. See Expiration Times for more info.
Возвращаемые значения
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
The Memcached::getResultCode will return
Memcached::RES_NOTSTORED if the key does not exist.