<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'posix.constants.pathconf.php',
    1 => 'posix_pathconf constants',
    2 => 'posix_pathconf constants',
  ),
  'up' => 
  array (
    0 => 'posix.constants.php',
    1 => 'Попередньо визначені константи',
  ),
  'prev' => 
  array (
    0 => 'posix.constants.setrlimit.php',
    1 => 'posix_setrlimit constants',
  ),
  'next' => 
  array (
    0 => 'posix.constants.sysconf.php',
    1 => 'posix_sysconf constants',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    '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"><span class="function"><a href="function.posix-pathconf.php" class="function">posix_pathconf()</a></span> constants</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">
      The maximum number of links a given file or directory can have.
      Available as of 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">
      The maximum number of bytes in a terminal canonical input buffer
      (pathname being then a character special file).
      Available as of 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">
      The maximum number of bytes of a terminal input queue
      (pathname being then a character special file).
      Available as of 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">
      The maximum number of characters for a file name alone, not its path.
      Available as of 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">
      The maximum number of characters for a full path name.
      Available as of 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">
      The maximum number of bytes that can be written to a pipe in one operation.
      Available as of 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">
      If privileges are required to be allow <span class="function"><a href="function.chown.php" class="function">chown()</a></span> to work.
      Available as of 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">
      If a file name (or files under a directory) is longer than <strong><code><a href="posix.constants.pathconf.php#constant.posix-pc-name-max">POSIX_PC_NAME_MAX</a></code></strong>.
      Available as of 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">
      The minimum number of bytes of storage allocated for any portion of a file.
      Available as of 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">
      The maximum number of symbolic links a given file or directory can have.
      Available as of 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">
      The maximum number of bytes in a symbolic link.
      Available as of PHP 8.3.0.
     </span>
    </dd>
   
  </dl>
 </div><?php manual_footer($setup); ?>