update : 2015.11.03
php.shukuma.com검색:
|
Memcache::get(PECL memcache >= 0.2.0) Memcache::get — Retrieve item from the server 설명
string Memcache::get
( string
$key
[, int &$flags
] )
array Memcache::get
( array
$keys
[, array &$flags
] )
Memcache::get() returns previously stored data if
an item with such You can pass array of keys to Memcache::get() to get array of values. The result array will contain only found key-value pairs. 인수
반환값
Returns the string associated with the 예제
Example #1 Memcache::get() example
<?php |