<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.fileprocess.process.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'book.posix.php',
    1 => 'POSIX',
    2 => 'POSIX',
  ),
  'up' => 
  array (
    0 => 'refs.fileprocess.process.php',
    1 => '进程控制扩展',
  ),
  'prev' => 
  array (
    0 => 'function.pcntl-wtermsig.php',
    1 => 'pcntl_wtermsig',
  ),
  'next' => 
  array (
    0 => 'posix.setup.php',
    1 => '安装/配置',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/posix/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.posix.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.posix" class="book">
 
 <h1 class="title">POSIX</h1>
 
 
 <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>
 
 
 







 




 








<ul class="chunklist chunklist_book"><li><a href="posix.setup.php">安装/配置</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="posix.installation.php">安装</a></li></ul></li><li><a href="posix.constants.php">预定义常量</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="posix.constants.access.php">posix_access constants</a></li><li><a href="posix.constants.mknod.php">posix_mknod constants</a></li><li><a href="posix.constants.setrlimit.php">posix_setrlimit constants</a></li><li><a href="posix.constants.pathconf.php">posix_pathconf constants</a></li><li><a href="posix.constants.sysconf.php">posix_sysconf constants</a></li></ul></li><li><a href="ref.posix.php">POSIX 函数</a><ul class="chunklist chunklist_book chunklist_children"><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> — 返回当前进程 id</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></li></ul></div><?php manual_footer($setup); ?>