|
Memcached::setByKeyStore an item on a specific server Description
public bool Memcached::setByKey
( string
$server_key
, string $key
, mixed $value
[, int $expiration
] )
Memcached::setByKey is functionally equivalent to
Memcached::set, except that the free-form
Parameters
Return Values
Returns Examples
Example #1 Memcached::setByKey example
<?php See Also
|