|
Memcached::getRetrieve an item Description
public mixed Memcached::get
( string
$key
[, callable $cache_cb
[, float &$cas_token
]] )
Memcached::get returns the item that was previously
stored under the
Parameters
Return Values
Returns the value stored in the cache or Examples
Example #1 Memcached::get example #1
<?php The above example will output: int(100) Example #2 Memcached::get example #2
<?php See Also
|