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