Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
Memcache::get
Popis
string Memcache::get ( string key )array Memcache::get ( array keys )
Memcache::get() returns previously stored data if
an item with such key
exists on the server at this
moment.
You can pass array of keys to Memcache::get() to get array of values. The result array will contain only found key-value pairs.
Návratové hodnoty
Returns the string associated with the key
or
FALSE on failure or if such key
was not found.
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
Memcache::flush | Nahoru |