Yac::set

(PECL yac >= 1.0.0)

Yac::set — Store 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