update : 2015.11.03
php.shukuma.com검색:
|
Memcached::flush(PECL memcached >= 0.1.0) Memcached::flush — Invalidate all items in the cache 설명
public bool Memcached::flush
([ int
$delay = 0
] )
Memcached::flush() invalidates all existing cache items
immediately (by default) or after the 인수
반환값
성공 시 예제
Example #1 Memcached::flush() example
<?php |