| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
Memcached::getMultiByKey(PECL memcached >= 0.1.0) Memcached::getMultiByKey — Retrieve multiple items from a specific server 설명
   public array Memcached::getMultiByKey
    ( string  
  $server_key
   , array $keys
   [, string &$cas_tokens
   [, int $flags
  ]] )
   Memcached::getMultiByKey() is functionally equivalent to
   Memcached::getMulti(), except that the free-form
    인수
 
 반환값
   Returns the array of found items실패 시  참고
 
  |