| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
Memcached::getOption(PECL memcached >= 0.1.0) Memcached::getOption — Retrieve a Memcached option value 설명
   This method returns the value of a Memcached  인수
 
 반환값
   Returns the value of the requested option, or  예제
 Example #1 Retrieving Memcached options 
<?php위 예제의 출력 예시: bool(true) int(1000)  |