|
Memcache::replaceReplace value of the existing item Description
bool Memcache::replace(
string $key ,mixed $var ,int $flag = ?,int $expire = ?)
Memcache::replace should be used to replace value of
existing item with Parameters
Return Values
Returns Examples
Example #1 Memcache::replace example
See Also
|