Memcached::quit
PHP Manual
PHP Manual»Memcached»Memcached::quit

Memcached::quit

(PECL memcached >= 2.0.0)

Memcached::quitClose any open connections

Description

public function Memcached::quit(): bool

Memcached::quit() closes any open connections to the memcache servers.

Parameters

This function has no parameters.

Return Values

Returns true on success or false on failure.

To Top