<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.pthreads.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'pthreads.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
    2 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'up' => 
  array (
    0 => 'book.pthreads.php',
    1 => 'pthreads',
  ),
  'prev' => 
  array (
    0 => 'pthreads.installation.php',
    1 => 'Installation',
  ),
  'next' => 
  array (
    0 => 'class.threaded.php',
    1 => 'Threaded',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/pthreads/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="pthreads.constants" class="appendix">
 <h1 class="title">Constantes pré-définies</h1>

 <p class="simpara">Ces constantes sont définies par cette
extension, et ne sont disponibles que si cette extension a été compilée avec
PHP, ou bien chargée au moment de l&#039;exécution.</p>
 <dl>
  
   <dt id="constant.pthreads-inherit-all">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-all">PTHREADS_INHERIT_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Les options par défaut pour tous les threads,
     faisant que les pthreads copient les environnements
     lorsque les nouveaux threads sont démarrés
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-none">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-none">PTHREADS_INHERIT_NONE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     N&#039;hérite de rien lorsque les nouveaux threads sont démarrés
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-ini">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-ini">PTHREADS_INHERIT_INI</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Hérite des entrées INI lorsque les nouveaux threads sont démarrés
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-constants">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-constants">PTHREADS_INHERIT_CONSTANTS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Hérite des constantes déclarées par l&#039;utilisateur lorsque les
     nouveaux threads sont démarrés
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-classes">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-classes">PTHREADS_INHERIT_CLASSES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Hérite des classes déclarées par l&#039;utilisateur lorsque les nouveaux
     threads sont démarrés
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-functions">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-functions">PTHREADS_INHERIT_FUNCTIONS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Hérite des fonctions déclarées par l&#039;utilisateur lorsque les nouveaux
     threads sont démarrés
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-includes">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-includes">PTHREADS_INHERIT_INCLUDES</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     L&#039;héritage inclut l&#039;information de fichier lorsque les nouveaux
     threads sont démarrés
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-inherit-comments">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-inherit-comments">PTHREADS_INHERIT_COMMENTS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Hérite de tous les commentaires lorsque les nouveaux threads sont
     démarrés
    </span>
   </dd>
  
  
   <dt id="constant.pthreads-allow-headers">
    <strong><code><a href="pthreads.constants.php#constant.pthreads-allow-headers">PTHREADS_ALLOW_HEADERS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Autorise les nouveaux threads à envoyer les en-têtes à la sortie
     standard (normalement non autorisé)
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>