| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
Memcached::__construct(PECL memcached >= 0.1.0) Memcached::__construct — Create a Memcached instance 설명
   public Memcached::__construct
    ([ string  
  $persistent_id
  ] )Creates a Memcached instance representing the connection to the memcache servers. 인수
 
 반환값A Memcached object. 예제
 Example #1 Creating a Memcached object 
<?php |