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

contributors($setup);

?>
<div id="posix.constants.sysconf" class="section">
  <h2 class="title">Constantes de <span class="function"><a href="function.posix-sysconf.php" class="function">posix_sysconf()</a></span></h2>
  <dl>
    
      <dt id="constant.posix-sc-arg-max">
        <strong><code><a href="posix.constants.sysconf.php#constant.posix-sc-arg-max">POSIX_SC_ARG_MAX</a></code></strong>
        (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </dt>
      <dd>
        <span class="simpara">
          Le nombre maximum d&#039;octets que peuvent avoir les arguments (et les variables d&#039;environnement).
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
      <dt id="constant.posix-sc-pagesize">
        <strong><code><a href="posix.constants.sysconf.php#constant.posix-sc-pagesize">POSIX_SC_PAGESIZE</a></code></strong>
        (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </dt>
      <dd>
        <span class="simpara">
          Le nombre d&#039;octets de la page actuelle.
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
      <dt id="constant.posix-sc-nprocessors-conf">
        <strong><code><a href="posix.constants.sysconf.php#constant.posix-sc-nprocessors-conf">POSIX_SC_NPROCESSORS_CONF</a></code></strong>
        (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </dt>
      <dd>
        <span class="simpara">
          Le nombre de processeurs configurés dans l&#039;ensemble du système.
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
      <dt id="constant.posix-sc-nprocessors-onln">
        <strong><code><a href="posix.constants.sysconf.php#constant.posix-sc-nprocessors-onln">POSIX_SC_NPROCESSORS_ONLN</a></code></strong>
        (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </dt>
      <dd>
        <span class="simpara">
          Le nombre de processeurs actuellement actifs dans l&#039;ensemble du système.
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
     <dt id="constant.posix-sc-child-max">
      <strong><code><a href="posix.constants.sysconf.php#constant.posix-sc-child-max">POSIX_SC_CHILD_MAX</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </dt>
     <dd>
      <span class="simpara">
       Le nombre maximal de processus simultanés par utilisateur.
       Disponible à partir de PHP 8.4.0.
      </span>
     </dd>
    
    
     <dt id="constant.posix-sc-clk-tck">
      <strong><code><a href="posix.constants.sysconf.php#constant.posix-sc-clk-tck">POSIX_SC_CLK_TCK</a></code></strong>
      (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
     </dt>
     <dd>
      <span class="simpara">
       Le nombre de ticks d’horloge par seconde.
      Disponible à partir de PHP 8.4.0.
     </span>
    </dd>
   
  </dl>
 </div><?php manual_footer($setup); ?>