Yac::__construct » « Yac PHP 手册 函数参考 影响 PHP 行为的扩展 Yac Yac Yac::add (PECL yac >= 1.0.0)Yac::add — Store into cache 说明 public Yac::add(string $keys, mixed $value, int $ttl = 0): bool public Yac::add(array $key_vals): bool Added a item into cache. 参数 keys string key value mixed value, All php value type could be stored except resource ttl expire time 返回值 bool, true on success, false on failure 注意: Yac::add() may fail if cas lock could not obtain, so, if you need the value to be stored properly, you may write codes like: 示例 #1 Make sure the item is stored while(!$yac->set("key", "vale)); 发现了问题? 了解如何改进此页面 • 提交拉取请求 • 报告一个错误 +添加备注 用户贡献的备注 此页面尚无用户贡献的备注。 备份地址:http://www.lvesu.com/blog/php/yac.add.php