Updated documentation for Pecl Bug #63272

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328235 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Herman J. Radtke III 2012-11-04 19:43:25 +00:00
parent 99255aeb5b
commit 74827906d0

View file

@ -33,6 +33,54 @@
1 if this Memcache session handler is available, 0 otherwise.
</entry>
</row>
<row>
<entry>
<constant xml:id="constantmemcache-user1">MEMCACHE_USER1</constant>
(<type>integer</type>)
</entry>
<entry>
Used to turn user-defined application flag on with
<function>Memcache::set</function>,
<function>Memcache::add</function>&listendand;
<function>Memcache::replace</function>.
</entry>
</row>
<row>
<entry>
<constant xml:id="constantmemcache-user2">MEMCACHE_USER2</constant>
(<type>integer</type>)
</entry>
<entry>
Used to turn user-defined application flag on with
<function>Memcache::set</function>,
<function>Memcache::add</function>&listendand;
<function>Memcache::replace</function>.
</entry>
</row>
<row>
<entry>
<constant xml:id="constantmemcache-user3">MEMCACHE_USER3</constant>
(<type>integer</type>)
</entry>
<entry>
Used to turn user-defined application flag on with
<function>Memcache::set</function>,
<function>Memcache::add</function>&listendand;
<function>Memcache::replace</function>.
</entry>
</row>
<row>
<entry>
<constant xml:id="constantmemcache-user4">MEMCACHE_USER4</constant>
(<type>integer</type>)
</entry>
<entry>
Used to turn user-defined application flag on with
<function>Memcache::set</function>,
<function>Memcache::add</function>&listendand;
<function>Memcache::replace</function>.
</entry>
</row>
</tbody>
</tgroup>
</table>