<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.memcache.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'en',
  ),
  'this' => 
  array (
    0 => 'memcache.constants.php',
    1 => 'Predefined Constants',
    2 => 'Predefined Constants',
  ),
  'up' => 
  array (
    0 => 'book.memcache.php',
    1 => 'Memcache',
  ),
  'prev' => 
  array (
    0 => 'memcache.resources.php',
    1 => 'Resource Types',
  ),
  'next' => 
  array (
    0 => 'memcache.examples.php',
    1 => 'Examples',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/memcache/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="memcache.constants" class="appendix">
 <h1 class="title">Predefined Constants</h1>

 <table class="doctable table">
  <caption><strong>Memcache Constants</strong></caption>
   
    <thead>
     <tr>
      <th>Name</th>
      <th>Description</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr id="constant.memcache-compressed">
      <td>
       <strong><code><a href="memcache.constants.php#constant.memcache-compressed">MEMCACHE_COMPRESSED</a></code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td>
       Used to turn on-the-fly data compression on with
       <span class="function"><a href="memcache.set.php" class="function">Memcache::set()</a></span>,
       <span class="function"><a href="memcache.add.php" class="function">Memcache::add()</a></span> and
       <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span>.
      </td>
     </tr>

     <tr id="constant.memcache-have-session">
      <td>
       <strong><code><a href="memcache.constants.php#constant.memcache-have-session">MEMCACHE_HAVE_SESSION</a></code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td>
       1 if this Memcache session handler is available, 0 otherwise.
      </td>
     </tr>

     <tr id="constant.memcache-user1">
      <td>
       <strong><code><a href="memcache.constants.php#constant.memcache-user1">MEMCACHE_USER1</a></code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td>
       Used to turn user-defined application flag on with
       <span class="function"><a href="memcache.set.php" class="function">Memcache::set()</a></span>,
       <span class="function"><a href="memcache.add.php" class="function">Memcache::add()</a></span> and
       <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span>.
      </td>
     </tr>

     <tr id="constant.memcache-user2">
      <td>
       <strong><code><a href="memcache.constants.php#constant.memcache-user2">MEMCACHE_USER2</a></code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td>
       Used to turn user-defined application flag on with
       <span class="function"><a href="memcache.set.php" class="function">Memcache::set()</a></span>,
       <span class="function"><a href="memcache.add.php" class="function">Memcache::add()</a></span> and
       <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span>.
      </td>
     </tr>

     <tr id="constant.memcache-user3">
      <td>
       <strong><code><a href="memcache.constants.php#constant.memcache-user3">MEMCACHE_USER3</a></code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td>
       Used to turn user-defined application flag on with
       <span class="function"><a href="memcache.set.php" class="function">Memcache::set()</a></span>,
       <span class="function"><a href="memcache.add.php" class="function">Memcache::add()</a></span> and
       <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span>.
      </td>
     </tr>

     <tr id="constant.memcache-user4">
      <td>
       <strong><code><a href="memcache.constants.php#constant.memcache-user4">MEMCACHE_USER4</a></code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td>
       Used to turn user-defined application flag on with
       <span class="function"><a href="memcache.set.php" class="function">Memcache::set()</a></span>,
       <span class="function"><a href="memcache.add.php" class="function">Memcache::add()</a></span> and
       <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span>.
      </td>
     </tr>

    </tbody>
   
  </table>

</div>
<?php manual_footer($setup); ?>