update : 2015.11.03
php.shukuma.com검색:
|
wincache_ucache_exists(PECL wincache >= 1.1.0) wincache_ucache_exists — Checks if a variable exists in the user cache 설명
bool wincache_ucache_exists
( string
$key
)
Checks if a variable with the 인수
반환값
Returns 예제
Example #1 Using wincache_ucache_exists()
<?php 위 예제의 출력: bool(true) 참고
|