update : 2015.11.03
php.shukuma.com검색:
|
Memcached::setOptions(PECL memcached >= 2.0.0) Memcached::setOptions — Set Memcached options 설명
public bool Memcached::setOptions
( array
$options
)Memcached::setOptions() is a variation of the Memcached::setOption() that takes an array of options to be set. 인수
반환값
성공 시 예제
Example #1 Setting Memcached options
<?php 위 예제의 출력: bool(true) bool(false) Prefix key is now: widgets 참고
|