From 74827906d0e1c9a99764e818572b2ee7c2b640a6 Mon Sep 17 00:00:00 2001 From: "Herman J. Radtke III" Date: Sun, 4 Nov 2012 19:43:25 +0000 Subject: [PATCH] Updated documentation for Pecl Bug #63272 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328235 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/memcache/constants.xml | 48 ++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/reference/memcache/constants.xml b/reference/memcache/constants.xml index 905c91eb34..875639b187 100644 --- a/reference/memcache/constants.xml +++ b/reference/memcache/constants.xml @@ -33,6 +33,54 @@ 1 if this Memcache session handler is available, 0 otherwise. + + + MEMCACHE_USER1 + (integer) + + + Used to turn user-defined application flag on with + Memcache::set, + Memcache::add&listendand; + Memcache::replace. + + + + + MEMCACHE_USER2 + (integer) + + + Used to turn user-defined application flag on with + Memcache::set, + Memcache::add&listendand; + Memcache::replace. + + + + + MEMCACHE_USER3 + (integer) + + + Used to turn user-defined application flag on with + Memcache::set, + Memcache::add&listendand; + Memcache::replace. + + + + + MEMCACHE_USER4 + (integer) + + + Used to turn user-defined application flag on with + Memcache::set, + Memcache::add&listendand; + Memcache::replace. + +