Memcached::append

Memcached::append

(PECL memcached >= 0.1.0)

Memcached::appendAppend data to an existing item

Description

public bool Memcached::append ( string $key , string $value )

Memcached::append() appends the given value string to the value of an existing item. The reason that value is forced to be a string is that appending mixed types is not well-defined.

Note:

If the Memcached::OPT_COMPRESSION is enabled, th