update : 2015.11.03
php.shukuma.com검색:
|
wincache_ucache_delete(PECL wincache >= 1.1.0) wincache_ucache_delete — Deletes variables from the user cache 설명
Deletes the elements in the user cache pointed by 인수
반환값
성공 시
If 예제
Example #1 Using wincache_ucache_delete() with
<?php 위 예제의 출력: bool(true) bool(false)
Example #2 Usingwincache_ucache_delete() with
<?php 위 예제의 출력: array(4) { [0]=> string(5) "green" [1]=> string(4) "Blue" [2]=> string(6) "yellow" [3]=> string(4) "cyan" }
Example #3 Using wincache_ucache_delete() with
<?php 위 예제의 출력: array(2) { [0]=> string(6) "yellow" [1]=> string(4) "cyan" } 참고
|