|
Memcached::appendAppend data to an existing item Description
public bool Memcached::append
( string
$key
, string $value
)
Memcached::append appends the given
Parameters
Return Values
Returns Examples
Example #1 Memcached::append example
<?php The above example will output: string(6) "abcdef" See Also
|