update : 2015.11.03
php.shukuma.com검색:
|
wincache_ucache_get(PECL wincache >= 1.1.0) wincache_ucache_get — Gets a variable stored in the user cache 설명Gets a variable stored in the user cache. 인수
반환값
If
The 예제
Example #1 wincache_ucache_get() with
<?php 위 예제의 출력: string(4) "blue" bool(true)
Example #2 wincache_ucache_get() with
<?php 위 예제의 출력: array(4) { ["green"]=> string(1) "5" ["Blue"]=> string(1) "6" ["yellow"]=> string(1) "7" ["cyan"]=> string(1) "8" } bool(true) 참고
|