Yac::set
PHP Manual
PHP Manual»Yac»Yac::set

Yac::set

(PECL yac >= 1.0.0)

Yac::setStore into cache

Опис

public function Yac::set(string $keys, mixed $value, int $ttl = 0): bool
public function Yac::add(array $key_vals): bool

Add a item into cache, it the key is already exists, override it.

Параметри

keys

string key

value

mixed value, All php value type could be stored except resource

ttl

expire time

Значення, що повертаються

the value self

To Top