<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'memcache.constants.php',
    1 => 'Vordefinierte Konstanten',
    2 => 'Vordefinierte Konstanten',
  ),
  'up' => 
  array (
    0 => 'book.memcache.php',
    1 => 'Memcache',
  ),
  'prev' => 
  array (
    0 => 'memcache.resources.php',
    1 => 'Ressource-Typen',
  ),
  'next' => 
  array (
    0 => 'memcache.examples.php',
    1 => 'Beispiele',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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">Vordefinierte Konstanten</h1>

 <table class="doctable table">
  <caption><strong>Memcache-Konstanten</strong></caption>
  
   <thead>
    <tr>
     <th>Name</th>
     <th>Beschreibung</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>
      Aktiviert die Datenkomprimerung für
      <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> und
      <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>
      Ist 1, wenn ein Memcache-Sessionhandler verfügbar ist, sonst 0.
     </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>
      Wird verwendet, um ein benutzerdefiniertes Anwendungsflag mit
      <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> und
      <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span> anzuschalten.
     </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>
      Wird verwendet, um ein benutzerdefiniertes Anwendungsflag mit
      <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> und
      <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span> anzuschalten.
     </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>
      Wird verwendet, um ein benutzerdefiniertes Anwendungsflag mit
      <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> und
      <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span> anzuschalten.
     </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>
      Wird verwendet, um ein benutzerdefiniertes Anwendungsflag mit
      <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> und
      <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span> anzuschalten.
     </td>
    </tr>

   </tbody>
  
 </table>

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