<?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 => 'intro.posix.php',
    1 => 'Вступ',
    2 => 'Вступ',
  ),
  'up' => 
  array (
    0 => 'book.posix.php',
    1 => 'POSIX',
  ),
  'prev' => 
  array (
    0 => 'book.posix.php',
    1 => 'POSIX',
  ),
  'next' => 
  array (
    0 => 'posix.setup.php',
    1 => 'Встановлення/налаштування',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/posix/book.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="intro.posix" class="preface">
  <h1 class="title">Вступ</h1>
  <p class="para">
   This module contains an interface to those functions defined in
   the IEEE 1003.1 (POSIX.1) standards document which are not
   accessible through other means. 
  </p>
  <div class="warning"><strong class="warning">Увага</strong>
   <p class="para">
    Sensitive data can be retrieved with the POSIX functions, e.g.
    <span class="function"><a href="function.posix-getpwnam.php" class="function">posix_getpwnam()</a></span> and friends.
   </p>
  </div>
  <blockquote class="note"><p><strong class="note">Зауваження</strong>: <span class="simpara">Для Windows-платформ це
розширення недоступне.</span></p></blockquote>
 </div><?php manual_footer($setup); ?>