update : 2015.11.03
php.shukuma.com검색:
|
Memcached::setMulti(PECL memcached >= 0.1.0) Memcached::setMulti — Store multiple items 설명
public bool Memcached::setMulti
( array
$items
[, int $expiration
] )
Memcached::setMulti() is similar to
Memcached::set(), but instead of a single key/value
item, it works on multiple items specified in
반환값
성공 시 예제
Example #1 Memcached::setMulti() example
<?php 참고
|