POSIX Functions
PHP version: 5
Required modules: none
Required packages: none
See: http://www.php.net/manual/en/ref.posix.php
boolean posix_kill(
int $pid,
int $sig)
boolean posix_setuid(
int $uid)
boolean posix_seteuid(
int $uid)
boolean posix_setgid(
int $uid)
boolean posix_setegid(
int $uid)
boolean posix_setpgid(
int $pid,
int $pgid)
string posix_ttyname(
int $fd)
boolean posix_isatty(
int $fd)
boolean posix_mkfifo(
string $pathname,
int $mode)
mixed[] posix_getgrnam(
string $groupname)
mixed[] posix_getgrgid(
int $gid)
mixed[] posix_getpwnam(
string $groupname)
mixed[] posix_getpwuid(
int $uid)
string posix_strerror(
int $errno)
boolean posix_initgroups(
string $name,
int $base_group_id)
Generated by PHPLint Documentator