Fix wrong return value description

Patch provided by anon user

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340320 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2016-10-05 13:58:22 +00:00
parent e0dac54a11
commit 9fdb3b72f7

View file

@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>bool</type><methodname>Memcached::deleteMulti</methodname>
<modifier>public</modifier> <type>array</type><methodname>Memcached::deleteMulti</methodname>
<methodparam><type>array</type><parameter>keys</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>time</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
@ -59,7 +59,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
Returns array indexed by <parameter>keys</parameter> and where values are indicating whether operation succeeded or not.
The <methodname>Memcached::getResultCode</methodname> will return
<constant>Memcached::RES_NOTFOUND</constant> if the key does not exist.
</para>