wincache_ucache_get
PECL wincache >= 1.1.0
wincache_ucache_get - Gets a variable stored in the user cache
Example #1 wincache_ucache_get with <span class='function-parameter'>key</span> as a string
Result: string(4) "blue"
bool(true)
Example #2 wincache_ucache_get with <span class='function-parameter'>key</span> as an array
Result: array(4) { ["green"]=> string(1) "5"
["Blue"]=> string(1) "6"
["yellow"]=> string(1) "7"
["cyan"]=> string(1) "8" }
bool(true)