PHP 8.3.4 Released!

Memcached::quit

(PECL memcached >= 2.0.0)

Memcached::quitClose any open connections

Description

public 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.

add a note

User Contributed Notes

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