Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 11492

php-manual-en-7.2.11-1.mga7.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>posix_mknod constants</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="posix.constants.access.html">posix_access constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="posix.constants.setrlimit.html">posix_setrlimit constants</a></div>
 <div class="up"><a href="posix.constants.html">Predefined Constants</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="posix.constants.mknod" class="section">
  <h2 class="title"><span class="function"><a href="function.posix-mknod.html" class="function">posix_mknod()</a></span> constants</h2>
  <blockquote class="note"><p><strong class="note">Note</strong>: 
   <p class="para">
    These constants are available starting with PHP 5.1.0. Please note that
    some of them may not be available on your system.
   </p>
  </p></blockquote>
  <dl>

   
    <dt id="constant.posix-s-ifblk">
     <strong><code>POSIX_S_IFBLK</code></strong>
      (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
    </dt>

    <dd>

     <span class="simpara">
      Block special file
     </span>
    </dd>

   
   
    <dt id="constant.posix-s-ifchr">
     <strong><code>POSIX_S_IFCHR</code></strong>
      (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
    </dt>

    <dd>

     <span class="simpara">
      Character special file
     </span>
    </dd>

   
   
    <dt id="constant.posix-s-ififo">
     <strong><code>POSIX_S_IFIFO</code></strong>
      (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
    </dt>

    <dd>

     <span class="simpara">
      FIFO (named pipe) special file
     </span>
    </dd>

   
   
    <dt id="constant.posix-s-ifreg">
     <strong><code>POSIX_S_IFREG</code></strong>
      (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
    </dt>

    <dd>

     <span class="simpara">
      Normal file
     </span>
    </dd>

   
   
    <dt id="constant.posix-s-ifsock">
     <strong><code>POSIX_S_IFSOCK</code></strong>
      (<span class="type"><a href="language.types.integer.html" class="type integer">integer</a></span>)
    </dt>

    <dd>

     <span class="simpara">
      Socket
     </span>
    </dd>

   
  </dl>

 </div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="posix.constants.access.html">posix_access constants</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="posix.constants.setrlimit.html">posix_setrlimit constants</a></div>
 <div class="up"><a href="posix.constants.html">Predefined Constants</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>