Php/docs/yac.set

提供:Dev Guides
< Php
移動先:案内検索

Yac::set

(PECL yac >= 1.0.0)

Yac::setStore into cache


説明

public Yac::set ( string $keys , mixed $value [, int $ttl = 0 ] ) : bool

public 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 リソース
ttl
expire time


返り値

the value self