update : 2015.11.03
php.shukuma.com검색:
|
Memcached::get(PECL memcached >= 0.1.0) Memcached::get — Retrieve an item 설명
Memcached::get() returns the item that was previously
stored under the
인수
반환값
Returns the value stored in the cache or 예제
Example #1 Memcached::get() example #1
<?php 위 예제의 출력: int(100) Example #2 Memcached::get() example #2
<?php 참고
|