|
wincache_ucache_getGets a variable stored in the user cache Beschreibung
mixed wincache_ucache_get
( mixed
$key
[, bool &$success
] )Gets a variable stored in the user cache. Parameter-Liste
Rückgabewerte
If
The Beispiele
Beispiel #1 wincache_ucache_get with
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe: string(4) "blue" bool(true)
Beispiel #2 wincache_ucache_get with
<?phpDas oben gezeigte Beispiel erzeugt folgende Ausgabe:
array(4) { ["green"]=> string(1) "5"
["Blue"]=> string(1) "6"
["yellow"]=> string(1) "7"
["cyan"]=> string(1) "8" }
bool(true)
Siehe auch
|