downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Examples> <Resource Types
[edit] Last updated: Fri, 11 May 2012

view this page in

Predefined Constants

Memcache Constants
Name Description
MEMCACHE_COMPRESSED (integer) Used to turn on-the-fly data compression on with Memcache::set(), Memcache::add() and Memcache::replace().
MEMCACHE_HAVE_SESSION (integer) 1 if this Memcache session handler is available, 0 otherwise.


add a note add a note User Contributed Notes Predefined Constants
Joan 20-Jan-2010 06:25
MEMCACHE_COMPRESSED=2
Using value of 1 produces serialization errors when retrieving values.

 
show source | credits | sitemap | contact | advertising | mirror sites