Memcached::resetServerList

(PECL memcached >= 2.0.0)

Memcached::resetServerListサーバーリストからすべてのサーバーを消去する

説明

public Memcached::resetServerList(): bool

Memcached::resetserverlist() は、 サーバーリストからすべての memcache サーバーを削除し、サーバーリストを空にします。

パラメータ

この関数にはパラメータはありません。

戻り値

成功した場合に true を、失敗した場合に false を返します。

参考

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top