|
update : 2015.11.03
php.shukuma.com검색:
|
wincache_ucache_clear(PECL wincache >= 1.1.0) wincache_ucache_clear — Deletes entire content of the user cache 설명
bool wincache_ucache_clear
( void
)
Clears/deletes all the values stored in the user cache. 반환값
성공 시 예제
Example #1 using wincache_ucache_clear()
<?php위 예제의 출력:
array(5) { ["green"]=> int(1)
["red"]=> int(2)
["orange"]=> int(4)
["blue"]=> int(8)
["cyan"]=> int(16) }
bool(true)
bool(false)
참고
|