<?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 => 'fr',
  ),
  'this' => 
  array (
    0 => 'memcache.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
    2 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'up' => 
  array (
    0 => 'book.memcache.php',
    1 => 'Memcache',
  ),
  'prev' => 
  array (
    0 => 'memcache.resources.php',
    1 => 'Types de ressources',
  ),
  'next' => 
  array (
    0 => 'memcache.examples.php',
    1 => 'Exemples',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    '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">Constantes pré-définies</h1>

 <table class="doctable table">
  <caption><strong>Constantes MemCache</strong></caption>
   
    <thead>
     <tr>
      <th>Nom</th>
      <th>Description</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr id="constantmemcache-compressed">
      <td>
       <strong><code>MEMCACHE_COMPRESSED</code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td>
       Utilisée pour activer à la volée la compression des données avec les fonctions
       <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> et
       <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span>.
      </td>
     </tr>

     <tr id="constantmemcache-have-session">
      <td>
       <strong><code>MEMCACHE_HAVE_SESSION</code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td>
       1 si le gestionnaire de session Memcache est disponible, 0 sinon.
      </td>
     </tr>

     <tr id="constantmemcache-user1">
      <td>
       <strong><code>MEMCACHE_USER1</code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td>
       Utilisé pour activer les drapeaux d&#039;application définis
       par les utilisateurs, avec les méthodes
       <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> et
       <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span>.
      </td>
     </tr>

     <tr id="constantmemcache-user2">
      <td>
       <strong><code>MEMCACHE_USER2</code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td>
       Utilisé pour activer les drapeaux d&#039;application définis
       par les utilisateurs, avec les méthodes
       <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> et
       <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span>.
      </td>
     </tr>

     <tr id="constantmemcache-user3">
      <td>
       <strong><code>MEMCACHE_USER3</code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td>
       Utilisé pour activer les drapeaux d&#039;application définis
       par les utilisateurs, avec les méthodes
       <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> et
       <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span>.
      </td>
     </tr>

     <tr id="constantmemcache-user4">
      <td>
       <strong><code>MEMCACHE_USER4</code></strong>
       (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </td>
      <td>
       Utilisé pour activer les drapeaux d&#039;application définis
       par les utilisateurs, avec les méthodes
       <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> et
       <span class="function"><a href="memcache.replace.php" class="function">Memcache::replace()</a></span>.
      </td>
     </tr>

    </tbody>
   
  </table>

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