|
wincache_ucache_getGets a variable stored in the user cache Description
mixed wincache_ucache_get
( mixed
$key
[, bool &$success
] )Gets a variable stored in the user cache. Parameters
Return Values
If
The Examples
Example #1 wincache_ucache_get with
<?phpThe above example will output: string(4) "blue" bool(true)
Example #2 wincache_ucache_get with
<?phpThe above example will output:
array(4) { ["green"]=> string(1) "5"
["Blue"]=> string(1) "6"
["yellow"]=> string(1) "7"
["cyan"]=> string(1) "8" }
bool(true)
See Also
|