diff --git a/reference/memcache/functions/memcache-get.xml b/reference/memcache/functions/memcache-get.xml index 83d64dd576..f1143020ce 100644 --- a/reference/memcache/functions/memcache-get.xml +++ b/reference/memcache/functions/memcache-get.xml @@ -1,5 +1,5 @@ - + Memcache::get @@ -11,10 +11,12 @@ stringMemcache::get stringkey + intflags arrayMemcache::get arraykeys + arrayflags @@ -38,6 +40,18 @@ key + The key or array of keys to fetch. + + + + + flags + + + If present, flags fetched along with the values will be written to this parameter. These + flags are the same as the ones given to for example Memcache::set. + The lowest byte of the int is reserved for pecl/memcache internal usage (e.g. to indicate + compression and serialization status).