diff --git a/reference/memcache/memcache/get.xml b/reference/memcache/memcache/get.xml index f28d7e1f18..d7a3726252 100644 --- a/reference/memcache/memcache/get.xml +++ b/reference/memcache/memcache/get.xml @@ -63,7 +63,9 @@ &reftitle.returnvalues; Returns the string associated with the key or - &false; on failure or if such key was not found. + an array of found key-value pairs when key is an array. + Returns &false; on failure, key is not found or + key is an empty array.