mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
99255aeb5b
commit
74827906d0
1 changed files with 48 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue