Memcached::isPristine

(PECL memcached >= 2.0.0)

Memcached::isPristineCheck if the instance was recently created

說明

public Memcached::isPristine(): bool

Memcached::isPristine() checks if the Memcache instance was recently created.

參數

此函數沒有參數。

返回值

Returns the true if instance is recently created, false otherwise.

參見