update : 2015.11.03
php.shukuma.com검색:
|
Memcached::addServers(PECL memcached >= 0.1.1) Memcached::addServers — Add multiple servers to the server pool 설명
public bool Memcached::addServers
( array
$servers
)
Memcached::addServers() adds
The same server may appear multiple times in the server pool, because no
duplication checks are made. This is not advisable; instead, use the
인수
반환값
성공 시 예제
Example #1 Memcached::addServers() example
<?php 참고
|