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