PHP » GoLang |
login |
register |
about
|
GoLang wincache_ucache_clear
request it (354)
GoLang replacement for PHP's wincache_ucache_clear
[edit | history]
wincache_ucache_clear(PECL wincache >= 1.1.0) wincache_ucache_clear — Deletes entire content of the user cache Description
bool wincache_ucache_clear
( void
)
Clears/deletes all the values stored in the user cache. Return Values
Returns Examples
Example #1 using wincache_ucache_clear()
<?php 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
|
more
Recently updated
more
Most requested
more
Last requests
|