(PECL memcached >= 0.1.0)
Memcached::deleteByKey — Delete an item from a specific server
   Memcached::deleteByKey() is functionally equivalent to
   Memcached::delete(), except that the free-form
   server_key can be used to map the
   key to a specific server.
  
server_keyDeğerin depolanacağı veya geri alınacağı sunucuyu tanımlayan anahtar. Hangi memcached sunucusuyla konuşulacağına karar verirken, öğe için gerçek anahtar yerine, sunucu anahtarına karıştırma uygulanır. Bu, çoklu işlemlerle verimlilik için ilgili öğelerin tek bir sunucuda gruplanmasına izin verir.
keyThe key to be deleted.
timeThe amount of time the server will wait to delete the item.
Bilginize: memcached 1.3.0 (2009'da dağıtılan) itibariyle bu özellik artık desteklenmemektedir. Sıfırdan farklı
zamandeğerleri silme işleminin başarısız olmasına sebep olur. Memcached::getResultCode() yöntemiMEMCACHED_INVALID_ARGUMENTSdöndürür.
   Başarı durumunda true, başarısızlık durumunda false döner.
   The Memcached::getResultCode() will return
   Memcached::RES_NOTFOUND if the key does not exist.
  
