wincache_ucache_delete

PECL wincache >= 1.1.0
wincache_ucache_delete - Deletes variables from the user cache
Manual
Code Examples

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

Result: bool(true) bool(false)
PHP Version:

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

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

Example #3 Using wincache_ucache_delete with <span class='function-parameter'>key</span> as an array where some elements cannot be deleted

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