<?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 => 'ru',
  ),
  'this' => 
  array (
    0 => 'posix.constants.mknod.php',
    1 => 'Константы функции posix_mknod',
    2 => 'Константы функции posix_mknod',
  ),
  'up' => 
  array (
    0 => 'posix.constants.php',
    1 => 'Предопределённые константы',
  ),
  'prev' => 
  array (
    0 => 'posix.constants.access.php',
    1 => 'Константы функции posix_access',
  ),
  'next' => 
  array (
    0 => 'posix.constants.setrlimit.php',
    1 => 'Константы функции posix_setrlimit',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ru',
    '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.mknod" class="section">
  <h2 class="title">Константы функции <span class="function"><a href="function.posix-mknod.php" class="function">posix_mknod()</a></span></h2>
  <blockquote class="note"><p><strong class="note">Замечание</strong>: 
   <p class="para">
    Пожалуйста, обратите внимание, что
    некоторые из данных констант могут быть недоступны в вашей операционной системе.
   </p>
  </p></blockquote>
  <dl>
   
    <dt id="constant.posix-s-ifblk">
     <strong><code><a href="posix.constants.mknod.php#constant.posix-s-ifblk">POSIX_S_IFBLK</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Блочный специальный файл
     </span>
    </dd>
   
   
    <dt id="constant.posix-s-ifchr">
     <strong><code><a href="posix.constants.mknod.php#constant.posix-s-ifchr">POSIX_S_IFCHR</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Символьный специальный файл
     </span>
    </dd>
   
   
    <dt id="constant.posix-s-ififo">
     <strong><code><a href="posix.constants.mknod.php#constant.posix-s-ififo">POSIX_S_IFIFO</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      FIFO (именованный канал) специальный файл
     </span>
    </dd>
   
   
    <dt id="constant.posix-s-ifreg">
     <strong><code><a href="posix.constants.mknod.php#constant.posix-s-ifreg">POSIX_S_IFREG</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Обычный файл
     </span>
    </dd>
   
   
    <dt id="constant.posix-s-ifsock">
     <strong><code><a href="posix.constants.mknod.php#constant.posix-s-ifsock">POSIX_S_IFSOCK</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Сокет
     </span>
    </dd>
   
  </dl>
 </div><?php manual_footer($setup); ?>