mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
44a4313949
commit
e4dc3d9c4b
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue