|
Memcache::addAdd an item to the server Description
bool Memcache::add
( string
$key
, mixed $var
[, int $flag
[, int $expire
]] )
Memcache::add stores variable
Parameters
Return Values
Returns Examples
Example #1 Memcache::add example
<?php See Also
|