Fix #77809: getStats() may return false

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351058 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2020-10-29 16:22:07 +00:00
parent a8e0638ea5
commit a05eccd80a

View file

@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<modifier>public</modifier> <type>array</type><methodname>Memcached::getStats</methodname>
<modifier>public</modifier> <type class="union"><type>array</type><type>false</type></type><methodname>Memcached::getStats</methodname>
<void />
</methodsynopsis>
<para>
@ -29,7 +29,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Array of server statistics, one entry per server.
Array of server statistics, one entry per server, &return.falseforfailure;.
</para>
</refsect1>