<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.posix.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'ref.posix.php',
    1 => 'POSIX Функції',
    2 => 'POSIX Функції',
  ),
  'up' => 
  array (
    0 => 'book.posix.php',
    1 => 'POSIX',
  ),
  'prev' => 
  array (
    0 => 'posix.constants.sysconf.php',
    1 => 'posix_sysconf constants',
  ),
  'next' => 
  array (
    0 => 'function.posix-access.php',
    1 => 'posix_access',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/posix/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.posix.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.posix" class="reference">
 <h1 class="title">POSIX Функції</h1>

 <div class="partintro">
  <h1 class="title">Прогляньте також</h1>
  <p class="para">
   The section about <a href="book.pcntl.php" class="link">Process Control Functions</a>
   maybe of interest for you.
  </p>
 </div>

 




















































































































































































































<h2>Зміст</h2><ul class="chunklist chunklist_reference"><li><a href="function.posix-access.php">posix_access</a> — Determine accessibility of a file</li><li><a href="function.posix-ctermid.php">posix_ctermid</a> — Get path name of controlling terminal</li><li><a href="function.posix-eaccess.php">posix_eaccess</a> — Determine accessibility of a file</li><li><a href="function.posix-errno.php">posix_errno</a> — Псевдонім posix_get_last_error</li><li><a href="function.posix-fpathconf.php">posix_fpathconf</a> — Returns the value of a configurable limit</li><li><a href="function.posix-get-last-error.php">posix_get_last_error</a> — Retrieve the error number set by the last posix function that failed</li><li><a href="function.posix-getcwd.php">posix_getcwd</a> — Pathname of current directory</li><li><a href="function.posix-getegid.php">posix_getegid</a> — Return the effective group ID of the current process</li><li><a href="function.posix-geteuid.php">posix_geteuid</a> — Return the effective user ID of the current process</li><li><a href="function.posix-getgid.php">posix_getgid</a> — Return the real group ID of the current process</li><li><a href="function.posix-getgrgid.php">posix_getgrgid</a> — Return info about a group by group id</li><li><a href="function.posix-getgrnam.php">posix_getgrnam</a> — Return info about a group by name</li><li><a href="function.posix-getgroups.php">posix_getgroups</a> — Return the group set of the current process</li><li><a href="function.posix-getlogin.php">posix_getlogin</a> — Return login name</li><li><a href="function.posix-getpgid.php">posix_getpgid</a> — Get process group id for job control</li><li><a href="function.posix-getpgrp.php">posix_getpgrp</a> — Return the current process group identifier</li><li><a href="function.posix-getpid.php">posix_getpid</a> — Return the current process identifier</li><li><a href="function.posix-getppid.php">posix_getppid</a> — Return the parent process identifier</li><li><a href="function.posix-getpwnam.php">posix_getpwnam</a> — Return info about a user by username</li><li><a href="function.posix-getpwuid.php">posix_getpwuid</a> — Return info about a user by user id</li><li><a href="function.posix-getrlimit.php">posix_getrlimit</a> — Return info about system resource limits</li><li><a href="function.posix-getsid.php">posix_getsid</a> — Get the current sid of the process</li><li><a href="function.posix-getuid.php">posix_getuid</a> — Return the real user ID of the current process</li><li><a href="function.posix-initgroups.php">posix_initgroups</a> — Calculate the group access list</li><li><a href="function.posix-isatty.php">posix_isatty</a> — Determine if a file descriptor is an interactive terminal</li><li><a href="function.posix-kill.php">posix_kill</a> — Send a signal to a process</li><li><a href="function.posix-mkfifo.php">posix_mkfifo</a> — Create a fifo special file (a named pipe)</li><li><a href="function.posix-mknod.php">posix_mknod</a> — Create a special or ordinary file (POSIX.1)</li><li><a href="function.posix-pathconf.php">posix_pathconf</a> — Returns the value of a configurable limit</li><li><a href="function.posix-setegid.php">posix_setegid</a> — Set the effective GID of the current process</li><li><a href="function.posix-seteuid.php">posix_seteuid</a> — Set the effective UID of the current process</li><li><a href="function.posix-setgid.php">posix_setgid</a> — Set the GID of the current process</li><li><a href="function.posix-setpgid.php">posix_setpgid</a> — Set process group id for job control</li><li><a href="function.posix-setrlimit.php">posix_setrlimit</a> — Set system resource limits</li><li><a href="function.posix-setsid.php">posix_setsid</a> — Make the current process a session leader</li><li><a href="function.posix-setuid.php">posix_setuid</a> — Set the UID of the current process</li><li><a href="function.posix-strerror.php">posix_strerror</a> — Retrieve the system error message associated with the given errno</li><li><a href="function.posix-sysconf.php">posix_sysconf</a> — Returns system runtime information</li><li><a href="function.posix-times.php">posix_times</a> — Get process times</li><li><a href="function.posix-ttyname.php">posix_ttyname</a> — Determine terminal device name</li><li><a href="function.posix-uname.php">posix_uname</a> — Get system name</li></ul>
</div>
<?php manual_footer($setup); ?>