PHP » GoLang |
login |
register |
about
|
GoLang Memcached::setByKey
request it (398)
GoLang replacement for PHP's Memcached::setByKey
[edit | history]
Memcached::setByKey(PECL memcached >= 0.1.0) Memcached::setByKey — Store 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 |
more
Recently updated
more
Most requested
more
Last requests
|