Memcached::prepend
Memcached::prepend
(PECL memcached >= 0.1.0)
Memcached::prepend — Prepend data to an existing item
Description
public bool Memcached::prepend ( string $key , string $value )
Memcached::prepend() prepends the given value
string to the value of an existing item. The reason that value
is forced to be a string is that prepending mixed types is not well-defined.
Note:
If the
Memcached::OPT_COMPRESSION
is ena