|
Memcache::getRetrieve item from the server Description
string Memcache::get
( string
$key
[, int &$flags
] )
array Memcache::get
( array
$keys
[, array &$flags
] )
Memcache::get returns previously stored data of
an item, if 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. Parameters
Return Values
Returns the value associated with the Examples
Example #1 Memcache::get example
<?php |