Go to the source code of this file.
|
| posix_kill (int $process_id, int $signal) |
|
| posix_getpid () |
|
| posix_getppid () |
|
| posix_getuid () |
|
| posix_setuid (int $user_id) |
|
| posix_geteuid () |
|
| posix_seteuid (int $user_id) |
|
| posix_getgid () |
|
| posix_setgid (int $group_id) |
|
| posix_getegid () |
|
| posix_setegid (int $group_id) |
|
| posix_getgroups () |
|
| posix_getlogin () |
|
| posix_getpgrp () |
|
| posix_setsid () |
|
| posix_setpgid (int $process_id, int $process_group_id) |
|
| posix_getpgid (int $process_id) |
|
| posix_getsid (int $process_id) |
|
| posix_uname () |
|
| posix_times () |
|
| posix_ctermid () |
|
| posix_ttyname ($file_descriptor) |
|
| posix_isatty ($file_descriptor) |
|
| posix_getcwd () |
|
| posix_mkfifo (string $filename, int $permissions) |
|
| posix_mknod (string $filename, int $flags, int $major=0, int $minor=0) |
|
| posix_access (string $filename, int $flags=0) |
|
| posix_eaccess (string $filename, int $flags=0) |
|
| posix_getgrnam (string $name) |
|
| posix_getgrgid (int $group_id) |
|
| posix_getpwnam (string $username) |
|
| posix_getpwuid (int $user_id) |
|
| posix_getrlimit (?int $resource=null) |
|
| posix_setrlimit (int $resource, int $soft_limit, int $hard_limit) |
|
| posix_get_last_error () |
|
| posix_errno () |
|
| posix_strerror (int $error_code) |
|
| posix_initgroups (string $username, int $group_id) |
|
| posix_sysconf (int $conf_id) |
|
| posix_pathconf (string $path, int $name) |
|
| posix_fpathconf ($file_descriptor, int $name) |
|
◆ posix_access()
posix_access |
( |
string | $filename, |
|
|
int | $flags = 0 ) |
◆ posix_ctermid()
◆ posix_eaccess()
posix_eaccess |
( |
string | $filename, |
|
|
int | $flags = 0 ) |
◆ posix_errno()
◆ posix_fpathconf()
posix_fpathconf |
( |
| $file_descriptor, |
|
|
int | $name ) |
- Parameters
-
resource | int | $file_descriptor | |
Definition at line 455 of file posix.stub.php.
◆ posix_get_last_error()
◆ posix_getcwd()
◆ posix_getegid()
◆ posix_geteuid()
◆ posix_getgid()
◆ posix_getgrgid()
posix_getgrgid |
( |
int | $group_id | ) |
|
- Returns
- array<string, int|string|array|null>|false @refcount 1
Definition at line 410 of file posix.stub.php.
◆ posix_getgrnam()
posix_getgrnam |
( |
string | $name | ) |
|
- Returns
- array<string, int|string|array|null>|false @refcount 1
Definition at line 404 of file posix.stub.php.
◆ posix_getgroups()
- Returns
- array<int, int>|false @refcount 1
Definition at line 338 of file posix.stub.php.
◆ posix_getlogin()
◆ posix_getpgid()
posix_getpgid |
( |
int | $process_id | ) |
|
◆ posix_getpgrp()
◆ posix_getpid()
◆ posix_getppid()
◆ posix_getpwnam()
posix_getpwnam |
( |
string | $username | ) |
|
- Returns
- array<string, int|string>|false @refcount 1
Definition at line 416 of file posix.stub.php.
◆ posix_getpwuid()
posix_getpwuid |
( |
int | $user_id | ) |
|
- Returns
- array<string, int|string>|false @refcount 1
Definition at line 422 of file posix.stub.php.
◆ posix_getrlimit()
posix_getrlimit |
( |
?int | $resource = null | ) |
|
- Returns
- array<int|string, int|string>|false @refcount 1
Definition at line 429 of file posix.stub.php.
◆ posix_getsid()
posix_getsid |
( |
int | $process_id | ) |
|
◆ posix_getuid()
◆ posix_initgroups()
posix_initgroups |
( |
string | $username, |
|
|
int | $group_id ) |
◆ posix_isatty()
posix_isatty |
( |
| $file_descriptor | ) |
|
- Parameters
-
resource | int | $file_descriptor | |
Definition at line 382 of file posix.stub.php.
◆ posix_kill()
posix_kill |
( |
int | $process_id, |
|
|
int | $signal ) |
◆ posix_mkfifo()
posix_mkfifo |
( |
string | $filename, |
|
|
int | $permissions ) |
◆ posix_mknod()
posix_mknod |
( |
string | $filename, |
|
|
int | $flags, |
|
|
int | $major = 0, |
|
|
int | $minor = 0 ) |
◆ posix_pathconf()
posix_pathconf |
( |
string | $path, |
|
|
int | $name ) |
◆ posix_setegid()
posix_setegid |
( |
int | $group_id | ) |
|
◆ posix_seteuid()
posix_seteuid |
( |
int | $user_id | ) |
|
◆ posix_setgid()
posix_setgid |
( |
int | $group_id | ) |
|
◆ posix_setpgid()
posix_setpgid |
( |
int | $process_id, |
|
|
int | $process_group_id ) |
◆ posix_setrlimit()
posix_setrlimit |
( |
int | $resource, |
|
|
int | $soft_limit, |
|
|
int | $hard_limit ) |
◆ posix_setsid()
◆ posix_setuid()
posix_setuid |
( |
int | $user_id | ) |
|
◆ posix_strerror()
posix_strerror |
( |
int | $error_code | ) |
|
◆ posix_sysconf()
posix_sysconf |
( |
int | $conf_id | ) |
|
◆ posix_times()
- Returns
- array<string, int>|false @refcount 1
Definition at line 371 of file posix.stub.php.
◆ posix_ttyname()
posix_ttyname |
( |
| $file_descriptor | ) |
|
- Parameters
-
resource | int | $file_descriptor | |
Definition at line 379 of file posix.stub.php.
◆ posix_uname()
- Returns
- array<string, string>|false @refcount 1
Definition at line 365 of file posix.stub.php.
◆ POSIX_F_OK
const POSIX_F_OK = UNKNOWN |
◆ POSIX_PC_ALLOC_SIZE_MIN
const POSIX_PC_ALLOC_SIZE_MIN = UNKNOWN |
◆ POSIX_PC_CHOWN_RESTRICTED
const POSIX_PC_CHOWN_RESTRICTED = UNKNOWN |
◆ POSIX_PC_LINK_MAX
const POSIX_PC_LINK_MAX = UNKNOWN |
◆ POSIX_PC_MAX_CANON
const POSIX_PC_MAX_CANON = UNKNOWN |
◆ POSIX_PC_MAX_INPUT
const POSIX_PC_MAX_INPUT = UNKNOWN |
◆ POSIX_PC_NAME_MAX
const POSIX_PC_NAME_MAX = UNKNOWN |
◆ POSIX_PC_NO_TRUNC
const POSIX_PC_NO_TRUNC = UNKNOWN |
◆ POSIX_PC_PATH_MAX
const POSIX_PC_PATH_MAX = UNKNOWN |
◆ POSIX_PC_PIPE_BUF
const POSIX_PC_PIPE_BUF = UNKNOWN |
◆ POSIX_PC_SYMLINK_MAX
const POSIX_PC_SYMLINK_MAX = UNKNOWN |
◆ POSIX_R_OK
const POSIX_R_OK = UNKNOWN |
◆ POSIX_RLIMIT_AS
const POSIX_RLIMIT_AS = UNKNOWN |
◆ POSIX_RLIMIT_CORE
const POSIX_RLIMIT_CORE = UNKNOWN |
◆ POSIX_RLIMIT_CPU
const POSIX_RLIMIT_CPU = UNKNOWN |
◆ POSIX_RLIMIT_DATA
const POSIX_RLIMIT_DATA = UNKNOWN |
◆ POSIX_RLIMIT_FSIZE
const POSIX_RLIMIT_FSIZE = UNKNOWN |
◆ POSIX_RLIMIT_INFINITY
const POSIX_RLIMIT_INFINITY = UNKNOWN |
◆ POSIX_RLIMIT_KQUEUES
const POSIX_RLIMIT_KQUEUES = UNKNOWN |
◆ POSIX_RLIMIT_LOCKS
const POSIX_RLIMIT_LOCKS = UNKNOWN |
◆ POSIX_RLIMIT_MEMLOCK
const POSIX_RLIMIT_MEMLOCK = UNKNOWN |
◆ POSIX_RLIMIT_MSGQUEUE
const POSIX_RLIMIT_MSGQUEUE = UNKNOWN |
◆ POSIX_RLIMIT_NICE
const POSIX_RLIMIT_NICE = UNKNOWN |
◆ POSIX_RLIMIT_NOFILE
const POSIX_RLIMIT_NOFILE = UNKNOWN |
◆ POSIX_RLIMIT_NPROC
const POSIX_RLIMIT_NPROC = UNKNOWN |
◆ POSIX_RLIMIT_NPTS
const POSIX_RLIMIT_NPTS = UNKNOWN |
◆ POSIX_RLIMIT_RSS
const POSIX_RLIMIT_RSS = UNKNOWN |
◆ POSIX_RLIMIT_RTPRIO
const POSIX_RLIMIT_RTPRIO = UNKNOWN |
◆ POSIX_RLIMIT_RTTIME
const POSIX_RLIMIT_RTTIME = UNKNOWN |
◆ POSIX_RLIMIT_SIGPENDING
const POSIX_RLIMIT_SIGPENDING = UNKNOWN |
◆ POSIX_RLIMIT_STACK
const POSIX_RLIMIT_STACK = UNKNOWN |
◆ POSIX_S_IFBLK
const POSIX_S_IFBLK = UNKNOWN |
◆ POSIX_S_IFCHR
const POSIX_S_IFCHR = UNKNOWN |
◆ POSIX_S_IFIFO
const POSIX_S_IFIFO = UNKNOWN |
◆ POSIX_S_IFREG
const POSIX_S_IFREG = UNKNOWN |
◆ POSIX_S_IFSOCK
const POSIX_S_IFSOCK = UNKNOWN |
◆ POSIX_SC_ARG_MAX
const POSIX_SC_ARG_MAX = UNKNOWN |
◆ POSIX_SC_CHILD_MAX
const POSIX_SC_CHILD_MAX = UNKNOWN |
◆ POSIX_SC_CLK_TCK
const POSIX_SC_CLK_TCK = UNKNOWN |
◆ POSIX_SC_NPROCESSORS_CONF
const POSIX_SC_NPROCESSORS_CONF = UNKNOWN |
◆ POSIX_SC_NPROCESSORS_ONLN
const POSIX_SC_NPROCESSORS_ONLN = UNKNOWN |
◆ POSIX_SC_PAGESIZE
const POSIX_SC_PAGESIZE = UNKNOWN |
◆ POSIX_W_OK
const POSIX_W_OK = UNKNOWN |
◆ POSIX_X_OK
const POSIX_X_OK = UNKNOWN |