PHP 8.5.0 Alpha 1 available for testing

Memcached::isPersistent

(PECL memcached >= 2.0.0)

Memcached::isPersistentVerifica si una conexión persistente hacia memcache está en uso

Descripción

public Memcached::isPersistent(): bool

Memcached::isPersistent() verifica si las conexiones a los servidores memcache son conexiones persistentes.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve true si la instancia Memcache utiliza una conexión persistente, false en caso contrario.

Ver también

add a note

User Contributed Notes

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