apcu_fetchFetch a stored variable from the cache Beschreibung
mixed apcu_fetch
( mixed
$key
[, bool &$success
] )Fetchs an entry from the cache. Parameter-Liste
Rückgabewerte
The stored variable or array of variables on success; Beispiele
Beispiel #1 A apcu_fetch example
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: string(3) "BAR" Changelog
Siehe auch
|