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
This commit is contained in:
Peter Cowburn 2012-10-30 21:29:53 +00:00
parent 44a4313949
commit e4dc3d9c4b

View file

@ -63,7 +63,9 @@
&reftitle.returnvalues;
<para>
Returns the string associated with the <parameter>key</parameter> or
&false; on failure or if such <parameter>key</parameter> was not found.
an array of found key-value pairs when <parameter>key</parameter> is an <type>array</type>.
Returns &false; on failure, <parameter>key</parameter> is not found or
<parameter>key</parameter> is an empty <type>array</type>.
</para>
</refsect1>