wincache_ucache_add

PECL wincache >= 1.1.0
wincache_ucache_add - Adds a variable in user cache only if variable does not already exist in the cache
Manual
Code Examples

Example #1 wincache_ucache_add with <span class='function-parameter'>key</span> as a string

Result: bool(true) bool(false) string(3) "BAR"
PHP Version:

Example #2 wincache_ucache_add with <span class='function-parameter'>key</span> as an array

Result: array(0) { } array(4) { ["green"]=> int(-1) ["Blue"]=> int(-1) ["yellow"]=> int(-1) ["cyan"]=> int(-1) } string(1) "6"
PHP Version: