Php/docs/yac.get

提供:Dev Guides
< Php
2020年12月14日 (月) 09:31時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

Yac::get

(PECL yac >= 1.0.0)

Yac::getRetrieve values from cache


説明

public Yac::get ( string|array $key [, int &$cas = null ] ) : mixed

Retrieve values from cache


パラメータ

key
string keys, or array of multiple keys.
cas
if not null, it will be set to the retrieved item's cas.


返り値

mixed on success, false on failure