PHP 8.4.0 RC4 available for testing

Yac::__set

(PECL yac >= 1.0.0)

Yac::__setSetter

说明

public Yac::__set(string $keys, mixed $value): mixed

store a item into cache

参数

keys

string key

value

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

返回值

Always return the value self

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top