Our source is open
The syntax highlighted source is automatically generated by PHP from
the plaintext script.
If you're interested in what's behind the several functions we
used, you can always take a look at the source of the following files:
Of course, if you want to see the source
of this page, we have it available.
You can also browse the SVN repository for this website on
svn.php.net.
Source of: /manual/en/book.posix.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'en',
),
'this' =>
array (
0 => 'book.posix.php',
1 => 'POSIX',
),
'up' =>
array (
0 => 'refs.fileprocess.process.php',
1 => 'Process Control Extensions',
),
'prev' =>
array (
0 => 'function.pcntl-wtermsig.php',
1 => 'pcntl_wtermsig',
),
'next' =>
array (
0 => 'intro.posix.php',
1 => 'Introduction',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div>
<h1 class="title">POSIX</h1>
<ul class="chunklist chunklist_book"><li><a href="intro.posix.php">Introduction</a></li><li><a href="posix.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="posix.requirements.php">Requirements</a></li><li><a href="posix.installation.php">Installation</a></li><li><a href="posix.configuration.php">Runtime Configuration</a></li><li><a href="posix.resources.php">Resource Types</a></li></ul></li><li><a href="posix.constants.php">Predefined Constants</a></li><li><a href="ref.posix.php">POSIX Functions</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-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-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-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-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(); ?>