CakeFest 2024: The Official CakePHP Conference

Memcached::resetServerList

(PECL memcached >= 2.0.0)

Memcached::resetServerListClears all servers from the server list

Descrizione

public Memcached::resetServerList(): bool

Memcached::resetserverlist() removes all memcache servers from the known server list, resetting it back to empty.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Restituisce true in caso di successo, false in caso di fallimento.

Vedere anche:

add a note

User Contributed Notes

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