<?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.pathconf.php',
    1 => 'Constantes de posix_pathconf',
    2 => 'Constantes de posix_pathconf',
  ),
  'up' => 
  array (
    0 => 'posix.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'prev' => 
  array (
    0 => 'posix.constants.setrlimit.php',
    1 => 'Constantes posix_setrlimit',
  ),
  'next' => 
  array (
    0 => 'posix.constants.sysconf.php',
    1 => 'Constantes de posix_sysconf',
  ),
  '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.pathconf" class="section">
  <h2 class="title">Constantes de <span class="function"><a href="function.posix-pathconf.php" class="function">posix_pathconf()</a></span></h2>
  <dl>
    
      <dt id="constant.posix-pc-link-max">
        <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-link-max">POSIX_PC_LINK_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 de liens qu&#039;un fichier ou un répertoire donné peut avoir.
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
      <dt id="constant.posix-pc-max-canon">
        <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-max-canon">POSIX_PC_MAX_CANON</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 dans un tampon d&#039;entrée canonique de terminal
          (le chemin étant alors un fichier spécial de caractères).
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
      <dt id="constant.posix-pc-max-input">
        <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-max-input">POSIX_PC_MAX_INPUT</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 dans une file d&#039;attente d&#039;entrée de terminal
          (le chemin étant alors un fichier spécial de caractères).
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
      <dt id="constant.posix-pc-name-max">
        <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-name-max">POSIX_PC_NAME_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 de caractères pour un nom de fichier seul, sans son chemin.
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
      <dt id="constant.posix-pc-path-max">
        <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-path-max">POSIX_PC_PATH_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 de caractères pour un chemin complet.
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
      <dt id="constant.posix-pc-pipe-buf">
        <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-pipe-buf">POSIX_PC_PIPE_BUF</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 pouvant être écrits dans un tube en une seule opération.
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
      <dt id="constant.posix-pc-chown-restricted">
        <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-chown-restricted">POSIX_PC_CHOWN_RESTRICTED</a></code></strong>
        (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </dt>
      <dd>
        <span class="simpara">
          Si des privilèges sont nécessaires pour autoriser <span class="function"><a href="function.chown.php" class="function">chown()</a></span> à fonctionner.
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
      <dt id="constant.posix-pc-no-trunc">
        <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-no-trunc">POSIX_PC_NO_TRUNC</a></code></strong>
        (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
      </dt>
      <dd>
        <span class="simpara">
          Si un nom de fichier (ou des fichiers sous un répertoire) est plus long que <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-name-max">POSIX_PC_NAME_MAX</a></code></strong>.
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
      <dt id="constant.posix-pc-alloc-size-min">
        <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-alloc-size-min">POSIX_PC_ALLOC_SIZE_MIN</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 minimum d&#039;octets de stockage alloués pour toute partie d&#039;un fichier.
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
      <dt id="constant.posix-pc-alloc-symlink-max">
        <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-alloc-symlink-max">POSIX_PC_ALLOC_SYMLINK_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 de liens symboliques qu&#039;un fichier ou un répertoire donné peut avoir.
          Disponible à partir de PHP 8.3.0.
        </span>
      </dd>
    
    
     <dt id="constant.posix-pc-symlink-max">
      <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-symlink-max">POSIX_PC_SYMLINK_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 d&#039;octets dans un lien symbolique.
       Disponible à partir de PHP 8.3.0.
      </span>
     </dd>
    
  </dl>
</div><?php manual_footer($setup); ?>