wincache_ucache_set
PECL wincache >= 1.1.0
wincache_ucache_set - Adds a variable in user cache and overwrites a variable if it already exists in the cache
Example #1 wincache_ucache_set with <span class='function-parameter'>key</span> as a string
Result: bool(true)
string(3) "BAR"
bool(true)
string(3) "BAR1"
Example #2 wincache_ucache_set with <span class='function-parameter'>key</span> as an array
Result: array(0) {}
array(0) {}
string(1) "6"