Memcached::isPristine
PHP Manual
PHP Manual»Memcached»Memcached::isPristine

Memcached::isPristine

(PECL memcached >= 2.0.0)

Memcached::isPristineVérifie si l'instance a été créée récemment

Description

public function Memcached::isPristine(): bool

Memcached::isPristine() vérifie si l'instance Memcache a été créée récemment.

Liste de paramètres

Cette fonction ne contient aucun paramètre.

Valeurs de retour

Retourne true si l'instance a été récemment créée, false sinon.

Voir aussi

To Top