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