From e4dc3d9c4b1b96af9502c8279c9f568cae311ae0 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Tue, 30 Oct 2012 21:29:53 +0000 Subject: [PATCH] memcache::get() returns false with empty key array (thanks anub|s) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328199 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/memcache/memcache/get.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.