Memcached::getDelayedByKey
PHP function
Edit on GitHub ✎
(PECL memcached >= 0.1.0)
Request multiple items from a specific server
Description
Memcached::getDelayedByKey(string $server_key, array $keys, bool $with_cas = false, callable|null $value_cb = null): bool
Memcached::getDelayedByKey() is functionally equivalent to Memcached::getDelayed, except that the free-form server_key can be used to map the keys to a specific server.
Parameters
server_keyServer_key
keysArray of keys to request.
with_casWhether to request CAS token values also.
value_cbThe result callback or null.
Return Values
Success Getresultcode
See Also
Memcached::getDelayedMemcached::fetchMemcached::fetchAll