|
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 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. Parameters
Return Values
Returns the string associated with the Examples
Example #1 Memcache::get example
<?php |