|
wincache_ucache_clearDeletes entire content of the user cache Description
bool wincache_ucache_clear()
Clears/deletes all the values stored in the user cache. ParametersThis function has no parameters. Return Values
Returns Examples
Example #1 using wincache_ucache_clear
The above example will output: array(5) { ["green"]=> int(1) ["red"]=> int(2) ["orange"]=> int(4) ["blue"]=> int(8) ["cyan"]=> int(16) } bool(true) bool(false) See Also
|