| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
Memcached::append(PECL memcached >= 0.1.0) Memcached::append — Append data to an existing item 설명
   public bool Memcached::append
    ( string  
  $key
   , string $value
   )
   Memcached::append() appends the given
    
 인수
 
 반환값
   성공 시  예제
 Example #1 Memcached::append() example 
<?php위 예제의 출력: string(6) "abcdef" 참고
 
  |