Memcache::get Retrieve item from the server Description mixedMemcache::get stringkey Memcache::get returns previously stored data if an item with such key exists on the server at this moment. <function>Memcache::get</function> example connect('memcache_host', 11211); $var = $memcache_obj->get('some_key'); ?> ]]> Memcache::get returns &false; on failure.